PDA

View Full Version : Fatal Error


Memphis834@yaho
03-26-2008, 01:16 PM
The last few days, I've been getting a Fatal Error message similar to this:

Fatal error: Out of memory (allocated 6291456) (tried to allocate 1245184 bytes)

For this file: /global.php(554) : eval()'d code on line 1159

Any idea what the problem is?

Jase2
03-26-2008, 01:40 PM
You need to contact your host, since this is a server problem.

Regards Jason :)

Marco van Herwaarden
03-26-2008, 02:08 PM
Or disable the modifcation that is using this much memory.

Opserty
03-26-2008, 02:09 PM
It is triggered by one of your modifications that you have installed. You can disable your plugins and enable them one by one to trouble shoot the problem. It is probably a plugin with the hook location global_.... Although that is just a guess. :p

Memphis834@yaho
03-26-2008, 02:27 PM
Thanks a lot guys! I'll test out my plugins