You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 snippet calls for prepending or appending code as needed. None of these snippets exist until I need them. Until now this method has worked well. When upgrading to PHP 8.1 I get the following error:
With PHP 8.1 the deprecation shown in the screenshot above is not handled by Kirby as of version 3.6.1.1.
Expected behavior
I expect Kirby to ignore snippets that don't exist, without producing an error.
To reproduce
Be sure to have PHP 8.1 installed
In PHP call a snippet that doesn't exist.
You should see the Error
Your setup
Kirby Version
Kirby 3.6.1.1
The text was updated successfully, but these errors were encountered:
Description
I have 3 snippet calls for prepending or appending code as needed. None of these snippets exist until I need them. Until now this method has worked well. When upgrading to PHP 8.1 I get the following error:
With PHP 8.1 the deprecation shown in the screenshot above is not handled by Kirby as of version 3.6.1.1.
Expected behavior
I expect Kirby to ignore snippets that don't exist, without producing an error.
To reproduce
Your setup
Kirby Version
Kirby 3.6.1.1
The text was updated successfully, but these errors were encountered: