PHP8.0 Fatal error
-
When upgrading the project to php8 we get an error:
Fatal error: Uncaught ValueError: Unknown format specifier “i” in /Users/roelhugens/Development/domains/flash/web/app/plugins/posts-to-posts/vendor/mustache/mustache/src/Mustache/Engine.php on line 606It can be fixed by changing this specifier from %i to %s
Can this be committed in a tagged bugfix release?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PHP8.0 Fatal error’ is closed to new replies.