By bruplex on
I was seeing what various settings do in Drupal and went to my modules list and enabled the aggregator under core modules. Instantly I got this error page:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 286393 bytes) in /home7/mountaw2/public_html/includes/database.mysqli.inc on line 303
and now I can't access my modules list to turn off aggregator. I'm not a whiz with database stuff so any help in the right direction would be appreciated.
Thanks!
Comments
=-=
http://drupal.org/node/76156 = to fix your memory problem
http://drupal.org/node/45563 = to disable a module manually (won't fix your memory issue but will disable the module)
Making settings.php writeable again?
I read through the solutions and it seems like I could add in the code for the settings.php if I could make the page writeable again. Is there an easy way to do this? I scanned the forums and googled but didn't find anything
=-=
set the default folder to 777
set the setting.php file to 777
alter the file, change permissions back on both.