Hello everybody..I am getting following error while trying to upload the images path of the products:
Warning: move_uploaded_file(/home/public_html/images/thumbs/productimage.gif): failed to open stream: Permission denied in /home/public_html/admin/includes/classes/upload.php on line 94
Warning: move_uploaded_file(): Unable to move '/tmp/phpjmJP7g' to '/home/public_html/images/thumbs/productimage.gif' in /home/public_html/admin/includes/classes/upload.php on line 94
This is what line 94 of upload php reads :
if (move_uploaded_file($this->file['tmp_name'], $this->destination . $this->filename)) {
chmod($this->destination . $this->filename, $this->permissions);
I will appreciate your help
Christy





LinkBack URL
About LinkBacks











Bookmarks