Home › Forums › All Other Themes › Fatal error
- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
January 9, 2018 at 5:09 am #91106
Hello
While updating the content of the website via dashboard I received this message Several times, after refresh browser it works properly.
https://prnt.sc/hxvtk0
Thanks
January 9, 2018 at 5:14 am #91108and sometimes receive this message
http://prntscr.com/hxvvkm
after refresh it works fine
January 9, 2018 at 1:02 pm #91211Hi,
First you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP client or file manager in your web hosting control panel.
Next, you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’
define( 'WP_MEMORY_LIMIT', '256M' );
This code tells WordPress to increase the PHP memory limit to 256MB.
Once you are done, you need to save your changes and upload your wp-config.php file back to your server.
Note: If this solution does not work for you, then this means your web hosting service provider does not allow WordPress to increase PHP memory limit. You will need to ask your web hosting provider to increase your PHP memory limit manually.
Regards,
DaveJanuary 11, 2018 at 8:30 am #91440Thank you 🙂
January 11, 2018 at 9:16 am #91451🙂
-
AuthorPosts
- You must be logged in to reply to this topic.