Hi,
I'm re-installing Mediawiki 1.37 on a fresh Ubuntu 22.04, Apache, PHP 8.1. I get the first config screen (lang), I click for the following step, and... fail!
/w/mw-config/index.php?page=Language Error: Class "FormatJson" not found
Backtrace: from /var/www/wiki/w/includes/exception/MWExceptionHandler.php(754) #0 /var/www/wiki/w/includes/exception/MWExceptionHandler.php(291): MWExceptionHandler::logError() #1 /var/www/wiki/w/includes/AutoLoader.php(117): MWExceptionHandler::handleError() #2 /var/www/wiki/w/includes/AutoLoader.php(117): require(string) #3 /var/www/wiki/w/includes/cache/localisation/LocalisationCache.php(594): AutoLoader::autoload() #4 /var/www/wiki/w/includes/cache/localisation/LocalisationCache.php(929): LocalisationCache->readJSONFile() #5 /var/www/wiki/w/includes/cache/localisation/LocalisationCache.php(496): LocalisationCache->recache() #6 /var/www/wiki/w/includes/cache/localisation/LocalisationCache.php(370): LocalisationCache->initLanguage() #7 /var/www/wiki/w/includes/cache/localisation/LocalisationCache.php(311): LocalisationCache->loadItem() #8 /var/www/wiki/w/includes/language/LanguageFallback.php(106): LocalisationCache->getItem() #9 /var/www/wiki/w/includes/language/LanguageFactory.php(158): MediaWiki\Languages\LanguageFallback->getAll() #10 /var/www/wiki/w/includes/language/LanguageFactory.php(116): MediaWiki\Languages\LanguageFactory->newFromCode() #11 /var/www/wiki/w/mw-config/index.php(75): MediaWiki\Languages\LanguageFactory->getLanguage() #12 /var/www/wiki/w/mw-config/index.php(40): wfInstallerMain() #13 {main}
What is wrong ?