MyBB Community Forums

Full Version: Whats that mean
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whats that mean:

CHMOD the following files to 666 (ie, make sure that PHP can write to them).
./inc/settings.php
./inc/config.php (you must rename config.default.php to config.php first)
./inc/languages/*your_language*/*all files* (optional)
./inc/languages/*your_language*/admin/*all files* (optional)

CHMOD the following folders to 777 (ie, make sure that PHP can write to and execute from them).
./cache/
./cache/themes/
./uploads/
./uploads/avatars/
./admin/backups/ (optional)
see also [CHMOD files]
How to CHMOD those files
Use your FTP client, normally right click on it and a box will appear that says "CHMode" and change the 3 digit number to those up there for those files.
What did you use to upload your files?
I am using Filezilla
Thank you