Fatal error: Uncaught exception Exception with message Query error: Table 'schwerin2324.tl_schwerin_veranstaltung_booking_status' doesn't exist (SELECT v.*, IF ( (v.booking_status = 1 OR v.type = 79), '1', '0' ) AS sold_out, v.id AS vId, s.title stueck_titel, s.utitle stueck_utitel, s.alias stueck_alias, s.special_location, s.id AS stueck_id, booking.title AS booking_title, sparte.title AS sparte_title, ort.id AS ort_id, ort.title AS ort, ort.title AS ortname, ort.location AS location, IF (art.show_in_schedule = '1', art.title, '') AS marker, IF (booking.show_in_schedule = '1', booking.title, '') AS marker2, IF (art.show_as_button = '1', art.title, IF (booking.show_as_button = '1', booking.title, 'Tickets')) AS ticket_button FROM tl_schwerin_veranstaltung as v LEFT JOIN tl_schwerin_stueck as s ON v.stueck = s.id LEFT JOIN tl_schwerin_veranstaltung_booking_status AS booking ON v.booking_status = booking.id AND v.booking_status > 0 JOIN tl_schwerin_sparte AS sparte ON (CASE WHEN s.sparte = 1 THEN 2 WHEN s.sparte = 10 THEN 2 WHEN s.sparte = 14 THEN 2 ELSE s.sparte END) = sparte.id JOIN tl_schwerin_ort AS ort ON v.location = ort.id LEFT JOIN tl_schwerin_art AS art ON v.type = art.id WHERE v.published = 1 AND s.published = 1 AND sparte.published = 1 AND v.date < 1717192799 AND v.date > 1717106400 ORDER BY v.date) thrown in system/modules/core/library/Contao/Database/Statement.php on line 295
#0 system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
#1 system/modules/x_schwerin_2021/elements/ContentSpielplan.php(625): Contao\Database\Statement->execute()
#2 system/modules/x_schwerin_2021/elements/ContentSpielplan.php(88): LMF\MST2021\Elements\ContentSpielplan->generateMiniSpielplan()
#3 system/modules/core/elements/ContentElement.php(265): LMF\MST2021\Elements\ContentSpielplan->compile()
#4 system/modules/x_schwerin_2021/elements/ContentSpielplan.php(67): Contao\ContentElement->generate()
#5 system/modules/core/library/Contao/Controller.php(484): LMF\MST2021\Elements\ContentSpielplan->generate()
#6 system/modules/core/modules/ModuleArticle.php(213): Contao\Controller::getContentElement()
#7 system/modules/tags/modules/ModuleArticle.php(26): Contao\ModuleArticle->compile()
#8 system/modules/core/modules/Module.php(287): Aurealis\ModuleArticle->compile()
#9 system/modules/core/modules/ModuleArticle.php(67): Contao\Module->generate()
#10 system/modules/core/library/Contao/Controller.php(417): Contao\ModuleArticle->generate()
#11 system/modules/core/library/Contao/Controller.php(277): Contao\Controller::getArticle()
#12 system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule()
#13 system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate()
#14 index.php(29): Contao\FrontendIndex->run()
#15 {main}