Allowed memory size

Spranta

Erfahrenes Mitglied
Hallo

ich habe bei einen Upload Script die Fehlermeldung

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6800 bytes) in /*******/**.php on line 47

Wie kann ich den fehler wechbekommen bzw was verursacht den fehler?

Gruß
Spranta
 
läuft das Script lokal oder auf einem Server wo du Zugriff auf die php.ini hast? Wenn ja such dir mal die Zeile memory_limit , diese ist sicherlich auf 8M beschränkt.
 
habe ssh zugang aber kann nur die httpd.conf ändern was muss ich da eintragen?

in der httpd.conf steht nun folgendes

<Directory "/srv/www/htdocs/web2/html">
php_admin_value safe_mode off
php_admin_value upload_max_filesize 25M
php_admin_value memory_limit 128M
</Directory>

Nun kommt

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1224 bytes) in /srv/www/htdocs/web2/html/Imagehosting/acp/lib/function.php on line 47
 
Zuletzt bearbeitet:
Zurück