在 wordpress 的 localhost 中安装插件时出错

Error in installing the plugin in localhost in wordpress

我正在尝试使用上传插件按钮安装现有的 .zip 文件。 但我收到错误。我尝试在 wp-content

中制作上传目录
/wp-content/uploads

sudo chmod 0777 {path_of the file}/wp-content/uploads

但我仍然遇到同样的错误。

错误是

Unable to create directory wp-content/uploads/2020/10. Is its parent 
directory writable by the server?

enter image description here

您可以尝试将文件直接提取到插件目录中,而不是使用上传插件。只需将您的 zip 文件复制到: wp-content>插件并右键单击并解压听到。

这应该有效...