MyBB Community Forums

Full Version: CHMOD Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Do not know what this means can someone help me

  1. 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) 
    Huh
(2016-05-14, 09:23 PM)Winterishcrane Wrote: [ -> ]I Do not know what this means can someone help me

  1. 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) 
    Huh

Unless you have root access you will want to contact your server provider to set these for you.
^ root access may not be necessary. direct access to files should be sufficient.
can be done through file manager at web host panel or through ftp client (eg. filezilla)