• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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