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?
1.06 - config.php not writeable
Re: 1.06 - config.php not writeable
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
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
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.
----- 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.