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:
Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/pencole/public_html/gallery/upload.php on line 432
Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /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 denied) in /home/pencole/public_html/gallery/upload.php on line 432
Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /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
I have tried user:group (pencole)
Any ideas? thanks