Nach erfolgreicher Installation öffnet sich nichts Fehler 500

OS: Debian 10
MariaDB: 10
PHP: 7.4

Folgende Meldung steht im Log:

[Tue Jan 19 13:42:02.043072 2021] [php7:notice] [pid 641] [client x.x.x.x:1035] PHP Notice: Undefined property: DOMDocument::$documentElement in /var/www/shopware6/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php on line 582 
[Tue Jan 19 13:42:02.043173 2021] [php7:error] [pid 641] [client x.x.x.x:1035] PHP Fatal error: Uncaught Error: Call to a member function getAttributeNS() on null in /var/www/shopware6/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:582\nStack trace:\n#0 /var/www/shopware6/vendor/symfony/config/Util/XmlUtils.php(89): Symfony\\Component\\DependencyInjection\\Loader\\XmlFileLoader->validateSchema()\n#1 /var/www/shopware6/vendor/symfony/config/Util/XmlUtils.php(146): Symfony\\Component\\Config\\Util\\XmlUtils::parse()\n#2 /var/www/shopware6/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php(396): $

ich hab schon gegen geprüft es sind alle extension für php installiert.

im meiner phpinfo.php datei ist alles was in der Anleitung steht auf aktiv.

Soll ich noch mal alles mit php 7.2 ausprobiren?

die Problem konnte ich mit dem Wechsel auf ubunut 20.04 und PHP 7.4 klären.