Iam having this error pls help me out i dont how to seek for help here thats why ia m posting here
The PEAR HTTP_WebDAV_Server library is not installed. You must install this library in order to enable the DAV API. To install, download the latest version of the library and unzip it to sites/default/modules/dav/vendor/ under the Drupal directory.
Comments
Comment #1
sabesneit commentedfirst of all,
Webdav module != Dav api module
Second,
to install PEAR, you have to install php-pear package (yum install php-pear in centos) then type "pear install HTTP_WebDAV_Server-1.0.0RC4" (current version)
Hope this help
Sebastien
Comment #2
mably commented