Hallo zusammen,

ich habe gerade eine Webseite mit Odd Theme von Contao 4.10.x auf Contao 4.11.x aktualisiert. Es funzt alles soweit gut nur die Formulare funktionieren jetzt nicht mehr.

ODD Theme verwendet Bootstrap und Bootstrap ist nicht als eigene Erweiterung installiert.

[2021-10-02T12:20:56.751329+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\Se rviceNotFoundException: "The "netzmacht.contao_form_designer.layout_manager " service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead." at /www/htdocs/xxx/vendor/symfony/dependency-injection/Container.php line 257 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exceptio n\\ServiceNotFoundException(code: 0): The "netzmacht.contao_form_designer.layout_manager " service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead. at /www/htdocs/xxx/vendor/symfony/dependency-injection/Container.php:257)"} []

Code:
{
    "type": "project",
    "require": {
        "bugbuster/contao-dlstats-bundle": "^1.2",
        "contao-themes-net/odd-theme-bundle": "^1.2",
        "contao/calendar-bundle": "4.11.*",
        "contao/comments-bundle": "4.11.*",
        "contao/conflicts": "*@dev",
        "contao/faq-bundle": "4.11.*",
        "contao/listing-bundle": "4.11.*",
        "contao/manager-bundle": "4.11.*",
        "contao/news-bundle": "4.11.*",
        "contao/newsletter-bundle": "4.11.*",
        "do-while/contao-backupdb-bundle": "^1.4",
        "jrgregory/m17-sticky-backend-footer": "^2.0",
        "madeyourday/contao-rocksolid-slider": "^2.1",
        "markocupic/bootstrap-carousel-bundle": "^1.0",
        "pdir/animated-timeline-bundle": "^1.1",
        "terminal42/contao-easy_themes": "^2.2",
        "terminal42/contao-leads": "^1.4",
        "terminal42/notification_center": "^1.5"
    },
    "extra": {
        "contao-component-dir": "assets"
    },
    "scripts": {
        "post-install-cmd": [
            "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        ],
        "post-update-cmd": [
            "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        ]
    }
}
Was kann ich da tun?

VG Frank