Web Hosting Talk







View Full Version : SocialEngine a error?


albdesigner
07-27-2009, 08:42 AM
Hi

When a new user register to my site and when a member try to change profile photo , active are some error:

Warning: imagejpeg() [function.imagejpeg]: Unable to open './uploads_user/1000/1/0_4541_thumb.jpg' for writing: Permission denied in /home/alb/public_html/portal/include/class_upload.php on line 288

Warning: chmod() [function.chmod]: No such file or directory in /home/alb/public_html/portal/include/class_upload.php on line 304

Warning: imagejpeg() [function.imagejpeg]: Unable to open './uploads_user/1000/1/0_4541.jpg' for writing: Permission denied in /home/alb/public_html/portal/include/class_upload.php on line 204

Warning: chmod() [function.chmod]: No such file or directory in /home/alb/public_html/portal/include/class_upload.php on line 220

I have remove all plugins and I look all chmod are ok, but i can't fix this problem, who can help me, what is the problem?

Thanks...!

ThatScriptGuy
07-27-2009, 11:03 AM
Are you SURE the directories have the correct permissions and that they exist? Make sure that "uploads_user" exists and that it has the correct permissions.

albdesigner
07-29-2009, 11:14 AM
Yes exist and have chmod 777 ?