Quote:
Originally Posted by zahrani
I just installed 2.2.7, when I tried to upload a file, I got this eeror:
PHP Code:
Upload error - unable to create a user subdirectory on server. Return
VB : 3.6.4
|
Was this working with 2.2.6?
The section of code that gives that error is trying to create a subdirectory in the directory you have told LDM to use for uploads (LDM/admin settings).
Depending on the server operating system, if you give an invalid upload directory name or if you specify a directory which does not have write permission (mode 777 on unix systems, I think), you'll have problems.
So - check your settings on ldm/admin/uploads
- check the read/write permissions on the directory you've told it to use
let me know if you still have problems.