Help me!

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
joengethe
Forum Newbie
Posts: 1
Joined: Wed Jul 21, 2010 1:44 am

Help me!

Post 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!
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Help me!

Post 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.
Post Reply