admin管理员组文章数量:1404615
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.
- 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
3 Answers
Reset to default 4Sounds 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.
本文标签: errorsAccessing my site using wpadmin does not load
版权声明:本文标题:errors - Accessing my site using wp-admin does not load 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744835510a2627605.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论