DAV Installation module
ziosheker - February 11, 2009 - 19:41
| Project: | DAV |
| Version: | 6.x-1.0-alpha3 |
| Component: | Settings |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I've a problem with the correct installation of DAV. As everybody known it needs PEAR HTTP_WebDAV_Server library, I tried to install this component i various way (also via ssh in my remote hosting provider) but without success. I also copied the PEAR HTTP_WebDAV_Server library in the dav/vendor directory but nothing.
Anyone can support me in this installation.
Thanks

#1
Same here
seems like a roadblock, I hope someone can help use this module sounds good
but PEAR HTTP_WebDAV_Server installation is being a problem, i need this module for File Server module
a little help would be appreciated guys
#2
Same here...
Thanks for help!
#3
Ok, I got it - here the correct installation if somebody has the same issue (you will find the same solution also in the INSTALL.txt of dav module). The error message in admin/build/modules is a bit confusing.
The correct path for installation the WebDAV library is
modules/dav/vendor/HTTP/WebDAV
(No more subfolders. If you unzip the HTTP_WebDAV_Server/docs/1.0.0RC4.zip than you get a folder with the same name - that doesn't work. Put the content of the 'HTTP_WebDAV_Server/docs/1.0.0RC4' - folder in the 'modules/dav/vendor/HTTP/WebDAV' - folder).
That's it. In principle Drupal only requires 4 files of the library:
modules/dav/vendor/HTTP/WebDAV/Server.php
modules/dav/vendor/HTTP/WebDAV/Tools/_parse_propfind.php
modules/dav/vendor/HTTP/WebDAV/Tools/_parse_proppatch.php
modules/dav/vendor/HTTP/WebDAV/Tools/_parse_lockinfo.php
Hope it helps.
Greetings, Filburt