Unable to configure CalDav server
Ganneff opened this issue · 3 comments
Hi,
i installed following the INSTALL.md, but I am unable to get it to accept my caldav server. Log in errors.log is entirely not helping me see why:
[17-Aug-2022 16:34:26 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /srv/mail.nsb-software.de/htdocs/roundcube/plugins/roundcube_caldav/roundcube_caldav.php on line 72
[17-Aug-2022 16:34:26 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /srv/mail.nsb-software.de/htdocs/roundcube/plugins/roundcube_caldav/roundcube_caldav.php on line 158
[17-Aug-2022 16:34:26 Europe/Berlin] PHP Deprecated: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /srv/mail.nsb-software.de/htdocs/roundcube/plugins/roundcube_caldav/lib/php/password_encryption.php on line 63
[17-Aug-2022 16:34:27 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /srv/mail.nsb-software.de/htdocs/roundcube/plugins/roundcube_caldav/roundcube_caldav.php on line 226
[17-Aug-2022 16:34:27 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /srv/mail.nsb-software.de/htdocs/roundcube/plugins/roundcube_caldav/roundcube_caldav.php on line 234
Output in browser is a plain "Your information are incorrect or incomplete Could'n find a CalDAV-collection under the url".
Now, the url does work for other tools to access, so I don't fully believe this...
My server is a NextCloud (24.0.3), RoundCube is 1.6.0, PHP is 8.1.9.
URLs I tried are:
(Nextcloud lists as Primary): https://SERVER/remote.php/dav
(Nextcloud lists as MacOSX): https://SERVER/remote.php/dav/principals/users/joerg/
Any idea?
Greetings,
Ganneff
Hi,
It seems that the plugins isn't php 8 ready, we have to look at it, but it's only warning, it should not be the problem
This is the url we use
https://SERVER/remote.php/dav/calendars/USER/personal/
And also the version of roudcude 1.6 is not tested yet with this app, but after a quick check it should work, test needed
We've just update the app, could you try again ?