wordpress插件上传的失败原因和处理方案
2022-07-29 10:13:20
139
{{single.collect_count}}

我在Wordpress里点击安装插件之后,

遇到如下错误消息:无法建立目录wp-content/uploads:

查看文件夹wp-admin的权限,发现除了root用户外,其他用户只有只读权限:

解决方案: chmod 777 ./wp-content

这样其他用户对wp-content也拥有了写权限,问题解决。

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}