• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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