Page 1 of 1

Help me!

Posted: Wed Jul 21, 2010 1:52 am
by joengethe
I am working on a joomla project & i have a lot of modules installed.I have this Gk tab module that i installed, but when i enable it on the front end i get this error:#
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes)"
looks like i'm running out of memory or smthng.
How do i fix this problem pliz!

Re: Help me!

Posted: Wed Jul 21, 2010 4:26 pm
by JakeJ
You have to look at what's calling it and figuring it out. Memory is probably not the real problem. It's doing something wrong and will suck up no matter how much memory you allocate.