Hi There-
The server which houses my site crashed (though there was no loss of data), there appears to be an issue with uploading files into categories which existed prior to the server crash). I now get the following error when trying to upload files into these directories.
Warning: move_uploaded_file(./data/media/228/2007.October.13-Zoo-147.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /******/******/******/galleries/includes/upload.php on line 103
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpIVrnYu' to './data/media/228/2007.October.13-Zoo-147.jpg' in /******/******/******/galleries/includes/upload.php on line 103
I am running version 1.7.2
Php verison: 4.4.7
Line 103 of the file in upload.php is
$ok = move_uploaded_file($this->upload_file, $this->upload_path[$this->image_type]."/".$this->file_name); |
Your help is greatly appreciated in how I can get rid of this error.