Ich habe seit ein paar Tagen das Problem, dass WP keine Bilder mehr skalieren will. Upload in Originalgröße geht, aber beim Erstellen kleinerer Ansichten stürzt das Ding ab. Ich bekomme folgende Fehlermeldung:
Code
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports unrecoverable error: in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Passed data is not in 'JPEG' format in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Couldn't create GD Image Stream out of Data in /homepages/28/d24985651/htdocs/.../wordpress/wp-includes/media.php on line 253
1574
Alles anzeigen
Die Seite ist bei 1und1 gehostet und läuft seit Jahren ohne Probleme. PHP5 ist aktiviert, die gd-lib tut wie es aussieht auch.
Die hochzuladenden Dateien sind definitiv "echte" JPEGs, die entstehen seit Jahren auf die gleiche Art und Weise.
Hat jemand eine Idee dazu?