coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: motivateme on July 10, 2005, 09:49:25 PM

Title: error...
Post by: motivateme on July 10, 2005, 09:49:25 PM
My gallery has worked fine for ages, but all of a sudden it won't create thumbnails when I try to batch add files. And when I try to upload one file at a time, it gives me this message:
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

ImageMagick is NOT installed, I have been using the GD image library since I first started and I've never changed anything, so I don't know why it's doing it all of a sudden...what could I do to fix this problem?
Title: Re: error...
Post by: Nibbler on July 10, 2005, 09:51:10 PM
Check your phpinfo and make sure there is a GD section, complete with JPEG support.
Title: Re: error...
Post by: motivateme on July 10, 2005, 11:07:41 PM
hmm...I just checked it and there's no GD section on the phpinfo page.
Title: Re: error...
Post by: Nibbler on July 10, 2005, 11:11:03 PM
Then you need to get php recompiled with gd support :)
Title: Re: error...
Post by: globalisation on October 14, 2005, 11:37:27 AM
hello. I have the same problem as he. How can i get my php recompiled with gd support ??
Title: Re: error...
Post by: Nibbler on October 14, 2005, 12:28:37 PM
Ask your host.
Title: Re: error...
Post by: xplicit on October 14, 2005, 09:54:26 PM
Alternately in the meantime you can resize the files before uploading yourself and rename them like thumb_originalfilename.jpg and normal_orginalfilename.jpg (not as a permanent solution but just to help you at this moment)