Duckie 0 Report post Posted December 25, 2004 OK, i just got the Nettek 2.0 and yes i know its been out for some time but ya, and when i try to upload a file it says:Warning: copy(files/screenshots/3.gif): failed to open stream: Permission denied in /home/tempknig/public_html/clan/uploadss.php on line 35and on line 35 of uploadss.php is: if (copy($_FILES['userfile']['tmp_name'][$i], "files/screenshots/".$target))eh.. thanks if you can help, greatly appretiated Share this post Link to post Share on other sites
karlo 0 Report post Posted December 25, 2004 OK, i just got the Nettek 2.0 and yes i know its been out for some time but ya, and when i try to upload a file it says: Warning: copy(files/screenshots/3.gif): failed to open stream: Permission denied in /home/tempknig/public_html/clan/uploadss.php on line 35 and on line 35 of uploadss.php is: if (copy($_FILES['userfile']['tmp_name'][$i], "files/screenshots/".$target)) eh.. thanks if you can help, greatly appretiated <{POST_SNAPBACK}> I don't know what's Nettek, well contact it's creator. Maybe he/she can help. Share this post Link to post Share on other sites
Zaideu 0 Report post Posted January 18, 2005 Change the CHMOD on the repertory with your FTP Share this post Link to post Share on other sites
rigueira 0 Report post Posted November 27, 2007 try CHMOD 777 to be able to read, write, and modify in this directory. Share this post Link to post Share on other sites
gogoily 0 Report post Posted December 6, 2007 OK, i just got the Nettek 2.0 and yes i know its been out for some time but ya, and when i try to upload a file it says:Warning: copy(files/screenshots/3.gif): failed to open stream: Permission denied in /home/tempknig/public_html/clan/uploadss.php on line 35and on line 35 of uploadss.php is: if (copy($_FILES['userfile']['tmp_name'][$i], "files/screenshots/".$target))eh.. thanks if you can help, greatly appretiatedChange the mode of the directory which you put your upload files in to 777 Share this post Link to post Share on other sites