Titel: Fatal error: Allowed memory..... Beitrag von: Sajmon am 02. Mai 2003, 22:23:03 Elo
Zitat Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /srv/www/htdocs/www.proftpd.de/forum2/language/lang_german/lang_main.php on line 491 Kommt immer wieder bei reply, new post. Einfach probieren gzip forum funktion abschalten ueber administration. Titel: Fatal error: Allowed memory..... Beitrag von: Wörsty am 03. Mai 2003, 00:02:28 Problem hatte ich auch eben.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /srv/www/htdocs/www.proftpd.de/forum2/includes/template.php(127) : eval()'d code on line 111 Wörsty Titel: Fatal error: Allowed memory..... Beitrag von: stonki am 03. Mai 2003, 11:22:37 Zitat von: "Wörsty" Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /srv/www/htdocs/www.proftpd.de/forum2/includes/template.php(127) : eval()'d code on line 111 kann mir mal einer erklaeren, was diese Meldung verursacht. Ich bin ein wenig verwirrt. cu stonki Titel: Fatal error: Allowed memory..... Beitrag von: Sajmon am 03. Mai 2003, 13:47:32 Vielleicht einstellungen in php.ini, auch defektes RAM kann sowas verursachen
#---------------# ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) #-------------# memory_limit probieren mit 32MB |