Fatal error: Allowed memory size…..
May 21, 2011
Ever had that “Fatal error: Allowed memory size of 33554432 bytes exhausted” message after installing a new plug-in in wordpress? I think many had, and many will still try to get it.
There are a few way you can get around that
- in wp-config.php add define(‘WP_MEMORY_LIMIT’, ’64M’);
- in php.ini set memory_limit = 64M;
- in .htaccess try adding php_value memory_limit 64M
- Talk to your host
If you just want to get going again, and remove the plug-in you just installed and caused the error, go to /wp-content/plugins/ and find the folder for the plug-in you just installed, and delete it.