|
ARGH.... I read on another forum that it was probably something to do with my FTP CHMOD needing to be 777, so I checked mine and it read 755, so I changed it and retried uploading a pic and now i get this:
Warning: copy(/modules/Forums/images/avatars/3e1fa5123e3c282416e60.gif) [function.copy]: failed to create stream: No such file or directory in /home/thld185/public_html/home/modules/Forums/includes/usercp_avatar.php on line 245
This is what i have on that line,
$move_file = 'copy';
}
this is on line 245--->$move_file($avatar_filename, '/' . $board_config['avatar_path'] . "/$new_filename");
}
@chmod('./' . $board_config['avatar_path'] . "/$new_filename", 0777);
Can any1 help me in knowing what file to change, what permission for that file needs to be and what path i need to add in my forum configeration panel
|