User talk:Aziz Natour
From MediaWiki.org
I have a problem
it says:
MediaWiki 1.13.2 Installation Can't write config file, aborting
In order to configure the wiki you have to make the config subdirectory writable by the web server. Once configuration is done you'll move the created LocalSettings.php to the parent directory, and for added safety you can then remove the config subdirectory entirely.
To make the directory writable on a Unix/Linux system:
cd /path/to/wiki chmod a+w config
Afterwards retry to start the setup.
ULR: http://tuts.azizgfx.com/wiki/config/index.php
HOW DO I FIX THIS?
- Go to the /wiki directory using FTP client and set persmission 777 to /config directory. After creating the LocalSettings.php file by MediaWiki, change permission back (usually to 644). Ruiz 17:16, 24 October 2008 (UTC)
thanks mate, works fine now