I upgraded my php 5.2.12 to 5.3.3 with custombuild.
After the upgrade users cannot upload jpg images (with wordpress).
I tried ./build libjpeg
and than ./build php again but that didn't work either
After the upgrade users cannot upload jpg images (with wordpress).
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /usr/home/bla/public_html/wp-admin/includes/image.php on line 162
I tried ./build libjpeg
and than ./build php again but that didn't work either