Fresh install on a plesk server, I’ve defined my upload directories, given them correct server-side paths (even used php echo realpath(dirname(__FILE__)) to make sure) but:
- when I attempt to upload a file, I get a message ‘no file’ just above the file selector widget
- I can upload a file via ftp, but I don’t see it in the file manager
- when I attempt to synchronize, I see the message that it succeeded for one file, but I then don’t see the file listed
- perms on the upload dir are 777
- file_upload is “On” in php info
- I’m uploading as super admin
Clearly it’s some path/permissions issue, but I can’t tell what because of this unhelpful error message. Suggestions?