Hallo ihr wieder mal :)
Kann mir jemand diese Fehlerzeile interpretieren?
ZitatAllowed memory size of 16777216 bytes exhausted (tried to allocate 8192 bytes) in /homepages/4/d149817909/htdocs/wp-content/plugins/lazyest-gallery/lazyest-cache.php on line 74
Hab schon in das Verzeichnis geguckt und Bilder gelöscht, aber hilft nichts. (Link: http://www.eldengrove.net/index.php?page…e=Urban/London/ )
Die php auf Zeile 74 sagt folgendes
PHP
switch(strtolower($path["extension"])){
case "jpeg":
case "jpg":
ZEILE 74: $img = imagecreatefromjpeg($img_location);
break;
case "gif":
$img = imagecreatefromgif($img_location);
break;
case "png":
$img = imagecreatefrompng($img_location);
break;
default:
break;
Alles anzeigen
Danke und viele Grüße
Lu