urbantrout / craftcms

Craft CMS Docker Image
MIT License
76 stars 32 forks source link

TypeError: Return value of craft\web\Application::getIsLive() must be of the type boolean, null returned #9

Closed matt3s closed 5 years ago

matt3s commented 5 years ago

The error is coming after a fresh setup (the mysql version) with 'docker-compose up' and visit the localhost with a craft database update with the browser.

matt3s commented 5 years ago

--> This workaround works: adding 'isSystemLive' => true in general.php

urbantrout commented 5 years ago

See https://craftcms.stackexchange.com/a/29533