在我的网站的cpanel中显示了这一点
Apache version : 2.0.63 PHP version : 5.2.9 MysqL version :
5.0.92-community Operating system : linux
我目前在服务器内安装了一个joomla网站.我使用名为“negetics PSS”的模块作为我的主页横幅.
这是横幅的工作模型:
http://extensions.negetics.de/negetics-Presentation-Slider-Slim/demo-1.html
正如你在演示中看到的那样,该滑块的6个手柄是使用PHP imagecreatetruecolor函数生成的.现在我的问题是,当我在我的服务器中使用此模块时,该模块在其错误日志中生成错误:
[24-Oct-2011 02:32:27] PHP Fatal error: Call to undefined function
imagecreatetruecolor() in…..
结果你可以想象,手柄没有产生.
我该如何解决..?
请帮我.
谢谢
安装Gd库.请点击以下链接.
GD library instalation
原文链接:https://www.f2er.com/php/133211.html