iceblox Posted July 29, 2007 Share Posted July 29, 2007 Hi Guys, Getting this error when i press submit on a upload anyone know what it means? Warning: copy(images/barsmall.jpg) [function.copy]: failed to open stream: Permission denied in /usr/local/psa/home/vhosts/domain.com/httpdocs/admin/admin_content.php on line 293 Warning: copy(images/bar free.jpg) [function.copy]: failed to open stream: Permission denied in /usr/local/psa/home/vhosts/domain.com/httpdocs/admin/admin_content.php on line 293 Warning: copy(images/authors.gif) [function.copy]: failed to open stream: Permission denied in /usr/local/psa/home/vhosts/fdomain.com/httpdocs/admin/admin_content.php on line 293 Quote Link to comment Share on other sites More sharing options...
Dragen Posted July 29, 2007 Share Posted July 29, 2007 it probably meaqns the link to the file is incorrect or you're linking to a file you haven't got access to. In php you generally need to use direct urls.. so instead of using ../mylink use http://www.mydomain/mylink Quote Link to comment Share on other sites More sharing options...
iceblox Posted July 29, 2007 Author Share Posted July 29, 2007 hmm gave that a whirl and it said Warning: copy(http://www.domain.com/images/barsmall.jpg) [function.copy]: failed to open stream: HTTP wrapper does not support writeable connections. in /usr/local/psa/home/vhosts/.com/httpdocs/admin/admin_content.php on line 293 Warning: copy(http://www.domain.com/images/authors.gif) [function.copy]: failed to open stream: HTTP wrapper does not support writeable connections. in /usr/local/psa/home/vhosts/com/httpdocs/admin/admin_content.php on line 293 Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 29, 2007 Share Posted July 29, 2007 Is the target folder writeable? CHMOD 777 for example. Quote Link to comment Share on other sites More sharing options...
iceblox Posted July 29, 2007 Author Share Posted July 29, 2007 Yeah folder was 0777, changed the folder location and it worked a treat. Thanks Guys Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.