Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
-
for wordpress 3.1 https://www.ads-software.com/support/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate?replies=36 sort of has it correct but with v3.1 you edit the default-constants.php file which is referanced by wp-settings.php. I changed line 23 to define(‘WP_MEMORY_LIMIT’, ’64M’); instead of
define(‘WP_MEMORY_LIMIT’, ’32M’);
- The topic ‘Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate’ is closed to new replies.