[ciapug] Fatal Error Message

Chris Hettinger ciapug@cialug.org
Thu, 01 Jul 2004 10:13:13 -0500


> Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 12 bytes) in ...

I've seen this suggested solution a couple times when I researched it 
online...

> To correct this, add the following line to the .htaccess file that comes with deanspace:
> 
> php_value memory_limit 16M

So other than just raising the bar, is there anything else I should be 
looking at to trouble shoot it? Could anyone shed some light on this 
error message for me?

-ch