When working on my site yesterday, I was enabling new modules and themes...in the process of doing so, I received a PHP memory overload error message. When I refreshed the screen, I received a Page not found error on every page I try to browse on the site, including admin pages.
Any suggestions or ideas on how to remedy this?
Thank you in advance for any suggestions!
Ethan
On Aug 10, 2010, at 8:51 AM, Johns, Ethan wrote:
When working on my site yesterday, I was enabling new modules and themes…in the process of doing so, I received a PHP memory overload error message.
Try putting something like
# Override PHP settings. More in sites/default/settings.php # but the following cannot be changed at runtime. php_value memory_limit 100000000
In your .htaccess file. This is more of a web server issue than a drupal issue, so the details will depend on which web server you're running under and how your hosting provider has configured things.