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.
When you go to your WordPress dashboard you get the following errors in incoming links, plugins, and wordpress development blog
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:
And that will solve your problem, Try visiting your site again, and this time you won’t be having same problem again.
Greetings!
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 error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 662655 bytes) in /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 error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /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!