Topic: failed to open stream: Permission denied (Read 1994 times)
Google dot what?
Posts: 2
16 credits Members referred : 0
« on: Nov 09, 2006, 10:17:34 am »
I am using the easy upload php ,i have the problem,how to do it ,thanks!
Array ( [upload] => Array ( [name] => 6.jpg [type] => image/jpeg [tmp_name] => /tmp/php8oOFQ1 [error] => 0 [size] => 183023 ) ) my_upload temp file/tmp/php8oOFQ16.jpg0 Warning: move_uploaded_file(../upload1163062684.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /var/www/gktk/admin/upload_class.php on line 130
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php8oOFQ1' to '../upload1163062684.jpg' in /var/www/gktk/admin/upload_class.php on line 130
« Last Edit: Nov 09, 2006, 10:20:09 am by hqzxwm »
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #1 on: Nov 09, 2006, 10:25:41 am »
This is defenetly a file permission issue.
You should chmod the directory that you want to write to.