agendav-docker
agendav-docker copied to clipboard
Doctrine / PHP 7.3 bug
Doctrine had a bug with php 7.3: https://github.com/doctrine/DoctrineORMModule/issues/579 I think Agendav is hit by this :
Sep 15 11:47:45 nancy agendav[22534]: [Fri Sep 15 09:47:45.552457 2023] [php:warn] [pid 49] [client 172.25.0.1:35160] PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/agendav/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2640, referer: https://cal.colino.net/
I think it triggers an infinite loop or something when trying to share a calendar with another user.