You need to run composer on the installation to finish it up. The vendor folder is missing, and Kirby is trying to load something from it. Install composer, and run composer install in the root of the project where composer.json is located.
The vendor folder gets generated by composer and makes it easier to update kirby and install plugins and keep them updated as well. Gonig forward you can just run `composer upgrade` in the root which will update kirby and any plugins installed via composer to their latest versions.
Ok, that download is complete, nothing missing. And as you wrote in your first post, it worked fine before you made any changes, is that correct? Then the error must be caused by something else.
Could you please post the full code of your resulting default.php template after the changes, and the code of the header snippet you wanted to include.
I just downloaded the plainkit zip file, didnt do anything with composer, and setup a header snippet with just heading tag in it and it didnt trigger a call to something in the vendor folder. It ran as expected. So, something else must be going on here.
is taken from the cookbook. It should work and it has already
Thank you all for your hints and helps. I took a shortcut to solving the problem, downloaded a fresh plainkit and copied the kirby directory. Now it works.
That tells me, that probably I produced the problem myself be deleting or moving something accidentely.
Forgive me for stealing your time…
Thank you for the clarification!
I should have known/remembered .
I’m a Feierabend-Entwickler, not a professional. I’m spending to little time in coding and I simply have forgotten this simple point.
So thank you again.