2007-10-26, 06:50 PM
2007-10-26, 09:43 PM
[wiki]CHMOD Files[/wiki]
2007-10-26, 09:59 PM
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.";
}
?>
2007-10-26, 10:16 PM
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
2007-10-26, 10:19 PM
ok thank you Mr.Doom it worked the install guide they give u with the download isant go