PDA

View Full Version : Image Gallery Error :(


JeremyT923
06-15-2004, 10:07 AM
When I try to upload images to the image gallery, I get the following error:

Fatal error: Call to undefined function: imagegif() in /home/jeremyt/public_html/magna-fi/plugins/p17_image_gallery/settings.php on line 389

I'm afraid it may be a problem with the way PHP was compiled on the server, but I am not sure. Any ideas?

Thanks!!!

JeremyT923
06-15-2004, 10:19 AM
It should be noted this error only occurs when attempting to upload .gif graphics. .jpg graphics upload with no problems.

Ziad
06-15-2004, 11:15 AM
Hi Jeremy,

Your server is fine, the problem is GD (the code that converts images into thumbnails) does not support gif images. If you upload gif images then you will need to manually add a thumbnail. You can select GD1, GD2, or manual thumbnail upload from the settings of the Image Gallery.

JeremyT923
06-15-2004, 10:04 PM
Hi Jeremy,

Your server is fine, the problem is GD (the code that converts images into thumbnails) does not support gif images. If you upload gif images then you will need to manually add a thumbnail. You can select GD1, GD2, or manual thumbnail upload from the settings of the Image Gallery.


Thank you very much for your quick response! I did not realize that - I figured it was easier to convert them all to .JPGs. Thanks for the info - this is an excellent product!!!