Update to 3.6.3.1 undefined function

Today I wanted to update a site from version 3.3.3 to 3.6.3.1. And after the update I get an error on the frontend:
Call to undefined function snippet()
And on the panel I get the error:
Call to undefined function Kirby\Panel\kirby()

How can I solve this issue? Did something else change? I just updated the kirby folder (and index.php).

That sounds as if the upload was incomplete. also make sure that you emptied the media folder.

Thank, clearing the media folder didn’t help.
Run a composer update and now its working. Forgot that I had set it up with composer :see_no_evil:

2 Likes