Permission Errors

I have copied an account over from another server, and now when the client goes to an upload script (coppermine) they get the following errors:

PHP Code:
Warningis_dir(): Stat failed for ./albums/edit/. (errno=13 Permission deniedin /home/pencole/public_html/gallery/upload.php on line 432

Warning
filemtime(): Stat failed for ./albums/edit/. (errno=13 Permission deniedin /home/pencole/public_html/gallery/upload.php on line 440

Warning
unlink(./albums/edit/.): Permission denied in /home/pencole/public_html/gallery/upload.php on line 453

Warning
is_dir(): Stat failed for ./albums/edit/.. (errno=13 Permission deniedin /home/pencole/public_html/gallery/upload.php on line 432

Warning
filemtime(): Stat failed for ./albums/edit/.. (errno=13 Permission deniedin /home/pencole/public_html/gallery/upload.php on line 440

Warning
unlink(./albums/edit/..): Permission denied in /home/pencole/public_html/gallery/upload.php on line 453 
Im guessing this has something to do with permissions (chown) but i dont know what user:group to use, as the old server is now offline.

I have tried user:group (pencole)

Any ideas? thanks

 

 

 

 

Top