Troubles with PHP-GD

Status
Not open for further replies.

phobia-of-ua

New Member
Messages
4
Reaction score
0
Points
0
Hi, I have troubles with any gallery for Joomla, when I trying to upload some photos I see this message -

Fatal error: Call to undefined function imagecreatefromjpeg() in com_easygallery/classes/photos.php on line 576

I heard, that it's can be php-gd trouble, is it possible to some how fix it? Thanks
 

lodborg

New Member
Messages
4
Reaction score
0
Points
0
Create new php file and write the following in it:

<?
phpinfo();
?>

Then access it via web-browser and scroll to the GD section (if any).
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Create new php file and write the following in it:

<?
phpinfo();
?>

Then access it via web-browser and scroll to the GD section (if any).

Don't give advice like that if you haven't browsed the forums; phpinfo() is disabled for security reasons, so all that'll do is break the page and display an error.

@Original Poster: Somethings broken with GD if it's giving that error though, are you on PHP v2 or v1?
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
Please log into your account management panel(not cpanel) and request for a phpv2(intermediate) upgrade and this will solve your issues. You currently have the basic php.
 
Status
Not open for further replies.
Top