Hey all. I've tried uploading hundreds of JPG files but I always come up with a GD problem. I've browsed around my hosting company's phpinfo.php and it says it has "1.6.2 or higher"... whatever that means. I've tried using both GD1.x and GD2.x settings but none of them work, I always get that dreadly "not a JPEG file" error in CPG. Using Linux w/ Apache and PHP4.0.6
[-- phpinfo.php --]
gd
GD Support enabled
GD Version 1.6.2 or higher
JPG Support enabled
PNG Support enabled
WBMP Support enabled
If anyone has any ideas or needs more information, which is probably the case, let me know.
Thanks in advance.
Are you self hosted?
Your info is saying you have GD1, so this is what you should have in config.
GD has been reported to have problems with jpeg files that are in cmyk, rather than the usual rgb. Also, are you sure the pics are within the limits, not just set by you in config, but by your server.
Try uploading a known good, small, jpg.
A link would help, with a test user login, with upload permission.
I fixed it. I had to whine to my ISP to move my server to a newer one w/ ImageMagick installed, but it worked. :p Thanks anyway