查一下网站目录下wp-content目录的权限,

# ls -l

drwxr-xr-x  5 nobody 65534  4096 Feb  3  2016 wp-content
 

修改wp-content目录权限就OK了。

chmod -R a+w wp-content

相关文章: