coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: yaiconic on October 29, 2005, 10:12:31 PM

Title: Fatal error: Allowed memory size of 8388608 bytes exhausted
Post by: yaiconic on October 29, 2005, 10:12:31 PM
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 ...
Title: Re: Fatal error: Allowed memory size of 8388608 bytes exhausted
Post by: Nibbler on October 29, 2005, 10:23:33 PM
http://forum.coppermine-gallery.net/index.php?topic=5843.0
Title: Re: Fatal error: Allowed memory size of 8388608 bytes exhausted
Post by: yaiconic on October 29, 2005, 10:49:41 PM
;;;;;;;;;;;;;;;;;;;
; 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
Title: Re: Fatal error: Allowed memory size of 8388608 bytes exhausted
Post by: Nibbler on October 29, 2005, 11:22:14 PM
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.