I always get this error wanting to upload a file ...
Warning: move_uploaded_file(./albums/edit/mHTTP_temp_1e0d91c5.jpg): failed to open stream: Permission denied in /sites/staff/teens/www/photos/upload.php on line 1193
Warning: move_uploaded_file(): Unable to move '/tmp/phpaH4XIM' to './albums/edit/mHTTP_temp_1e0d91c5.jpg' in /sites/staff/teens/www/photos/upload.php on line 1193
What is wrong? The permission of upload.php is 644.
Bryan
You need to change permissions on the edit directory to allow the script to put files ther, usually 777 or 775
Oh correct. Thanks :)
Nono this is still unsolve...
I always get this problem
Warning: opendir(./albums/edit): failed to open dir: No such file or directory in /sites/staff/teens/www/photos/upload.php on line 406
That is even after I uploaded the folder in.
The folder just gets deleted itself after some time. Why?
This is a known bug, but with no known cause or solution so far I'm afraid.
Oh alright. I really hope there will be a patch SOON.