WordPress Fix: Fatal Error: Allowed Memory Size of 33554432 bytes exhausted

WordPress

WordPress

Fatal error: Allowed memory size of 33554432 bytes exhausted:

  1. Download, back up and open: wp-settings.php in wordpad/notepad
  2. Search for define(‘WP_MEMORY_LIMIT’, ’32M’);
  3. Change 32M to 64M :   define(‘WP_MEMORY_LIMIT’, ’64M’);
  4. Enjoy