Quote:
Originally Posted by zahrani
I didn't try it with 2.2.6
the folder has 777, and I found created folde with the UserId (name).
I was trying trying to make the upload folder inside VB, so I created folder called (up) and under (Controls on File Uploads ) in the filed (upload_dir) I wrote :
/vb/up
after submitting I got this error:
PHP Code:
The following setting(s) are invalid
upload_dir : /vb/up
I can't create a subdirectory test file in /vb/up (trying /home/aldeerah/public_html/vb/up/2) - check permissions
Thanks
|
Both errors you've reported happen when the LDM code is not allowed to create a file or directory within the upload directory structure. Is the php control setting "upload_dir" set? (see LDM/admin pages down the bottom) - this sometimes prevents uploads from working.