Page 1 of 1
1.06 - config.php not writeable
Posted: Thu Apr 26, 2007 3:49 pm
by RazorMedia
I get an error message saying config.php is not writeable.
I try to set the entire folder to 777 but still the same message.
How can I fix this?
Re: 1.06 - config.php not writeable
Posted: Thu Apr 26, 2007 4:43 pm
by lanesharon
Do you have access to CPanel? If so, you need to CHMOD config.php to 777. On Cpanel you can see that it is modded. I am wondering if the website access you are using is not actually changing the CHMOD.
Re: 1.06 - config.php not writeable
Posted: Thu Apr 26, 2007 7:36 pm
by RazorMedia
The wierd thing is, that there is no config.php in the file tree. It is not even created yet...
Re: 1.06 - config.php not writeable
Posted: Thu Apr 26, 2007 9:18 pm
by lanesharon
From the install instructions in doc directory:
----- If your webserver has write access to your new CMS directory you can skip step 2 ------
2. create an empty config.php file and make it writable by your webserver's user:
- touch config.php
- chmod 666 config.php
You may have to create the file yourself and then CHMOD it so that you can write to it.
Re: 1.06 - config.php not writeable
Posted: Fri Apr 27, 2007 5:32 am
by RazorMedia
Many Thanks!