Hi,
nach dem Update hat sich das Back- und Frontend verabschiedet … weiße Seite. Der CM läuft prima durch, DB ist aktuell.
Die Seite liegt bei All inkl (Business Tarif).
Folgende Fehlermeldung kommt:
Diese Seite funktioniert nicht
meinedomain.de kann diese Anfrage momentan nicht verarbeiten.
HTTP ERROR 500
Debug:
Got error 'PHP message: PHP Fatal error: Declaration of Contao\\CoreBundle\\Controller\\AbstractController ::getSubscribedServices() must be compatible with Symfony\\Bundle\\FrameworkBundle\\Controller\\Abst ractController::getSubscribedServices(): array in /www/htdocs/benutzername/meinordner/vendor/contao/core-bundle/src/Controller/AbstractController.php on line 28'
Hier noch die composer.json:
{
"type": "project",
"require": {
"contao/calendar-bundle": "5.3.*",
"contao/comments-bundle": "5.3.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "5.3.*",
"contao/listing-bundle": "5.3.*",
"contao/manager-bundle": "5.3.*",
"contao/news-bundle": "5.3.*",
"contao/newsletter-bundle": "5.3.*",
"oveleon/contao-member-extension-bundle": "1.6.2",
"terminal42/notification_center": "2.3.0"
},
"extra": {
"public-dir": "public",
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}
Weiß jemand, was da los ist?
Grüße ConZens