【发布时间】:2013-09-25 03:22:03
【问题描述】:
这是第一次使用 Wordpress 开发网站。使用 wordpress 导入插件在 localhost 上导入页面和帖子时,遇到以下错误。
Unable to create directory uploads. Is its parent directory writable by the server?
我尝试将 wp-content 文件夹的权限更改为 777 -> 无效
我尝试将 wp-content 文件夹的所有权更改为 apache:apache -> 无效
我尝试在wp-content 下手动创建uploads 文件夹。通过此更改,我能够通过上述错误,但随后出现以下错误。
Sorry, there has been an error. The uploaded file could not be moved to uploads.
我还应该尝试导入 Wordpress xml 文件吗?
为什么 Wordpress 无法创建 uploads 文件夹?
【问题讨论】: