• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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