Closed Thread Icon

Topic awaiting preservation: Fatal error: Allowed memory (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12236" title="Pages that link to Topic awaiting preservation: Fatal error: Allowed memory (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Fatal error: Allowed memory <span class="small">(Page 1 of 1)</span>\

 
Wakkos
Maniac (V) Mad Scientist

From: Azylum's Secret Lab
Insane since: Oct 2000

posted posted 05-28-2002 02:03

What's that??

I had my page going ok until I made a little change, I added a line to the favicon stuff, then it didn't worked and i deleted the line, after that i deleted the .ico from the server and still the error is there!!

Error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /usr/www/htdocs/artreves/header.php on line 41

Line 41:
echo "<html>";

Complete code:
here

What could be that?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-28-2002 08:25

Something is wrong with your web server. Apparently it didn't free allocated memory for PHP (default is 8MB of memory per PHP script). You should contact your web host...


Wakkos
Maniac (V) Mad Scientist

From: Azylum's Secret Lab
Insane since: Oct 2000

posted posted 05-30-2002 09:50

My bad mr.maX, there's an include in that script that include itself, generating a big annoying loop......

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 05-30-2002 13:54

teaches you to use include_once() next time...

« BackwardsOnwards »

Show Forum Drop Down Menu