Hello,
Yesterday I upgraded Roundcube from 1.6.1 to 1.6.2 according to the official description:
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’ => ‘’,
‘name’ => ‘%N’,
‘use_categories’ => true,
‘fixed’ => [‘username’, ‘password’],
];
Do you have any ideas?