Cannot load Apps List in install on kualo

I have a fresh instrall of nextcloud in Kualo web hosting., When you try to add apps I get an error.

"reqId":"NW0LAW7kFtGQleVI7JP3",
"level":3,
"time":"2022-11-29T13:08:06+00:00",
"remoteAddr":"91.197.228.209",
"user":"jon",
"app":"index",
"method":"GET",
"url":"/nextcloud/index.php/settings/apps/list",
"message":"Argument 1 passed to OC\\App\\PlatformRepository::normalizeVersion() must be of the type string, null given, called in /home/crownpar/public_html/nextcloud/lib/private/App/PlatformRepository.php on line 53 in file '/home/crownpar/public_html/nextcloud/lib/private/App/PlatformRepository.php' line 148",
"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0) Gecko/20100101 Firefox/107.0",
"version":"25.0.1.1",
"exception":
{

it appears to be failing on get_loaded_extensions() in the function initialize() as it is sending null value to $prettyVersion = $ext->getVersion();
$prettyVersion = $this->normalizeVersion($prettyVersion);