MyBB Community Forums

Full Version: CHMOD error warning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Now that I have went through all of the steps to erradicate my viruses today, I am left with this one final warning on my ACP panel


1 of the required files and directories do not have proper CHMOD settings. Please change the CHMOD settings to the ones specified with the file below. For more information on CHMODing, see the MyBB Wiki.


CHMOD Files and Directories
File
Location




Configuration File
./inc/config.php
Not Writable
Please CHMOD to 777.



Settings File
./inc/settings.php
Writable
File Uploads Directory
./uploads
Writable
Avatar Uploads Directory
./uploads/avatars
Writable
Language Files
./inc/languages
Writable
Backups Directory
./admin/backups
Writable
Cache Directory
./cache
Writable
Themes Directory
./cache/themes
Writable

Specifically, it is wanting me to change the config file to 777 of which I am reluctant to do unless I hear it from someone here.
These files/directories need to be writable to store data and files.
hmm, config.php does not need to be 777, only 644.
(2011-10-18, 10:45 PM)Paul H. Wrote: [ -> ]hmm, config.php does not need to be 777, only 644.
It depends on the environment...