phpbb forum error

Any problem with PHP can be disscused here
Locked
junkyard9
Posts: 14
Joined: Tue Jun 27, 2006 10:23 am

phpbb forum error

Post by junkyard9 »

greetings
i am setting up a forum but i have some problem with it
Warning: copy(./images/avatars/160259242644b86a9a6dc03.jpg): failed to open stream: Permission denied in /public_html/forums/includes/usercp_avatar.php on line 288
i have already enabled avatar uploading in the general configuration

any ideas on this ?


SHAdmin
Posts: 2095
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post by SHAdmin »

You are having permission error. Please check if you have CHMOD 777 the folder in which you are trying to upload those avatars.
junkyard9
Posts: 14
Joined: Tue Jun 27, 2006 10:23 am

Post by junkyard9 »

well... CHMODing the avatars folder to 777 did solve the problem
thankew SHadmin
Locked