最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Publishing Time - WordPress Plain White Screen with No Error

matteradmin10PV0评论

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 badge
Add a comment  | 

1 Answer 1

Reset to default 0

This 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:

  1. 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.
  2. Deactivate all plugins and set the default theme of Wordpress
  3. Now start activating the plugins (and the theme) one by one and every time you enable one test to check if the issue arises.
  4. 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.
Post a comment

comment list (0)

  1. No comments so far