skip to Main Content

I manage a WordPress site for a client, after trying to resolve some updates I cannot seem to edit anything inside the editor anymore. Everything is blank (see image). The site itself is still up and working fine. Has anyone ever encountered this?enter image description here

2

Answers


  1. Chosen as BEST ANSWER

    Okay so in this case the problem was (when I checked the error log) that the update was not properly installed. Deactivated the plugins inside PHP MyAdmin and then reinstalled Wordpress manually onto site.


  2. There are tons of reasons, why this could be happened. Like @jiali sent you a very helpful link, I would say to try and open the debugger: inside wp-config.php file search for define('WP_DEBUG', false); and change the value to true. Then, you propably would see what causing the error and where (either plugin or custom code, or maybe plugins conflict)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search