最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

errors - Accessing my site using wp-admin does not load

programmeradmin3浏览0评论

I'm trying to access my website using mysite/wp-admin but whenever I type in my info and login the page does not load and won't open just a white page shows.

I'm trying to access my website using mysite/wp-admin but whenever I type in my info and login the page does not load and won't open just a white page shows.

Share Improve this question edited Feb 9, 2017 at 12:13 Max Yudin 6,3882 gold badges26 silver badges36 bronze badges asked Feb 9, 2017 at 8:05 MkkMkk 111 gold badge1 silver badge1 bronze badge 2
  • Can I access to your website and see what happens? You can tell us what your last action was. – Fenix Commented Feb 9, 2017 at 8:11
  • 6 Never give login credentials to people you don't know. In stead, describe your problem in more detail or contact your hosting provider. – cjbj Commented Feb 9, 2017 at 8:27
Add a comment  | 

3 Answers 3

Reset to default 4

Sounds like a theme or a plugin is causing the problem. Try renaming the wp-content/plugins folder to quickly disable all plugins and then try logging in. Add the plugins back into the wp-content/plugins folder to find the culprit.

If you have access to the error log file (assuming the site is not that busy), then you might find the error message pointing to the 'bad' file (plugin or theme).

Try this tutorial on the 'white screen of death': http://www.wpbeginner/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/ . (Good site for learning.) Their instructions include temporarily disabling plugins, and then trying a different theme (by renaming the theme you are using in wp-content/themes ). Usually the theme or plugin.

Good luck.

Most likely you made a change to your theme and made an error. Which does not allow to parse the code correctly resulting in an empty page.

Depending on your server settings it will show some errors or just a blank page for safety reasons.

I suggest you rollback your last changes, one by one untill it works again to identify what change created this behavior.

Good luck.

Open your 'wp-config.php' file at the root of your install. Set the WP_DEBUG option (near the bottom) to true and save.

Reload your site, and any errors should be printed above your header - hopefully that'll point you in the right direction if it is a theme/plugin issue.

发布评论

评论列表(0)

  1. 暂无评论