来自WordPress的文件夹权限错误在Localhost上

时间:2014-08-11 22:56:06

标签: wordpress localhost file-permissions chmod

我无法再自动更新本地WordPress安装。问题在fixing dropbox file permission errors之后开始。现在,当我尝试安装时,我收到此消息:

Downloading update from https://downloads.wordpress.org/release/wordpress-3.9.2-partial-1.zip…

Unpacking the update…

Could not create directory.

Installation Failed

sudo chmod -R 755 myblog给出了同样的错误。

sudo chmod -R 757 myblog有效,但757 is bad

为什么它失败了,有没有办法让它与755一起使用?

0 个答案:

没有答案