I’m having the same issue.
Saving a form in the Panel works fine apart from the blog/news section, I get the same error:
Kirby\Cms\App::extendHooks(): Argument #1 ($hooks) must be of type array, bool given, called in /public_html/kirby/src/Cms/AppPlugins.php on line 108
To get around this I use a fix suggested by @pixelijn in this post:
I followed the method for using multiple config files in the Kirby Guide:
What is the best method for using multiple files?
require_once 'path-to-file.php'
or
require __DIR__.'/path-to-file.php'
My current LIVE/Production setup is:
Kirby 3.8.0
PHP 8.0.28