Installing Gallery Trouble :(

MainFramed

Diamond Member
May 29, 2002
5,981
1
0
Warning: Unable to create '/home/virtual/site113/fst/var/www/html/PhotoGallery/config.php': Permission denied in /home/virtual/site113/fst/var/www/html/PhotoGallery/setup/write.inc on line 10
Unable to write to /home/virtual/site113/fst/var/www/html/PhotoGallery/config.php

^ that is the error i get when trying to install Gallery Step4/5
a
anyone think they know whats wrong
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
set the permissions for /home/virtual/site113/fst/var/www/html/PhotoGallery/ toi allow the webserver to write files there.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
no, just whatever permissions are neccesary for the webserver to write to that directory. 0777 will let ANYONE write to that directory.

If your user is the same user that the webserver runs as, 0755 is fine. If you're user is different, but you are in the same group as the webserver, 0775 should do.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: MainFramed
thanks alot fred :eek:

Too many people set permissions to 777. If you set permissions like that, then other users can easily, say, delete all your files. It would work for the script, but it's a big security risk.