首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 应用服务器 >

刚配置了 centos+nginx+php 但DEDE的验证码就是无法显示解决方案

2013-01-25 
刚配置了 centos+nginx+php 但DEDE的验证码就是无法显示GD库是开着的,后来在DEDE官网上找了个解决办法测试

刚配置了 centos+nginx+php 但DEDE的验证码就是无法显示
GD库是开着的,后来在DEDE官网上找了个解决办法

测试Securimage结果如下
有两项不对或没有
想问下怎么样才能把这两项补上?
不会是重新安装PHP和nginx吧?

Securimage Test Script

This script will test your PHP installation to see if Securimage will run on your server.

GD Support: Yes!
GD Version: bundled (2.0.34 compatible)
imageftbbox function: No
The imageftbbox() function is not included with your gd build. This function is required.
TTF Support (FreeType): No
No FreeType support. You cannot use Securimage 3.0, but can use 2.0 with gd fonts.
JPEG Support: Yes!
PNG Support: Yes!
GIF Read Support: Yes!
GIF Create Support: Yes!
Based on the requirements, you do not have what it takes to run Securimage :(
[解决办法]
上面提示很明显了..

去PHP 中 开启   imageftbbox 以及 TTF Support..

热点排行