Thank you. I will check the installation with the person who did it. He assumes that maybe the environment variable weren’t set right. I will respond once I have news on this.
Hello, I have encountered the same problem. Have you solved it yet? Here is my docker-compose.yml for reference. BTW, I use the latest image: Kanboard 1.2.51. If possible, could Mr. Alfredb also help me take a look@alfredb? Thanks.
@alfredb and @fred it is at least one bug. We encountered the same thing with a fresh docker installation. At some point some component started to throw those warnings. We did not investigate further, but these warnings shouldn’t show in the web ui. At least not in production. One can easily reproduce the behaviour running podman run -d --name kanboard -p 8080:80 -t kanboard/kanboard:v1.2.45 and then add a project, edit the description of it and when opening “Summary” those warnings will show. Most likely there are other places where this kind of warnings are shown.
So I think we have two issues here. First, it shouldn’t throw warnings which don’t affect functionality like that in the web ui and second, suppress any messages like that if run in production.
I’m happy to make a bug report, but I’m unsure if I should make two. What do you think?
@maba and @yumiko-zhang: We mitigated the issue by adding a file z.ini to /etc/php84/conf.d/ with display_errors = Off. We named it z.ini to avoid conflicts with the existing ini-files.