Setup config Error

Jisoros

Joined: 2002-08-31
Posts: 2
Posted: Sat, 2002-08-31 08:11

Everything with the installation is fine, right up to the point that I click on the "Save Config" button. I keep recieving the following error message:

Warning: Unable to create '/home/usr209/html/gallery/config.php':
Permission denied in /home/usr209/html/gallery/setup/write.inc on line 10
Unable to write to /home/usr209/html/gallery/config.php

I noticed within the unziped Gallery files that there is no "config.php" for me to chmod the permissions on.

What did I miss?

Here are my server stats:

Linux lucius 2.4.17
Apache 1.3.12
PHP 4.0.6

Thanks for your help and advice in advance

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Sat, 2002-08-31 08:39

The permissions of the 'gallery' folder are probably wrong.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2002-08-31 18:45

$1 says you didn't follow the instructions in the README and run the configure.sh script.

 
Jisoros

Joined: 2002-08-31
Posts: 2
Posted: Sat, 2002-08-31 21:10

You just earned yourself $1 my man!

For the poor sap that may follow in my foot steps:

First, I should have read the "Read Me" file more closely.
Since I use Dreamweaver and have to FTP my files, I followed the direction under "3. HOW DO I INSTALL GALLERY IF I HAVE ONLY FTP ACCESS?"

1.) open a text editor and save a blank document as "config.php"
2.) open a text editor and save a blank document as ".htaccess"
3.) upload to the server via FTP
4.) site chmod 777 both "config.php" and ".htaccess"
5.) site chmod 755 the "setup" folder

Script works great guy! Very Pro!

Thanks