Hello,
Yesterday I upgraded Roundcube from 1.6.1 to 1.6.2 according to the official description: https://docs.mailcow.email/third_party/roundcube/third_party-roundcube/#upgrading-roundcube
Since the update, CardDav does not work, contact lists are not displayed. I am attaching a picture of the error.
CardDav config (data/web/rc/plugins/carddav/config.inc.php):
<?php
$prefs[‘_GLOBAL’][‘pwstore_scheme’] = ‘des_key’;
$prefs[‘SOGo’] = [
‘accountname’ => ‘SOGo’,
‘username’ => ‘%u’,
‘password’ => ‘%p’,
‘discovery_url’ => ‘http://sogo:20000/SOGo/dav/’,
‘name’ => ‘%N’,
‘use_categories’ => true,
‘fixed’ => [‘username’, ‘password’],
];
Do you have any ideas?