Code:
Warning: copy(directory/path/picture.gif) [function.copy]: failed to open stream: Permission denied in /var/www/html/web/images/image.php on line 8
I've tried everything but nothing works????
Warning: Copy( ) [function.copy]: Failed To Open Stream: Permission DeniedWarning: Copy( ) [function.copy]: Failed To Open Stream: Permission Denied Warning: Copy( ) [function.copy]: Failed To Open Stream: Permission Denied
Post Description: Post Tags: warning, copy, functioncopy, failed, to, open, stream, permission, denied This Post Has Been Viewed 4553 Times Since Sun Jul 30, 2006 7:31 pm Posted By stalionboy with 2 replies
Can you tell me why I am getting this error:
Code: Warning: copy(directory/path/picture.gif) [function.copy]: failed to open stream: Permission denied in /var/www/html/web/images/image.php on line 8
I've tried everything but nothing works???? Leave Your Comments [ dejar commentarios ] Comments and replies About Warning: Copy( ) [function.copy]: Failed To Open Stream: Permission Denied :: 1 :: #64 - Reply By stalionboy On Sun Jul 30, 2006 7:34 pm
You are probably getting this error because the permission on your directory are not setup correctly. You need to give "write" permission to the "web" directory for your script to work properly.
To do this, connect to your site with your FTP and give the web/images/ directory permission to write with 777 :: 2 :: #65 - Reply By stalionboy On Sun Jul 30, 2006 7:35 pm
Yes that was it!
Thank you |