wp-admin shows blank page, how to fix it?

前端 未结 23 1147
别跟我提以往
别跟我提以往 2021-02-02 13:14

I am working with WordPress 3.5.8. Yesterday I made some changes into it to a friend. I don\'t know what happened, but after some time when I try to log in at wp-admin side and

23条回答
  •  甜味超标
    2021-02-02 13:28

    I found following solution working as I was using older version of wordpress.

    1. Open file blog/wp-admin/includes/screen.php in your favorite text editor.
    2. on line 706 find the following PHP statement: _help_sidebar; ?>
    3. Replace it with the statement: _help_sidebar; ?>
    4. Save your changes.

提交回复
热议问题