You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this issue by upgrading the carddav plugin to the latest version.
Before you do this you need to logout from YunoHost. (Another option is to disable the plugin by removing it from the list of plugins in /var/www/roundcube/config/config.inc.php and then logging out from the webmail, performing the below commands and then re-adding the plugin to the list)
sudo su
cd /var/www/roundcube
sudo -u roundcube php8.1 composer.phar require --update-no-dev -o "roundcube/carddav:*"
You will also need to update /var/www/roundcube/plugins/carddav/config.inc.php and change 'name' to 'accountname' and 'url' to 'discovery_url'
Hi,
After a migration to Yunohost 11, the roundcube interface was broken:
In
/var/www/roundcube/logs/errors.log
I have:Commenting cardav in the section
installed plugins
of/var/www/roundcube/config/config.inc.php
makes the error disapear.Exactly the same problem was described here (but without understanding the origin of the problem):
https://forum.yunohost.org/t/interface-web-roundcube-cassee-apres-migration-11/20898
Context
Logs
Upgrade the 'roundcube' app: https://paste.yunohost.org/raw/casuzifowa
The text was updated successfully, but these errors were encountered: