Fatal error after instalation - line 2025 Fatal error after instalation - line 2025
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Fatal error after instalation - line 2025

Started by majes, April 06, 2006, 05:57:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

majes

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


majes

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

Nibbler

The message means that it tried to allocate x bytes but this took it over the 8MB limit.

majes

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 :)