错误:
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'images/xxx/xxx.jpg' for writing: Permission denied in /usr/www/users/xxx/resources/func.createthumbs.php on line 48
images/xxx/xxx/xxx.jpg
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/xxx/resources/updatethumbs.php:17) in /usr/www/users/xxx/resources/func.createthumbs.php on line 3
那么......我怎样才能更改权限?这是在共享服务器上运行 - 是否可能?
答案 0 :(得分:1)
检查图片“chmod
并将其设置为644
- 通过FTP
客户端或shell
。
如何更改权限?取决于您的FTP客户端。
答案 1 :(得分:1)
使用您的ftp客户端为目录images/xxx/xxx/
设置0777(或为所有人编写)
并且它不是GD问题