In this tutorial we’ll show you how to fix a common error that can occur when WordPress runs out of resources.
By default WordPress will try to set aside 40M of memory for PHP. However, there are times where this amount is not enough.
Here are a few examples of the PHP memory error:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 512 bytes) in /redacted/wp-content/plugins/shopp/core/flow/Order.php on line 2168
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 15552 bytes) in /redacted/wp-content/plugins/shopp/core/model/Image.php on line 29
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 2046199 bytes) in /redacted/wp-content/plugins/shopp/core/DB.php on line 238
[Read more…] about How to fix PHP Fatal error: Allowed memory size of bytes exhausted WordPress