Guten Morgen allerseits,

ich quäle mich gerade nach einem Update von Contao 3.5 auf 4.13 mit einer Contao Bootstrap Installation und brauche eure Unterstützung
Das Update war erfolgreich und es sieht alles gut aus, bis auf eine Fehlermeldung und die Tatsache, dass das Hauptmenü und die Spalten fehlen.

U.a. diese Erweiterungen sind installiert:

Bootstrap für Contao Core
Bootstrap für Contao Form
Bootstrap für Contao Grid
Bootstrap für Contao Layout
Bootstrap für Contao Navbar
Bootstrap für Contao Panel
Bootstrap für Contao Tab
Bootstrap für Contao Templates
felixpfeiffer/subcolumns

Das Log meckert bei einem alten (Netzmacht/Bootstrap) Modul:

Code:
[2023-06-01T09:10:42.775331+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "LayoutHelper" from namespace "Netzmacht\Bootstrap\Layout\Helper". Did you forget a "use" statement for "ContaoBootstrap\Layout\Helper\LayoutHelper"?" at /var/www/clients/client4/web20/web/templates/fe_bootstrap.html5 line 1 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"LayoutHelper\" from namespace \"Netzmacht\\Bootstrap\\Layout\\Helper\".\nDid you forget a \"use\" statement for \"ContaoBootstrap\\Layout\\Helper\\LayoutHelper\"? at /var/www/clients/client4/web20/web/templates/fe_bootstrap.html5:1)"} []
Das Contao Installtool möchte außerdem diese relevanten Tabellen löschen, was zum Teil vielleicht Relikte aus der alten Contao 3.5er Version sein könnten.

Tabellen löschen:
DROP TABLE tl_bootstrap_config
DROP TABLE tl_columnset

Spalten löschen:
ALTER TABLE tl_content DROP youtubeStop
ALTER TABLE tl_content DROP youtubeStart
ALTER TABLE tl_content DROP bootstrap_interval
ALTER TABLE tl_content DROP bootstrap_autostart
ALTER TABLE tl_content DROP bootstrap_showControls
ALTER TABLE tl_content DROP bootstrap_showIndicators
ALTER TABLE tl_content DROP bootstrap_buttons
ALTER TABLE tl_content DROP bootstrap_buttonStyle
ALTER TABLE tl_content DROP bootstrap_fade
ALTER TABLE tl_content DROP bootstrap_tabs
ALTER TABLE tl_content DROP bootstrap_collapseIn
ALTER TABLE tl_content DROP bootstrap_isGridColumn
ALTER TABLE tl_content DROP bootstrap_isGridElement
ALTER TABLE tl_content DROP bootstrap_gridRow
ALTER TABLE tl_content DROP bootstrap_grid
ALTER TABLE tl_content DROP bootstrap_dataAttributes
ALTER TABLE tl_content DROP bootstrap_icon
ALTER TABLE tl_content DROP bootstrap_parentId
ALTER TABLE tl_layout DROP bootstrap_containerClass
ALTER TABLE tl_layout DROP bootstrap_containerElement
ALTER TABLE tl_layout DROP bootstrap_rightClass
ALTER TABLE tl_layout DROP bootstrap_leftClass
ALTER TABLE tl_layout DROP bootstrap_mainClass
ALTER TABLE tl_layout DROP bootstrap_footerClass
ALTER TABLE tl_layout DROP bootstrap_headerClass
ALTER TABLE tl_module DROP bootstrap_modalAjax
ALTER TABLE tl_module DROP bootstrap_modalTemplate
ALTER TABLE tl_module DROP bootstrap_text
ALTER TABLE tl_module DROP bootstrap_article
ALTER TABLE tl_module DROP bootstrap_module
ALTER TABLE tl_module DROP bootstrap_modalSize
ALTER TABLE tl_module DROP bootstrap_modalContentType
ALTER TABLE tl_module DROP bootstrap_addModalButton
ALTER TABLE tl_module DROP bootstrap_addModalFooter
ALTER TABLE tl_module DROP bootstrap_buttons
ALTER TABLE tl_module DROP bootstrap_navbarBrandTemplate
ALTER TABLE tl_module DROP bootstrap_navbarTemplate
ALTER TABLE tl_module DROP bootstrap_navbarModules
ALTER TABLE tl_module DROP bootstrap_addHeader
ALTER TABLE tl_module DROP bootstrap_isResponsive
ALTER TABLE tl_module DROP bootstrap_navClass

Kann mir hier jemand weiterhelfen? Ich bin nicht der Bootstrap Spezialist bin.

Vielen Dank und liebe Grüße,
Carino