function imagecreatetruecolor() is not working in my server
Asked Answered
P

1

7

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

Paine answered 24/10, 2011 at 7:16 Comment(3)
Do you have GD > 2.0.1 installed? check with phpinfo()Swatter
No. I don't have GD installed. Checked with phpinfo(). Now what should i do.?Paine
Well...install it? :) If you are not allowed by your host, drop them a line and have it done for you.Swatter
D
17

Install Gd library. follow the below link. GD library instalation

Damned answered 24/10, 2011 at 7:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.