@luceos and @clarkwinkelmann
I continued my upgrade process by trying to install the first third-party extensions, all quite common:
fof/pages
, fof/links
and fof/upload
In all three cases, I received a yellow deprecation notice (likely negligible):
Deprecation Notice: Required parameter $path follows optional parameter $schema in phar:///usr/local/bin/composer/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php:53
Deprecation Notice: Required parameter $path follows optional parameter $schema in phar:///usr/local/bin/composer/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php:97
followed by a red error exception:
[ErrorException]
Trying to access array offset on value of type null
which terminated the process.
In all cases I ran e.g. composer require fof/pages
on the command line from within my flarum directory.
PHP is version 8.0.26, both with Apache 2.0 (phpinfo.php) and on the command line (php -v).
My composer.json
is still the one from the fresh v1.6.2 installation.
Has anyone an idea?