AsgardCMS installation error: "homestead.page__pages" does not exist

I installed https://asgardcms.com/en on Laravel Homestead WM twice now and got the error shown below both times when I try to open it in a browser.

QueryException in Connection.php line 636:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'homestead.page__pages' doesn't exist (SQL: select count(*) as aggregate from `page__pages`)

      

Screenshot on Imgur

I am using default MySQL database settings.

DB_HOST = local

DB_DATABASE = manor

DB_USERNAME = manor

DB_PASSWORD = secret

Everthing seemed fine from the terminal as there were no installation problems there.

Any ideas on what's going on here?

+3


source to share


1 answer


It looks like a problem with your database setup. Did you run the install command php artisan asgard:install

? This will guide you through installing the database step by step



0


source







All Articles