• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Horde -Kronolith Problem

Seven Internet

New Pleskian
I have been trying to find out how to setup kronolith so I can sync outlook or thunderbird to the horde calendar.

If I copy and paste the ics URL into a browser http://webmail.domain.com/rpc.php/kronolith/[email protected]/n4YqZYIInjzcAU0sZzPyLA1.ics

I get the following error message.
A fatal error has occurred

A storage backend for DAV has not been configured.

Details have been logged for the administrator.

I just don't know how to configure the backend storage for DAV. Any help would be appreciated.
 
Would someone from parallels like to comment? I have contacted the horde mailing list and no one can help because they don't know plesk custom setup.
 
Hello all,

I added these two lines

$conf['davstorage']['params']['driverconfig'] = 'horde';
$conf['davstorage']['driver'] = 'Sql';

to

/etc/psa-webmail/horde/horde/conf.php

and the errors dissapears. I had a look in /var/log/psa-horde/psa-horde.log - this says that the error occurs in /usr/share/psa-pear/pear/php/Horde/Core/Factory/DavStorage.php (Line38). This file wants a global setting that was not configured, so I've done this.
 
Back
Top