Error: No create from JPEG support

See all posts See thread Reply

Re: Error: No create from JPEG support new!
by Mario, 11 years, 11 months ago
Hello, I encountered same error and JPEG support was enabled, the problem was with files permission.
Directory was set to 777 but file (image) inside that folder that class.upload was overwriting and that image didn't have the right permissions.
Image was chmod 644 but not apache (www-data) user and class.upload did not have privileges to overwrite it and returned "No JPEG create support" error.
hope this helpsReply