Hi all!
I istall Coppermine 1.4.4 (stable)
And I have this eRRoR:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 243168 bytes) in /home/majes/domains/galeria.ultrahost.pl/public_html/include/functions.inc.php on line 2025
site: www.galeria.ultrahost.pl
please help me, what I must do ?!?!:(:(
sorry but my english is bad :P
http://forum.coppermine-gallery.net/index.php?topic=24088.msg110690#msg110690
Allowed memory size of 8388608 bytes = 8 mb
tried to allocate 243168 bytes ~ 247 kb
I think it is not help : http://forum.coppermine-gallery.net/index.php?topic=24088.msg110690#msg110690
The message means that it tried to allocate x bytes but this took it over the 8MB limit.
I installed this galery on my comuter too an it is work: http://82.177.243.142/index.php
I check configuration php.ini and in my home server is:
;;;;;;;;;;;;;;;;;;;
; 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)
but ok i go with this problem to admin of my server :)