By Idlespur on
While I am in the admin area I want to access the menu module which works fine. When I click on the navigation link I get the following:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 256 bytes) in /var/www/isa/includes/form.inc on line 1050
Can anyone tell what is going wrong?
I have not changed anything in navigation so far. I would like to edit the contact module so it will show in the primary links instead of the navigation links.
Any help you can offer will be greatly appreciated.
Idlespur :(
Comments
=-=
http://drupal.org/node/76156
may want to read system requirements, specifically where it concerns PHP and memory: http://drupal.org/requirements
increase memory
Just increase that memory limit by adding this line into settings.php
ini_set('memory_limit', '128M');
Maozet you are the One!! And
Maozet you are the One!!
And you made it look so simple, well at least to a simple guy like me. Thanks, thanks ............. oh and THANKS
Idlespur :)
Tweak php.ini as well
In my case I also had to add the following line to php.ini:
memory_limit = 128M