agendav-docker icon indicating copy to clipboard operation
agendav-docker copied to clipboard

Doctrine / PHP 7.3 bug

Open colinleroy opened this issue 2 years ago • 2 comments

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.

colinleroy avatar Sep 15 '23 09:09 colinleroy

Same error appears when changing the settings

matzzze avatar Oct 17 '23 21:10 matzzze

In fact I'm sorry I reported that here, @nagimov, this is clearly a problem in Agendav, not the docker container (unless we want to have the container stick to PHP 7.2): https://github.com/agendav/agendav/issues/292

colinleroy avatar Oct 18 '23 06:10 colinleroy