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

前端 未结 23 649
别跟我提以往
别跟我提以往 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:39

    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.

提交回复
热议问题