GD Library Error

Status
Not open for further replies.

chubbybrown

New Member
Messages
2
Reaction score
0
Points
0
Gud day guys! i just wanna ask if there is a fix for the GD library thingy. Coz im having the following error in one of my Joomla scripts[Community Builder - Gallery & Avatar Upload]. This is the error msg im getting:

Image ToolBox failure! - Please notify system admin - Error: PHP running on your server does not support GD version 2.x, please switch to GD version 1.x on the config page

I already tried to change the settings on my config but i cant seem to pinpoint the exact prob. much thnx for any info to fix this...


btw my site URL is: http://cnocturna.exofire.net
 
Last edited:

Penguin129

New Member
Messages
68
Reaction score
0
Points
0
Which version of php do you have? Try requesting the second version in your account panel if you only have the default first one.
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Check with phpinfo() that GD is enabled. It could be failing and reporting the wrong issue.
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Write a file with a name of your chosing with .php at the end in it put the following text, and then run it by accessing the page with your browser.

<?php phpinfo(); ?>
 

Nikolasr

New Member
Messages
614
Reaction score
0
Points
0
look i have this erro
Warning: phpinfo() has been disabled for security reasons in /home/pizzawe/public_html/info.php on line 1
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Ah, you have still got the basic php then not intermediate, you need intermediate to get GD (and phpinfo), so your php hasnt upgraded yet then it must still be on basic.
 

Nikolasr

New Member
Messages
614
Reaction score
0
Points
0
i upgrade to intermediate now i login in my account panel and i see it's intermediate version
 
Status
Not open for further replies.
Top