函数 imagecreatetruecolor() 在我的服务器上不起作用
在我网站的 cpanel 中显示
Apache 版本:2.0.63 PHP 版本:5.2.9 MySQL 版本: 5.0.92-社区操作系统:linux
我目前在服务器内安装了一个joomla网站。我正在使用名为“negetics PSS”的模块作为我的主页横幅。
这是横幅的工作模型: http://extensions.negetics.de/negetics-Presentation-Slider -Slim/demo-1.html
正如您在演示中看到的,该滑块的 6 个手柄是使用 php imagecreatetruecolor 函数生成的。现在我的问题是,当我在服务器中使用此模块时,该模块在其错误日志中生成错误:
[2011 年 10 月 24 日 02:32:27] PHP 致命错误:调用未定义的函数 imagecreatetruecolor() 中......
结果你可以想象,句柄没有生成。 我该如何解决这个问题..? 请帮我。
谢谢
In my website's cpanel it shows that
Apache version : 2.0.63 PHP version : 5.2.9 MySQL version :
5.0.92-community Operating system : linux
I currently installed a joomla website inside the server. I am using a module named "negetics PSS" as my homepage banner.
Here is the working model of the banner :
http://extensions.negetics.de/negetics-Presentation-Slider-Slim/demo-1.html
as you can see in the demo, the 6 handles of that slider is generated using php imagecreatetruecolor function. Now my problem is that, while i am using this module in my server, the module is generating error in its error log that :
[24-Oct-2011 02:32:27] PHP Fatal error: Call to undefined function
imagecreatetruecolor() in.....
as a result you can imagine, the handles are not generating.
How do i fix this..?
please Help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装 Gd 库。请点击以下链接。 GD库安装
Install Gd library. follow the below link. GD library instalation