10-24-2011, 03:12 PM
(10-22-2011, 05:34 PM)gouwron Wrote: Hi Uwe,
could it be a 'simple' permissions problem? My data folder has chmod 777, but all the subfolders that were created by the dms itself have 755 and hence the webdav user might not have write permissions?
Unfortunately I can't change the permissions, because they were created by the dms - and I as ftp-user don't have the permissions to change their chmod...
By the way, I used this:
http://pear.php.net/package/HTTP_WebDAV_...redirected
webdav extension. Was that the correct one?
Thanks in advance, a working webdav would really make my day!
Tobias
The permission is ok. The webdav user has nothing to do with the file permission. Your HTTP_WebDAV_Server is ok. I just tested it myself with the current version 1.0.0RC6.
There should be a log file starting with 'webdav-' in your content directory. Is there anything
suspious in it?
BTW, I tested with nautilus on debian linux sid.
Uwe