Hello there,
since i updated to Kirby 2.4.0 then panel dosen’t work anymore. Even i restored the two folders “kirby” and “panel” from version 2.3.2, the problems remain.
This is the error message:
Panel Error:
Missing default blueprint
It happened here:
File: /panel/app/src/panel/models/page/blueprint.php
Line: 85
in my development environment i have the following structure:
-webproject1
----site.php
----etc.
-webproject2
—site.php
----etc
-MASTER
----site
-------accounts
-------blueprints
-------etc.
On site.php i have this:
<?php $kirby = kirby(); $kirby->roots->site = '..\MASTER\site'; It all went well until the update. Now i can see and use the normal website, but not the panel... the default.yml alreday exists. Does somebody has any idea? Thanks, Marc