View Single Post
Old
  (#2 (permalink))
TuNa
Junior Member
 
Status: Offline
Posts: 71
Join Date: Jan 2003
Location: England
02-01-2003, 02:07 PM

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
 Send a message via ICQ to TuNa  
Reply With Quote