Hallo,
wenn ich mein Hintergrung Bild hochladen will erscheint immer diese Meldung:
Fatal error: Out of memory (allocated 31195136) (tried to allocate 4096 bytes) in /homepages/41/d42869164/htdocs/FC2011/wp-includes/media.php on line 1006
Bitte um Hilfe.....
Im voraus Danke
In Zeile 1006 steht folgendes:
$img = imagecreatetruecolor($width, $height);
if ( is_resource($img) && function_exists('imagealphablending') && function_exists('imagesavealpha') ) {
imagealphablending($img, false);
imagesavealpha($img, true);