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?
Check your phpinfo and make sure there is a GD section, complete with JPEG support.
hmm...I just checked it and there's no GD section on the phpinfo page.
Then you need to get php recompiled with gd support :)
hello. I have the same problem as he. How can i get my php recompiled with gd support ??
Ask your host.
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)