hallo,
also hab ein bildupload script, welches ein bild gleich 2x resized.
einmal in 400x200 und und einmal in 800x600. so 400x200 wird erstellt.
jetzt bekomm ich jedoch ab bilder über 100kb (ca.) die fehler meldung
in line 193 steht :
wo ist der fehler bzw wa gan ich tun damit ich bilder größer als 100kb hochladen kann?
ich denke hat was mit memory_limit zu tun oder? steht auf 8M bei mir... kann man trotzdem was tun oder ist das problem ohne apache umstellung bzw provider wechsel nicht zu lösen?
hier die phpinfo:
http://web0.lilly.netdepot.info/phpinfo.php
gruß
wolle
also hab ein bildupload script, welches ein bild gleich 2x resized.
einmal in 400x200 und und einmal in 800x600. so 400x200 wird erstellt.
jetzt bekomm ich jedoch ab bilder über 100kb (ca.) die fehler meldung
Code:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4096 bytes) in /home/www/web172/html/cms/includes/ueber/firmenprofil.php on line 193
PHP-Code:
$image = imagecreatefromjpeg($foto);
ich denke hat was mit memory_limit zu tun oder? steht auf 8M bei mir... kann man trotzdem was tun oder ist das problem ohne apache umstellung bzw provider wechsel nicht zu lösen?
hier die phpinfo:
http://web0.lilly.netdepot.info/phpinfo.php
gruß
wolle
Kommentar