Error: No create from JPEG support

See all posts See thread Reply

Re: Error: No create from JPEG support new!
by Koen, 18 years, 10 months ago
Im 100% sure the uploads I tried were jpegs,

phpinfo says :
image/gif, 
image/x-xbitmap, 
image/jpeg, 
image/pjpeg, 
application/vnd.ms-excel, 
application/vnd.ms-powerpoint, 
application/msword, 
application/x-shockwave-flash, */*
Reply
Re: Error: No create from JPEG support new!
by colin, 18 years, 10 months ago
OK.

In the PHP info, you should have in the section GD, in the table underneath, the following line:
JPG Support 	enabled

Also, is the destination directory writable? Try to chmod it to 777 during the tests.Reply
Re: Error: No create from JPEG support new!
by Koen, 18 years, 10 months ago
I looked up the gd section, and
JPG Support enabled is just missing.
So I guess thats the problem.. :'(
Since its not my server im running my website on, I can't change it.

Tnx for help :)Reply