Active
Project:
DAV
Version:
6.x-1.0-alpha3
Component:
Settings
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 19:41 UTC
Updated:
3 Feb 2010 at 11:47 UTC
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
Comments
Comment #1
AkkuDreamz commentedSame 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
Comment #2
filburt commentedSame here...
Thanks for help!
Comment #3
filburt commentedOk, 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
Comment #4
marlowx commentedthank you filburt!
your suggestions fixed my problem...