0

WordPress技巧(4): 图片上传错误

WordPress 2.8 file / image upload error fix

当你上传图片或者文件的时候会船舷这样的错误,这是怎么造成的?

Unable to create directory /the/path/here/.

Is its parent directory writable by the server?

有两个原因:

  1. 上传目录的权限有问题,FTP登录到不能写入的目录查看目录的权限,试试改成755或者777
  2. 上传目录的设置问题,录后台查看设置,Settings -> miscellaneous修改存储文件夹为 wp-content/uploads

Leave a Reply