teenoy Posted December 6, 2006 Posted December 6, 2006 Hello, I've run my web site without problems for almost 1 year. Today I am updating new product to my web site, then suddenly this message show before I click on "Insert" button: Warning: move_uploaded_file(D:/websites/mywebname/mywebname.net/www/catalog/images/G827.jpg) [function.move-uploaded-file]: failed to open stream: No space left on device in D:\Websites\mywebname\mywebname.net\www\catalog\admin\includes\classes\upload.php on line 91 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\uploadtemp\php16C5.tmp' to 'D:/websites/mywebname/mywebname.net/www/catalog/images/G827.jpg' in D:\Websites\mywebname\mywebname.net\www\catalog\admin\includes\classes\upload.php on line 91 I've tried clicking "Insert" button, then everything seems to be alright. But I can't see this product' image on my web site. What should I do to fix this problem? Here how my Upload.php ' line 91 is: if (move_uploaded_file($this->file['tmp_name'], $this->destination . $this->filename)) { chmod($this->destination . $this->filename, $this->permissions); Thanks in advance for all helps. Steve
Recommended Posts
Archived
This topic is now archived and is closed to further replies.