Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6624 bytes) in /home/httpd/vhosts/ministeriosdecentroamerica.org/httpdocs/galeria/include/picmgmt.inc.php on line 209
i made the change in php.ini to 24Mb .. but i cant work ..
u can help me ...
http://forum.coppermine-gallery.net/index.php?topic=5843.0
;;;;;;;;;;;;;;;;;;;
; 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 = 20M ; Maximum amount of memory a script may consume (8MB)
this is my php.ini in RESOURCE LIMITS ...
exists a other mean to fix tht problem ? ... in other gallery mine .. ( server freebsd ) i dont have this proble ,,,
thx master
If the change you made isnt reflected in the value in the error message then the change has been unsuccessful. Make sure you restarted the server process after making the change and verify it with a phpinfo page.