Warning: Copy( ) [function.copy]: Failed To Open Stream: Permission Denied



Warning: Copy( ) [function.copy]: Failed To Open Stream: Permission Denied
 (381) dminister a web business
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
Warning: Copy( ) [function.copy]: Failed To Open Stream: Permission Denied
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 ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

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