Cannot solve problem with bringing up cms

I’ve read many advises about the problem bringing up the cms for Xibo but still no success with it.

When I open the browser I get the next message:
Fatal Error - sorry this shouldn’t happen. SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘cms.setting’ doesn’t exist

I’ve tried to solve it this way:

  1. I’ve created a new password in the file config.env
    MYSQL_PASSWORD=4UyvtKq52CmCnTM8##

Using powershell:

  • docker-compose down
  • rm -r shared
  • docker-compose up -d

Result:

Creating xibo_cms-db_1 … done
Creating xibo_cms-xmr_1 … done
Creating xibo_cms-xmr_1 …
Creating xibo_cms-web_1 … done
PS C:\Xibo>

So there is something wrong with the xibo_cms-xmr_1 …

Please can I get some help with this?

Kind regards Ron

Please see the comments in config.env.template. MYSQL_PASSWORD should be alpha-numeric only. ## is not alpha-numeric.

To resolve, you need to:

  • docker-compose down
  • delete the shared directory
  • correct config.env with a suitable password for MYSQL_PASSWORD
  • docker-compose up -d

Hi, Alex, I’ve bin strugeling for week with this and now I’m a bit confused the solution was that simple. I had Xibo running on another system a month ago so I didn’t understand what was wrong.
You’ve just made my weekend!!! Many thanks.

1 Like