A TimThumb error has occured The following error(s) occured: ● GD Library Error: imagecreatetruecolor does not exist - please contact your webhost and ask them to install the GD library
使用apt-get方式为Ubuntu安装PHP+MYSQL+Apache 默认是没有GD库的
如果需要gd库的支持,只需要执行如下命令就ok了
#安装gd库
apt-get install php5-gd
#网上有说,安装完成后php.ini会更新,但是我的并没有。
#搜到gd.so在/usr/lib/php5/20090626+lfs/下
#php.ini在/etc/php5/apach2下.于是手动修改php.ini。
#在其中修改
extension_dir=”/usr/lib/php5/20060613+lfs/”
#再添加一行
#extension=gd.so
我安装后没有修过配置 安装gd扩展后 重启就OK了
#之后重启
#apach2: /etc/init.d/apach2 restart
本文地址: https://www.xiongge.club/wordpress/tutorial/139.html
转载请注明:熊哥club → ubuntu系统 WordPress 安装七牛插件 缩略图加速异常不显示
©熊哥club,本站推荐使用的主机:阿里云,CDN建议使用七牛云。
关注微信公众号『熊哥club』
免费提供IT技术指导交流
关注博主不迷路~