Problem with avatar can't get it to work permission is denied?
This thread is closed, so you cannot post a reply.
Comments on Problem with avatar
Beginner
Usergroup: Member
Joined: Mar 29, 2006
Total Topics: 1
Total Comments: 1
failed to open stream: Permission denied in [enter location of funtions.php] on line 433
I CHMOD it and nothing works. I took a look at the line 433 and it says:
if (copy($upload_temp, $target_file))
{
$uploaded = $upload_file;
}
}
return $uploaded; // returns file name if it worked, or false if failed
}
any advice how to solve this?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I get no such message. Check your file path, you may have set it wrong. Otherwise the attachments directory must not be 777 (or on the occasional stranger server 755).