2 replies [Last post]
sudofix's picture
Offline
Joined: 02/02/2008
Juice: 28
Was this information Helpful?

I just did a vanilla install of of Ubercart + Drupal. I installed the Admin Dropdown menu, and this is what I get everytime I try to click the Administer button to enter the Admin menu.

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 19456 bytes) in /home/sudofixc/public_html/ubercart/modules/system/system.install on line 2808

What does it mean and how do I fix it? I want the drop-down menu, so that I can hide the "Administer" menu function from other people when they log into the site, and it also makes it easier for me to see what I'm doing using that.

Is there a way around this problem, or is there something I have to append.

I've got this over 3 times now (this being the 3rd) when I install the Admin Dropdown menu.

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Fatal Error Message I Don't Understand

Looks like you have to increase your memory limit for PHP. Do you have access to your php.ini file? Or can you ask whoever is admin of your server to increase your PHP memory limit size? (To something like 32M)

--
Help directly fund development: Donate via PayPal!

sudofix's picture
Offline
Joined: 02/02/2008
Juice: 28
Re: Re: Fatal Error Message I Don't Understand

Sweet. Thanks for the info dude. That really helped. Got my sysadmin to increase it for me and VOILA! It's like magic that it's now fixed.