[Solved]: Can't upload anything [Solved]: Can't upload anything
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Can't upload anything

Started by holobyted, June 01, 2004, 08:58:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

holobyted

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.

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

holobyted

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