
16-06-2011, 10:04:52
|
| |
Mediawiki Kurulum Sorunu | | Dosyaları FTP ye atıyorum. Setup diyince karşıma şu yazı olan bir sayfa geliyor. Ne yapabilirim?
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 /home/arbak/public_html/wiki
chmod a+w config
Afterwards retry to start the setup. |