PHP GD problem--not enough permission to make image?

Posted by aaron on Stack Overflow See other posts from Stack Overflow or by aaron
Published on 2010-04-25T14:40:25Z Indexed on 2010/04/25 14:43 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

Error:

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

So... How can I change the permission? This is being run on a shared server--is it possible?

© Stack Overflow or respective owner

Related posts about gd

Related posts about php