Get error when clicking on upload file, cant upload. Get error when clicking on upload file, cant upload.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Get error when clicking on upload file, cant upload.

Started by rdenny1900, February 21, 2005, 02:04:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rdenny1900

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?

Aditya Mooley

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.
--- "Its Nice 2 BE Important but its more Important 2 Be NICE" ---
Follow Coppermine on Twitter

ChicanaStyle

#2
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.

Aditya Mooley

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.
--- "Its Nice 2 BE Important but its more Important 2 Be NICE" ---
Follow Coppermine on Twitter

ChicanaStyle

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. ;)