-
Notifications
You must be signed in to change notification settings - Fork 168
How to solve these error messages #185
Description
Hi,
I've just installed wallabag/docker on my Synology NAS and all went well except for a few error messages I'm getting in the log file:
2020/03/24 10:46:35 [error] 270#270: *3 FastCGI sent in stderr: "PHP message: PHP Warning:
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP
message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean
to use "continue 2"? in
/var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while
reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /login
HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "my.domain.com"
[WARNING]: Found both group and host with same name: localhost
Any idea how to solve them?
Thanks!