Page 1 of 1

Fatal error: Allowed memory size of 16777216 bytes exhausted

PostPosted: Tue Mar 13, 2007 8:26 pm
Author: Au1Net
<img>

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 368640 bytes) in /home/users/ltdprem/public_html/premisesltd.com/intranet/includes/def_qbar.php on line 919


def_qbar.php Line 919

Code: Select all
                                'internal'       => true,

Re: Fatal error: Allowed memory size of 16777216 bytes exhau

PostPosted: Tue Mar 13, 2007 11:05 pm
Author: HoRuZ
I'm getting a similair error for two days now too:

atal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in /home/leijtnl1/public_html/ancient-armada/forum/cache/tpl_PowerMetal.overall_header.php on line 451


Tried to delete cache files, but the error stays <img>

Could it be it's a server thing?

Re: Fatal error: Allowed memory size of 16777216 bytes exhau

PostPosted: Tue Mar 13, 2007 11:28 pm
Author: Helter
open your config.php

find

Code: Select all
define('PHPBB_INSTALLED', true);


after, add


Code: Select all
ini_set("memory_limit","16M");

PostPosted: Wed Mar 14, 2007 10:51 am
Author: HoRuZ
Thanks, that worked for me

PostPosted: Wed Mar 14, 2007 8:04 pm
Author: Au1Net
"HelterSkelter";p="22922" wrote:open your config.php

find

Code: Select all
define('PHPBB_INSTALLED', true);


after, add


Code: Select all
ini_set("memory_limit","16M");



Tryed that, now i have the same error on a different file, it only happened once i removed the /install directory

[code]    Fatal error]

Re: Fatal error: Allowed memory size of 16777216 bytes exhau

PostPosted: Wed Mar 14, 2007 8:53 pm
Author: Frost
damn lol, what exactly are you running?

What's your link?

And i think yours was already set to 16, you can try something like 32M but it shouldn't need that much <img>

PostPosted: Wed Mar 14, 2007 9:36 pm
Author: Au1Net
[quote=""Frost";p="22950""]
damn lol, what exactly are you running?

What's your link?

And i think yours was already set to 16, you can try something like 32M but it shouldn't need that much :)

Whats so bad about it wanting all that memory? *newb*

Re: Fatal error: Allowed memory size of 16777216 bytes exhau

PostPosted: Wed Mar 14, 2007 10:07 pm
Author: Frost
Well I was speaking from the "host's" position. It's actually good for you to have a lot of memory, but hosts don't care too much for their clients using a lot of course lol

Re: Fatal error: Allowed memory size of 16777216 bytes exhau

PostPosted: Tue Jun 19, 2007 6:45 am
Author: DjPorkchop
I had the same problem and it solved it for me as well. nice... <img>