Unable to upload JPEGs
-
I’ve seen this asked in several threads, but the topic is always closed without a reference to a fix.
I am unable to upload JPGs via wordpress. PNGs, PDFs et. al. upload just fine.
I’m using PHP 5.3.8 with current GD on FreBSD 7.2-RELEASE
Script error is:
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /absolute/path/domain.com/public_html/wp-includes/media.php on line 258 Warning: Cannot modify header information - headers already sent by (output started at /absolute/path/domain.com/public_html/wp-includes/media.php:258) in /absolute/path/domain.com/public_html/wp-includes/pluggable.php on line 866
The topic ‘Unable to upload JPEGs’ is closed to new replies.