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