coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: rdenny1900 on February 21, 2005, 02:04:40 AM

Title: Get error when clicking on upload file, cant upload.
Post by: rdenny1900 on February 21, 2005, 02:04:40 AM
I get this error when trying to upload a file.

Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 440

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

Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 440

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

Can someone help me with this?
Title: Re: Get error when clicking on upload file, cant upload.
Post by: Aditya Mooley on February 21, 2005, 06:17:02 AM
The edit directory does not have the required permission.
Change the permissions of edit directory to 777 (chmod 777 /albums/edit)

Also always search the forum and read the documentation before posting.
Title: Re: Get error when clicking on upload file, cant upload.
Post by: ChicanaStyle on February 23, 2005, 06:14:20 AM
I'm sorry. I should have read the docs before I posted. I just went and read the docs and figured out what I was suppose to do. Please delete this post. Sorry again.
Title: Re: Get error when clicking on upload file, cant upload.
Post by: Aditya Mooley on February 23, 2005, 06:19:32 AM
Use your FTP program to change the permissions. The command is chmod 777 edit. (Make sure you are in albums folder).
If you don;t know how to do this contact your web host.
Title: Re: Get error when clicking on upload file, cant upload.
Post by: ChicanaStyle on February 23, 2005, 06:23:03 AM
Thanks. I'm new to the whole thing, I appreciate the help. Next time, I'll definately be reading up on what's giving me troubles. ;)