Solved – WordPress – Fatal error: Allowed memory size of

We had a Godaddy domain IP address change and afterwards we unable to access sites we had in a sub-domain. After the IP issue was resolved the sites still didn’t come up. The page read

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in

This article solved our issue.

http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

We just had to add the following line to the “wp-config.php” file.

define( 'WP_MEMORY_LIMIT', '256M');
Let us know if this helped you…

Comments

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Translate »