forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: majes on April 06, 2006, 05:57:44 pm

Title: Fatal error after instalation - line 2025
Post by: majes on April 06, 2006, 05:57:44 pm
Hi all!

I istall Coppermine 1.4.4 (stable)
And I have this eRRoR:

Code: [Select]
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
Title: Re: Fatal error after instalation - line 2025
Post by: Joachim Müller on April 06, 2006, 06:51:04 pm
http://forum.coppermine-gallery.net/index.php?topic=24088.msg110690#msg110690
Title: Re: Fatal error after instalation - line 2025
Post by: majes on April 06, 2006, 10:08:50 pm
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
Title: Re: Fatal error after instalation - line 2025
Post by: Nibbler on April 06, 2006, 10:09:58 pm
The message means that it tried to allocate x bytes but this took it over the 8MB limit.
Title: Re: Fatal error after instalation - line 2025
Post by: majes on April 06, 2006, 10:23:37 pm
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 :)