Publishing Time - WordPress Plain White Screen with No Error.
Whenever I try to publish something, WordPress shows the following page with no error.
Yes, pages and posts are getting publishing but no error message. I don't understand, what's wrong with it? How can resolve it?
Publishing Time - WordPress Plain White Screen with No Error.
Whenever I try to publish something, WordPress shows the following page with no error.
Yes, pages and posts are getting publishing but no error message. I don't understand, what's wrong with it? How can resolve it?
Share Improve this question asked Jan 17, 2019 at 5:45 Chinmay RajyaguruChinmay Rajyaguru 1011 bronze badge1 Answer
Reset to default 0This is probably caused by a PHP fatal error occurs while saving the post. The error source is one of your plugins or the current theme, so to troubleshoot, follow these steps:
- Try to enable the debug log and take a look at the log (usually in: wp-content/debug.log) to see if you can find the error.
- Deactivate all plugins and set the default theme of Wordpress
- Now start activating the plugins (and the theme) one by one and every time you enable one test to check if the issue arises.
- Sometimes this is not caused by a specific plugin or theme but the website consumes the allowed memory. If the previous steps don't help, try to increase the allowed memory size.