|
From: Giuseppe S. <giu...@sg...> - 2026-02-16 10:01:38
|
Hello, I just moved Davical from one old machine to a new hardware and updated from debian 12 (davical version 1.1.12-2) to debian 13 (davical version 1.1.12- 2.1). Davical is behind nginx and uses postgresql locally, as before. The database has been copied to the new machine, as well. Old postgresql was version 15, new version is 17. Nginx web site configuration was copied as is. PHP changed from 8.2 to 8.4. The administration web interface works, all users are authenticated. But... when synchronizing calendars from clients, we get this error message in nginx log (i replaced user and host names): 2026/02/16 09:50:22 [error] 18395#18395: *2373 FastCGI sent in stderr: " PHP message: davical: LOG: :Response status 403 for REPORT /caldav.php/$myuser/calendar/; PHP message: davical: LOG: :***************** Response Header ****************; PHP message: davical: LOG: headers:-->Server: 1.1; PHP message: davical: LOG: headers:-->DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule; PHP message: davical: LOG: headers:-->DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy; PHP message: davical: LOG: headers:-->X-DAViCal-Version: DAViCal/1.1.12; DB/1.3.5; PHP message: davical: LOG: headers:-->Content-type: text/plain; charset="utf-8"; PHP message: davical: LOG: :******************** Response ********************; PHP message: davical: LOG: response:-->The calendar-query report must be run against a calendar or a scheduling collection" while reading response header from upstream, client: 79.X.Y.Z, server: cal.$mydomain, request: "REPORT /caldav.php/$myuser/calendar/ HTTP/2.0", upstream: "fastcgi://unix:/run/php/php8.4-fpm.sock:", host: "cal.$mydomain" Do you have idea of what could be the problem or how to identify it? Thank you very much, Giuseppe |