coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: Mo on August 22, 2004, 05:28:52 PM

Title: getting a error when going to upload something
Post by: Mo on August 22, 2004, 05:28:52 PM
Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/virtual/site23/fst/var/www/html/Gallery/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/virtual/site23/fst/var/www/html/Gallery/upload.php on line 440

Warning: unlink(./albums/edit/.): Permission denied in /home/virtual/site23/fst/var/www/html/Gallery/upload.php on line 453

Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/virtual/site23/fst/var/www/html/Gallery/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/virtual/site23/fst/var/www/html/Gallery/upload.php on line 440

Warning: unlink(./albums/edit/..): Permission denied in /home/virtual/site23/fst/var/www/html/Gallery/upload.php on line 453

I am goign to the upload place and it wont let me. Gives me the following error
Title: Re: getting a error when going to upload something
Post by: Mo on August 22, 2004, 05:37:15 PM
actually i think i might now know the problem. It will not let me change the chmod on the edit folder from 666 or even view the folder. wont even let me delete that folder
Title: Re: getting a error when going to upload something
Post by: Tranz on August 22, 2004, 05:43:54 PM
What do you mean by "It"? Have you tried using an FTP client?
Title: Re: getting a error when going to upload something
Post by: Nibbler on August 22, 2004, 05:50:27 PM
The edit directory was owned by 'apache', he will ask his host to CHOWN it for him.
Title: Re: getting a error when going to upload something
Post by: mad72 on December 13, 2004, 12:48:04 PM
please, what do i have to type for changing in the command line?
bye, Marco
Title: Re: getting a error when going to upload something
Post by: Joachim Müller on December 14, 2004, 06:46:55 AM
You should google for terms like "chown", it's rather easy to get help on such topics, e.g. http://www.start-linux.com/articles/article_161.php
Of course you need shell access, proper permissions and (most basic) a Linux/Unix system that actually has CHOWN (there's no CHOWN on Windows, but similar actions in the user interface).

Joachim