I have just moved my gallery to a new database, everything seems fine except i cannot upload files. Either in batches, or one at a time. If i try one at a time I get this error message:
Warning: move_uploaded_file(./albums/edit/mHTTP_temp_0c5eefc8.jpg): failed to open stream: Permission denied in /home/*******/public_html/galleries/upload.php on line 1197
Warning: move_uploaded_file(): Unable to move '/tmp/phptS1piv' to './albums/edit/mHTTP_temp_0c5eefc8.jpg' in /home/*******/public_html/galleries/upload.php on line 1197
If i try loading in batch files, it loads and says they are there, but are not.
Have I missed something in the move?
I have checked to see if all the directories are there, they are as far as I am aware.
Any help would be greatlky appreciated.
Please bear in mind, I make good use of 'Idiot's guide to...' I am not that bright techinically.
minx
have you made sure that the albums folder and all sub folders it contains (especially the edit folder) exist and are CHMODed as suggested in the documentation? This probably isn't related to database manipulation (merely coincidence). Try searching the board for the error message you get for more details.
Joachim
Thank you, I will do that
minx