By coachpaul on
I tried to enable Views, but when I tried to save the enabled modules, I got the following error message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 125131 bytes) in /home/theemplo/public_html/smarterjobsearchsite/includes/menu.inc on line 951
Now i can access the admin menue, but cannot access any items in that menu; I get the same message.
I have searched the forum and cannot find any info.
How do I undo what I did?
Comments
First, increase your PHP
First, increase your PHP memory.
http://drupal.org/node/207036 (it is in the troubleshooting faq)
Your 32M are not enough for the modules you have, so try 48M or even 64M.
Then, in case a failed installation of Views left something dangling, go to admin/build/modules, disable Views and all its dependens, go to the Uninstall tab, uninstall any tables created, and then enable Views again.
error message
Thanks. Now I can't get in at all, but I will try.
see above
I could not find the file; I reloaded the site. Thanks. Not much on the site yet anyway.
Make sure to increase php
Make sure to increase php memory if you are going to install the same modules as before, otherwise the same may happen.