Hi everyone, I’ve been a long time silent reader but can’t really find an answer to my current challenge. I hope someone might point me in the right direction.
I’ve installed Kirby 3.5 “manually” and it is running fine. Until now, I’ve not used composer and thought I’d give it a whirl. Installation via homebrew went fine and I am now running the version 2.0.8.
Guided by the cookbook I ran composer create-project getkirby/starterkit myproject
which did not through any errors.
Long story short. Everything seems to work fine, except displaying the about us page, which states: “Call to a member function id() on string in layouts.php line 13-15.” If I try to edit the page from within the panel I get the error “Invalid field type (“layout”)”.
I am wondering if I missed something?