Warning Message

After local installation and creating a first project its discription shows two warning messages:

Undefined variable $values in /var/www/app/app/Template/project_view/show.php on line 49

Undefined variable $errors in /var/www/app/app/Template/project_view/show.php on line 49

What do I need to do about it?

With that app/app, I think you have a messy installation. Please start over.
And give more detailed info, BTW.

I am an absolute newby and have trouble to translate your insight. The installation is on docker without any plugins.

Welcome to the forum.

I suppose you did something wrong. Did you follow the advices from the official doc?

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.

name: kanboard
services:
  app:
    image: kanboard:latest
    container_name: kanboard
    restart: always
    ports:
     - "8080:80"
     - "8443:443"
    volumes:
     - kanboard_data:/var/www/app/data
     - kanboard_certs:/etc/nginx/ssl
     - ./plugins:/var/www/app/plugins
     - ./img:/var/www/app/assets/img
    environment:
     - DATABASE_URL=mysql://kanboard:kanboard-secret@db/kanboard
     - PLUGIN_INSTALLER=true

volumes:
  kanboard_data:
    driver: local
  kanboard_certs:
    driver: local

We were not able to resolve that issue. I keep ignoring the warnings.