Hi Andrew!
First I wanna thank for this great hack!
I receive the same error message as Alfa1 once received:
Error - unable to move uploaded file on server
your answer to Alfa1 was:
Quote:
Originally Posted by AndrewD
The error mesage is triggered in two situations:
- If the code is unable to create a subdirectory in your uploads directory corresponding to the user who is making the upload
or
- If the code cannot move the uploaded file into that directory once it has created it.
You can check which case is causing the problem by looked in the directory you have specified as your uploads directory. It should contain subdirectories and sub-sub-directories with single digit names, e.g. for a user with userid 36, there should be a directory tree /uploads/3/6, etc.
If these exist, upload a file under your own admin id and check that a new file (it will have a random filename) appears where you expect. If it does, then check that you have given proper permissions to your uploads directory. If not, then try to discover where the files are actually being placed.
Have you, for example, changed the setting of local_file_root (LDM admin page)?
Let me know what you find out, in case there's a bug in LDM.
|
in my case, it's the second situation. It creates the subfolder with my userid in the upload-folder (CHMOD777).
But what else is wrong? How can I fix this?
thank you!