2012-05-06, 09:48 PM
Hi all,
I'm attempting to install myBB and have run into an issue. I am following [url=http://wiki.mybb.com/index.php/Installing] and have got to the point where I am running the installation wizard. I get the following errors:
Configuration File Writable: Not Writable
Settings File Writable: Not Writable
Cache Directory Writable: Not Writable
File Uploads Directory Writable: Not Writable
Avatar Uploads Directory Writable: Not Writable
I have done exactly what the guide has instructed me to do regarding chmod:
./inc/config.php >> 666
./inc/settings.php >> 666
./cache/ >> 777
./cache/themes/ >> 777
./uploads/ >> 777
./uploads/avatars/ >> 777
I have verified these changes were successfully made:
-rw-rw-rw-. 1 root root 0 May 6 13:06 config.php
-rw-rw-rw-. 1 root root 0 May 6 13:06 settings.php
drwxrwxrwx. 3 root root 4096 May 6 13:06 cache
drwxrwxrwx. 2 root root 4096 May 6 13:06 themes
drwxrwxrwx. 3 root root 4096 May 6 13:07 uploads
drwxrwxrwx. 2 root root 4096 May 6 13:07 avatars
I have changed the owner and groups to root, the user which runs apache, and the user I'm currently logged in as. None of them fixed the errors.
This is a personal server of mine and I have access to whatever I need to fix this. I'm just as a loss as to what to try next. I am fairly new to Linux so I have a feeling it is something I am doing fundamentally wrong somewhere. Any suggestions would be greatly appreciated!
Edit: System Info:
Fedora 16 OS
Apache Server
MySQL database
I'm attempting to install myBB and have run into an issue. I am following [url=http://wiki.mybb.com/index.php/Installing] and have got to the point where I am running the installation wizard. I get the following errors:
Configuration File Writable: Not Writable
Settings File Writable: Not Writable
Cache Directory Writable: Not Writable
File Uploads Directory Writable: Not Writable
Avatar Uploads Directory Writable: Not Writable
I have done exactly what the guide has instructed me to do regarding chmod:
./inc/config.php >> 666
./inc/settings.php >> 666
./cache/ >> 777
./cache/themes/ >> 777
./uploads/ >> 777
./uploads/avatars/ >> 777
I have verified these changes were successfully made:
-rw-rw-rw-. 1 root root 0 May 6 13:06 config.php
-rw-rw-rw-. 1 root root 0 May 6 13:06 settings.php
drwxrwxrwx. 3 root root 4096 May 6 13:06 cache
drwxrwxrwx. 2 root root 4096 May 6 13:06 themes
drwxrwxrwx. 3 root root 4096 May 6 13:07 uploads
drwxrwxrwx. 2 root root 4096 May 6 13:07 avatars
I have changed the owner and groups to root, the user which runs apache, and the user I'm currently logged in as. None of them fixed the errors.
This is a personal server of mine and I have access to whatever I need to fix this. I'm just as a loss as to what to try next. I am fairly new to Linux so I have a feeling it is something I am doing fundamentally wrong somewhere. Any suggestions would be greatly appreciated!
Edit: System Info:
Fedora 16 OS
Apache Server
MySQL database