$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Empty Dashboard in Wordpress|Programmer puzzle solving
最新消息: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)

Empty Dashboard in Wordpress

matteradmin9PV0评论

I have the most updated version of wordpress for my site on private tutors. Last week I upgraded Apache and PHP on our production server. Afterwards the dashboard refused to work. When a user logs in, a blank dashboard appears. A menu with links is still present, but none of the links work, so one cannot create new posts etc. In the page source I see the following message:

Fatal error: Access to undeclared static property: WP_Screen::$this in blog/wp-  admin/includes/screen.php on line 706

There were no changes to WordPress configuration made and no new plugins installed. What the heck did I do wrong and can anyone please help me?

I have the most updated version of wordpress for my site on private tutors. Last week I upgraded Apache and PHP on our production server. Afterwards the dashboard refused to work. When a user logs in, a blank dashboard appears. A menu with links is still present, but none of the links work, so one cannot create new posts etc. In the page source I see the following message:

Fatal error: Access to undeclared static property: WP_Screen::$this in blog/wp-  admin/includes/screen.php on line 706

There were no changes to WordPress configuration made and no new plugins installed. What the heck did I do wrong and can anyone please help me?

Share Improve this question asked Nov 13, 2016 at 4:35 shmulashmula 13 bronze badges 2
  • 1 Are you sure you have the latest version of WordPress? Because there is no line 706 in wp-admin/includes/screen.php. In that file there is only 234 lines. – Adam Commented Nov 13, 2016 at 8:43
  • If you're still on version 3.3.1, sounds like this: wordpress.stackexchange/a/127486/84643 – Megan Rose Commented Nov 13, 2016 at 15:03
Add a comment  | 

1 Answer 1

Reset to default 0

I know this post is old but the right answer may help someone else. Sounds like you are still using WordPress 3.* because it has a bug causing the issue. You need to be sure you're using the right version of Apache and PHP as required by the copy of WordPress version you just upgraded to.

You may also replace your current core WordPress with the latest 5.* manually in the cpanel. Check out

  • https://en-gb.wordpress/about/requirements/
  • How to fix empty dashboard issue in WordPress?

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far