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

2019-03-11 05:54发布

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 execute URL www.mysite.com/wp-admin it shows me a blank page. How do I solve this? I have searched over the internet and blogs. I found it could be related to hosting problems or brute force-attack, but I don't think that that's what happened to my site.

Links I visited:

标签: php wordpress
21条回答
Anthone
2楼-- · 2019-03-11 06:47

Just reset the password, this will work.

查看更多
看我几分像从前
3楼-- · 2019-03-11 06:48

I was also facing same problem but i renamed contact-form-7 plugin from /wp-content/plugins directory to contact-form-7-rename and problem solved.

So this is due to unsupportable plugins or theme.

查看更多
等我变得足够好
4楼-- · 2019-03-11 06:49

I just had this and it was a file / directory ownership issue. Fixed via SSH and changing the ownership recursively (-R):

chown -R ownerID:groupID /home/mydirectory/website

Change ownerID, groupID and filepath to be relevant to your own situation.

查看更多
登录 后发表回答