MyBB Community Forums

Full Version: chmod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have chmod everything, and i get an error saying i havent chmod the

upload
upload/avatar

folders but i have is it the host i use?
[wiki]CHMOD Files[/wiki]
Please run this script on your mybb directory and tell us what the output is.

<?php
$dir = 'uploads/avatars/';
$dir2 = 'uploads/';
if (is_writable($dir)) {
    echo "The file $dir is writable";
} else { 
   echo "The file $dir is NOT writable. See Wiki's CHMOD.";
}
if (is_writable($dir2)) {
    echo 'The file $dir2 is writable'; 
}  else { 
   echo "The file $dir2 is NOT writable. See Wiki's CHMOD.";
} 
?>
in the install guide it says to chmod everything to 666 but in the tut that Mr.Doom sent me told me to chmod the upload and upload/avatar to 777 im trying it now i will let u know
ok thank you Mr.Doom it worked the install guide they give u with the download isant go