Quantcast
Channel: Gigarocket Forum - All Forums
Viewing all articles
Browse latest Browse all 1923

How to fix "Fatal Error: Exhausted Allowable Memory Size"

$
0
0
Did you encounter a Fatal Error before? Some Fatal can be easily noticed and figured but what If the Fatal Error is in the FTP side of your site would you be able to figure it out?.

To add more info about it in case you encounter something like this on your site, you can try this steps and see if it could help. If you have the same exact problem as stated below you may try our solution to fix this problem.

PHP Code:
Fatal errorAllowed memory size of 33554432 bytes exhausted (tried to allocate 662655 bytesin /home/grep/public_html/WordPress/wp-includes/wp-db.php on line 450 

When you go to your WordPress dashboard you get the following errors in incoming links, plugins, and wordpress development blog

PHP Code:
Fatal errorAllowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytesin /home/par1/public_html/WordPress/wp-includes/class-simplepie.php on line 5359 

To solve this Issue: Simply find out if you can get to your wp-config.php file via FTP, If so, try increasing the memory for PHP and WordPress by adding this line in your wp-config.php file:

PHP Code:
define('WP_MEMORY_LIMIT''64M'); 

And that will solve your problem, Try visiting your site again, and this time you won’t be having same problem again.

Greetings!

Viewing all articles
Browse latest Browse all 1923

Trending Articles