Code: Select all
imagecreatefromjpeg($filename)Code: Select all
gd-jpeg: JPEG library reports unrecoverable error: in filename.I have been through every possible article that google gives me about this error with no success.
i tried setting this in php.ini, with no effect:
Code: Select all
gd.jpeg_ignore_warning = 1I tried installing GD 2.0.36 manually to another location and specifying that location when i configure php, which resulted in a different error:
Code: Select all
filename is not a valid JPEG fileDoes anyone know how to fix this?