Error 500 Internal Server Error

GET https://dls.c5.bargon.net/aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_format
"html"
_stopwatch_token
"cfc7ea"
exception
InvalidArgumentException {#3125
  #message: "getImage is not set or not a callable"
  #code: 0
  #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Template.php"
  #line: 187
  trace: {
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Template.php:187 {
      Contao\Template->__call($strKey, $arrParams) …
      › {\tthrow new \InvalidArgumentException("$strKey is not set or not a callable");}
    }
    /var/clients/client3/web1384/dls/templates/news_full_og.html5:4 {
      include …
      ›   #Querformatbilder\r  $ogimage = $this->getImage($this->urlEncode($this->singleSRC), 1200, 630 , 'crop');\r}else{\r
      arguments: {
        $strKey: "getImage"
        $arrParams: [ …4]
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/TemplateInheritance.php:109 {
      Contao\Template->inherit() …
      › {\tinclude $strParent;}
      arguments: {
        "/var/clients/client3/web1384/dls/templates/news_full_og.html5"
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Template.php:325 {
      Contao\Template->parse() …
      › 
      › \treturn $this->inherit();}
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/classes/FrontendTemplate.php:43 {
      Contao\FrontendTemplate->parse() …
      › {\t$strBuffer = parent::parse();}
    /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:255 {
      Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
      › 
      › \treturn $objTemplate->parse();}
    }
    /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
      Contao\ModuleNewsReader->compile() …
      › 
      › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
      arguments: {
        $objArticle: Contao\NewsModel {#3201 …}
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
      Contao\Module->generate() …
      › 
      › $this->compile();}
    /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
      Contao\ModuleNewsReader->generate() …
      › 
      › \treturn parent::generate();}
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
      Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
      › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
      Contao\ContentModule->generate() …
      › 
      › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
      arguments: {
        $intId: Contao\ModuleModel {#3348 …}
        $strColumn: "main"
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
      Contao\Controller::getContentElement($intId, $strColumn = 'main') …
      › 
      › $strBuffer = $objElement->generate();}
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
      Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
      › 
      › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
      arguments: {
        $intId: 733
        $strColumn: "main"
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
      Contao\PageRegular->prepare($objPage) …
      › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
        $objPage: Contao\PageModel {#3691 …}
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $arrModules: [ …7]
        $arrMapper: [ …5]
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
      Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
      › {\t$this->prepare($objPage);arguments: {
        $objPage: Contao\PageModel {#3691 …}
      }
    }
    /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
      Contao\FrontendIndex->renderPage(PageModel $pageModel) …
      › 
      › \treturn $objHandler->getResponse($objPage, true);}
      arguments: {
        $objPage: Contao\PageModel {#3691 …}
        $blnCheckRequest: true
      }
    }
    /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $pageModel: Contao\PageModel {#3691 …}
      }
    }
    /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/clients/client3/web1384/dls/web/index.php:42 {
      › 
      › $response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#279
  -records: [
    2 => [
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.452+02:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen/".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.493+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "utf8mb4"
            "idle_connection_ttl" => 600
            "host" => "mysql.ballensiefen.host"
            "port" => 3306
            "user" => "c3_dls"
            "password" => "<redacted>"
            "driverOptions" => [
              1013 => false
              1002 => "SET SESSION sql_mode=CONCAT(@@sql_mode, IF(INSTR(@@sql_mode, 'STRICT_'), '', ',TRADITIONAL'))"
            ]
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collation" => "utf8mb4_unicode_ci"
              "engine" => "InnoDB"
              "row_format" => "DYNAMIC"
              "collate" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "c3_dls"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.498+02:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#778
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/clients/client3/web1384/dls/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/dbal/src/Connection.php:392 {
                Doctrine\DBAL\Connection->connect() …
                › 
                › if ($this->_eventManager->hasListeners(Events::postConnect)) {    Deprecation::trigger(
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/dbal/src/Connection.php:458 {
                Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
                › try {    $this->connect();} catch (Exception $originalException) {
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/dbal/src/Connection.php:416 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › {    $version = $this->getDatabasePlatformVersion();}
              /var/clients/client3/web1384/dls/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/dbal/src/Connection.php:265 {
                Doctrine\DBAL\Connection->getDatabase() …
                › {    $platform = $this->getDatabasePlatform();    $query    = $platform->getDummySelectSQL($platform->getCurrentDatabaseExpression());
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Database.php:202 {
                Contao\Database->listTables($strDatabase = null, $blnNoCache = false) …
                › {\t$strOldDatabase = $this->resConnection->getDatabase();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Database.php:238 {
                Contao\Database->tableExists($strTable, $strDatabase = null, $blnNoCache = false) …
                › 
                › \treturn \in_array($strTable, $this->listTables($strDatabase, $blnNoCache));}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogManagerInitializer.php:82 {
                Alnv\CatalogManagerBundle\CatalogManagerInitializer->setCatalogs() …
                › 
                › if (!$objDatabase->tableExists('tl_catalog')) return null;}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogManagerInitializer.php:65 {
                Alnv\CatalogManagerBundle\CatalogManagerInitializer->initialize(): void …
                ›     Database::getInstance();    $this->setCatalogs();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.500+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.501+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.503+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "c3_dls"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.505+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_catalog ORDER BY `pTable` DESC, `tablename` ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.548+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.556+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_content"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.596+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_article"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.598+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#956
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:67 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                › $this->DcModifier->initialize($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.599+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#988
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/DcModifier.php:30 {
                Alnv\CatalogManagerBundle\DcModifier->initialize($strTablename) …
                › $this->strTablename = $strTablename;$this->I18nCatalogTranslator->initialize();Controller::loadLanguageFile($this->strTablename);
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:67 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                › $this->DcModifier->initialize($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.636+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1081
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/DcModifier.php:34 {
                Alnv\CatalogManagerBundle\DcModifier->initialize($strTablename) …
                › 
                › $this->I18nCatalogTranslator->initialize();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:67 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                › $this->DcModifier->initialize($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.636+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#975
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/ReviseRelatedTables.php:23 {
                Alnv\CatalogManagerBundle\ReviseRelatedTables->reviseCatalogTables($strTable, $strPTable, $arrCTables): bool …
                › 
                › $objCatalogDb = $this->Database->prepare('SELECT id FROM tl_catalog WHERE tablename = ?')->execute($strTable);if (!$objCatalogDb->count()) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:585 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcOperations($arrReturn, $arrCatalog, $strDcConfigType) …
                › 
                › if ($objReviseRelatedTables->reviseCatalogTables($this->strTable, $arrReturn['config']['ptable'], $arrReturn['config']['ctable'])) {}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:78 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › $arrReturn = $this->convertCatalogToDcLabel($arrReturn, $arrCatalog, 'list');$arrReturn = $this->convertCatalogToDcOperations($arrReturn, $arrCatalog, 'list');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.636+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename = ?"
          "params" => [
            1 => "tl_page"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.638+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1157
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/ReviseRelatedTables.php:44 {
                Alnv\CatalogManagerBundle\ReviseRelatedTables->reviseCatalogTables($strTable, $strPTable, $arrCTables): bool …
                › 
                › if ($v && $this->Database->TableExists($v)) {}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:585 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcOperations($arrReturn, $arrCatalog, $strDcConfigType) …
                › 
                › if ($objReviseRelatedTables->reviseCatalogTables($this->strTable, $arrReturn['config']['ptable'], $arrReturn['config']['ctable'])) {}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:78 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › $arrReturn = $this->convertCatalogToDcLabel($arrReturn, $arrCatalog, 'list');$arrReturn = $this->convertCatalogToDcOperations($arrReturn, $arrCatalog, 'list');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.638+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1156
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/ReviseRelatedTables.php:58 {
                Alnv\CatalogManagerBundle\ReviseRelatedTables->reviseCatalogTables($strTable, $strPTable, $arrCTables): bool …
                › } else {    $objStmt = $this->Database->prepare(sprintf('SELECT * FROM %s WHERE NOT EXISTS( SELECT * FROM %s WHERE %s.pid = %s.id)', $v, $strTable, $v, $strTable))->execute();}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:585 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcOperations($arrReturn, $arrCatalog, $strDcConfigType) …
                › 
                › if ($objReviseRelatedTables->reviseCatalogTables($this->strTable, $arrReturn['config']['ptable'], $arrReturn['config']['ctable'])) {}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:78 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › $arrReturn = $this->convertCatalogToDcLabel($arrReturn, $arrCatalog, 'list');$arrReturn = $this->convertCatalogToDcOperations($arrReturn, $arrCatalog, 'list');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.638+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_article WHERE NOT EXISTS( SELECT * FROM tl_page WHERE tl_article.pid = tl_page.id)"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.640+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#964
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:53 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->initialize($strTablename, $blnActive = true) …
                › } else {    $objCatalog = $this->Database->prepare('SELECT * FROM tl_catalog WHERE `tablename` = ?')->limit(1)->execute($strTablename);    if ($objCatalog !== null) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:516 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder = new CatalogFieldBuilder();$objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.641+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1"
          "params" => [
            1 => "tl_page"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.642+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1070
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:97 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $objCatalogFields = $this->Database->prepare('SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 )' . ($blnVisible ? ' AND invisible != "1" ' : '') . 'ORDER BY `sorting`')->execute($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.642+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`"
          "params" => [
            1 => "tl_page"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.643+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1065
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:162 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › $arrDcField = [    'label' => $this->I18nCatalogTranslator->get('field', $arrField['fieldname'], ['table' => $this->strTable, 'title' => ($arrField['label'] ?? ''), 'description' => ($arrField['description'] ?? '')]),    'inputType' => Toolkit::setDcConformInputType($arrField['type']),
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1150
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:97 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->tableExists($this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#989
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:97 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->tableExists($this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1071
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:97 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->tableExists($this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#978
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:101 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->fieldExists($this->arrField['dbTableKey'], $this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#985
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:101 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->fieldExists($this->arrField['dbTableKey'], $this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1095
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:101 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->fieldExists($this->arrField['dbTableKey'], $this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.644+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SHOW FULL COLUMNS FROM ctlg_category"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.646+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SHOW INDEXES FROM `ctlg_category`"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1123
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:105 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->fieldExists($this->arrField['dbTableValue'], $this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1091
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:105 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->fieldExists($this->arrField['dbTableValue'], $this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1110
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:105 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › if (!$this->SQLQueryHelper->SQLQueryBuilder->Database->fieldExists($this->arrField['dbTableValue'], $this->arrField['dbTable'])) {    return null;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1093
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:213 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › 
                › $strWhereStatement = $this->SQLQueryBuilder->getWhereQuery($arrSQLQuery);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1051
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:216 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › if (Toolkit::isEmpty($strOrderBy)) {    $this->CatalogDcExtractor->initialize($this->arrField['dbTable']);    $this->CatalogDcExtractor->extract();
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#967
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:217 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › $this->CatalogDcExtractor->initialize($this->arrField['dbTable']);$this->CatalogDcExtractor->extract();if ($this->CatalogDcExtractor->hasOrderByStatement()) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1108
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:86 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->extract() …
                › 
                › $objModule = $this->Database->prepare('SELECT * FROM tl_catalog WHERE tablename = ? LIMIT 1')->execute($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:217 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › $this->CatalogDcExtractor->initialize($this->arrField['dbTable']);$this->CatalogDcExtractor->extract();if ($this->CatalogDcExtractor->hasOrderByStatement()) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.647+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_catalog WHERE tablename = ? LIMIT 1"
          "params" => [
            1 => "ctlg_category"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.648+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1117
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:272 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->extractDCASorting($arrSorting) …
                › 
                › if ($this->Database->fieldExists($strField, $this->strTable)) {}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:95 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->extract() …
                › 
                › $this->extractDCASorting($arrSorting);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:217 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › $this->CatalogDcExtractor->initialize($this->arrField['dbTable']);$this->CatalogDcExtractor->extract();if ($this->CatalogDcExtractor->hasOrderByStatement()) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.648+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1130
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:218 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › $this->CatalogDcExtractor->extract();if ($this->CatalogDcExtractor->hasOrderByStatement()) {    $strOrderBy = ' ORDER BY ' . $this->CatalogDcExtractor->getOrderByStatement();
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.648+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1112
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:219 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › if ($this->CatalogDcExtractor->hasOrderByStatement()) {    $strOrderBy = ' ORDER BY ' . $this->CatalogDcExtractor->getOrderByStatement();}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.649+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1135
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:232 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                › 
                › $arrDbValues = $this->SQLQueryBuilder->getValues();return $this->SQLQueryHelper->SQLQueryBuilder->Database->prepare($strQuery)->execute(...$arrDbValues);
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.649+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#977
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:233 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                ›     $arrDbValues = $this->SQLQueryBuilder->getValues();    return $this->SQLQueryHelper->SQLQueryBuilder->Database->prepare($strQuery)->execute(...$arrDbValues);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.649+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1131
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:233 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                ›     $arrDbValues = $this->SQLQueryBuilder->getValues();    return $this->SQLQueryHelper->SQLQueryBuilder->Database->prepare($strQuery)->execute(...$arrDbValues);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.649+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1105
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:233 {
                Alnv\CatalogManagerBundle\OptionsGetter->getResults($blnUseValidValue = false) …
                ›     $arrDbValues = $this->SQLQueryBuilder->getValues();    return $this->SQLQueryHelper->SQLQueryBuilder->Database->prepare($strQuery)->execute(...$arrDbValues);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:109 {
                Alnv\CatalogManagerBundle\OptionsGetter->getTableEntities() …
                › 
                › return $this->getResults(true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:253 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › $arrOptions = [];$objDbOptions = $this->getTableEntities();}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.649+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM ctlg_category ORDER BY title DESC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1079
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1031
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#992
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1152
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1061
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1141
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#961
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1148
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1046
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1155
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#973
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1119
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1128
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1005
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.650+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1030
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1016
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1015
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1007
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1087
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1088
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1147
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1113
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1149
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:147 {
                Alnv\CatalogManagerBundle\OptionsGetter->setValueToOption(&$arrOptions, $strValue, $strLabel = '', $strTable = '') …
                › } else {    $strText = $this->I18nCatalogTranslator->get('option', $strKey, ['title' => $strText, 'table' => $strTable]);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:259 {
                Alnv\CatalogManagerBundle\OptionsGetter->getDbOptions() …
                › while ($objDbOptions->next()) {    $this->setValueToOption($arrOptions, $objDbOptions->{$this->arrField['dbTableKey']}, $objDbOptions->{$this->arrField['dbTableValue']}, $this->arrField['dbTable']);}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/OptionsGetter.php:73 {
                Alnv\CatalogManagerBundle\OptionsGetter->getOptions() …
                › case 'useDbOptions':    return $this->getDbOptions();case 'useActiveDbOptions':
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:77 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::getOptions($arrDCAField, $arrField, $strID, $blnActive) …
                › } else {    $arrOptions = $objOptionGetter->getOptions();    if (isset($arrField['optionsType']) && $arrField['optionsType'] && is_array($arrOptions)) {
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/Fields/Checkbox.php:23 {
                Alnv\CatalogManagerBundle\Fields\Checkbox::generate($arrDCAField, $arrField, $objModule = null, $blnActive = true): array …
                › 
                › if ($blnActive) $arrDCAField = static::getOptions($arrDCAField, $arrField, $strModuleID, $blnActive);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:253 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->setDcFormatAttributes($arrField, $objModule = null) …
                › case 'checkbox':    $arrDcField = Checkbox::generate($arrDcField, $arrField, $objModule, $this->blnActive);    break;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:144 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule = null, $blnCoreTable = false) …
                › if (!isset($arrField['_dcFormat'])) $arrField['_dcFormat'] = null;if ($blnDcFormat && Toolkit::isDcConformField($arrField) && !$arrField['_dcFormat']) $arrField['_dcFormat'] = $this->setDcFormatAttributes($arrField, $objModule);if ($arrField == null) continue;
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogFieldBuilder.php:118 {
                Alnv\CatalogManagerBundle\CatalogFieldBuilder->getCatalogFields($blnDcFormat = true, $objModule = null, $blnExcludeDefaults = false, $blnVisible = true) …
                › 
                › $this->arrCatalogFields = $this->parseFieldsForDcFormat($arrFields, $blnDcFormat, $objModule, $blnIsCoreTable);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:517 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › $objFieldBuilder->initialize($this->strTable);$arrFields = $objFieldBuilder->getCatalogFields(true, null, true);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.651+02:00"
        "message" => "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1010
            #message: "User Deprecated: Since contao/core-bundle 5.2: Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php"
            #line: 114
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/System.php:114 {
                Contao\System->__get($strKey) …
                › 
                › trigger_deprecation('contao/core-bundle', '5.2', 'Using objects that have been imported via "Contao\System::import()" has been deprecated and will no longer work in Contao 6. Use "Contao\System::importStatic()" or dependency injection instead.');}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:554 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, $strDcConfigType) …
                › 
                › if (is_array($arrPickedPalettes)) $this->DcModifier->addFieldToPalette($arrField, $arrPickedPalettes, $arrReturn['palettes']);}
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcExtractor.php:80 {
                Alnv\CatalogManagerBundle\CatalogDcExtractor->convertCatalogToDataContainer() …
                › 
                ›     return $this->convertCatalogToDcFieldsAndPalettes($arrReturn, $arrCatalog, 'fields');}
              }
              /var/clients/client3/web1384/dls/vendor/alnv/catalog-manager/src/CatalogDcAdapter.php:23 {
                Alnv\CatalogManagerBundle\CatalogDcAdapter->initialize($strTablename): void …
                ›     $objDcExtractor->initialize($strTablename);    $GLOBALS['TL_DCA'][$strTablename] = $objDcExtractor->convertCatalogToDataContainer();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 {
                Contao\DcaLoader->loadDcaFiles() …
                › {\tSystem::importStatic($callback[0])->{$callback[1]}($this->strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 {
                Contao\DcaLoader->load() …
                › {\t$this->loadDcaFiles();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1237 {
                Contao\Controller::loadDataContainer($strTable) …
                › \t$loader = new DcaLoader($strTable);\t$loader->load();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 {
                Contao\DcaExtractor->createExtract() …
                › // Load the data container$this->loadDataContainer($this->strTable);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 {
                Contao\DcaExtractor->__construct($strTable) …
                › {\t$this->createExtract();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 {
                Contao\DcaExtractor::getInstance($strTable) …
                › {\tstatic::$arrInstances[$strTable] = new static($strTable);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:310 {
                Contao\Model::getUniqueFields() …
                › {\t$objDca = DcaExtractor::getInstance(static::getTable());}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1103 {
                Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
                › 
                › if (\count($arrColumn) == 1 && ($arrColumn[0] === static::getPk() || \in_array($arrColumn[0], static::getUniqueFields()))){
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Model.php:1159 {
                Contao\Model::__callStatic($name, $args) …
                › 
                › \treturn static::findBy(...$args);}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:55 {
                numero2\MarketingSuite\Backend\License::checkRootData() …
                › 
                › $objPages = PageModel::findByType('root');}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/MarketingSuite/Backend/License.php:40 {
                numero2\MarketingSuite\Backend\License::__callStatic(string $name, array $arguments) …
                › default:    self::checkRootData();    break;
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:136 {
                Contao\CMSConfig->initialize() …
                › $strCacheDir = System::getContainer()->getParameter('kernel.cache_dir');voudu::con();}
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Resources/contao/library/Contao/CMSConfig.php:120 {
                Contao\CMSConfig::getInstance() …
                ›     static::$objInstance = new static();    static::$objInstance->initialize();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/EventListener/Hooks/HooksListener.php:135 {
                numero2\MarketingSuiteBundle\EventListener\Hooks\HooksListener::initializeSystem() …
                ›     //initialize CMSConfig    CMSConfig::getInstance();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:224 {
                Contao\CoreBundle\Framework\ContaoFramework->triggerInitializeSystemHook(): void …
                › foreach ($GLOBALS['TL_HOOKS']['initializeSystem'] as $callback) {    System::importStatic($callback[0])->{$callback[1]}();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:175 {
                Contao\CoreBundle\Framework\ContaoFramework->initializeFramework(): void …
                ›     $this->setTimezone();    $this->triggerInitializeSystemHook();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Framework/ContaoFramework.php:95 {
                Contao\CoreBundle\Framework\ContaoFramework->initialize(): void …
                › 
                ›     $this->initializeFramework();}
              }
              /var/clients/client3/web1384/dls/vendor/numero2/contao-marketing-suite/src/Routing/RouteProvider.php:50 {
                numero2\MarketingSuiteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
                › 
                › $this->framework->initialize();}
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
                Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
                › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
                Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
                › } else {    $defaults = $matcher->matchRequest($request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
                Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
                › 
                ›     return $router->matchRequest($requestForMatching);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
                Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
                › {    return $this->doMatch($request->getPathInfo(), $request);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.652+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.`type`=?"
          "params" => [
            1 => "root"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.654+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.654+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT c.TABLE_NAME,       c.COLUMN_NAME        AS field,\n
                       IF(\n
                    c.COLUMN_TYPE = 'longtext'\n
                    AND EXISTS(\n
                        SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n
                        WHERE i_c.CONSTRAINT_SCHEMA = 'c3_dls'\n
                        AND i_c.TABLE_NAME = c.TABLE_NAME\n
                        AND i_c.CHECK_CLAUSE = CONCAT(\n
                            'json_valid(`',\n
                                c.COLUMN_NAME,\n
                            '`)'\n
                        )\n
                    ),\n
                    'json',\n
                    c.COLUMN_TYPE\n
                )       AS type,\n
                   c.IS_NULLABLE        AS `null`,\n
                   c.COLUMN_KEY         AS `key`,\n
                   c.COLUMN_DEFAULT     AS `default`,\n
                   c.EXTRA,\n
                   c.COLUMN_COMMENT     AS comment,\n
                   c.CHARACTER_SET_NAME AS characterset,\n
                   c.COLLATION_NAME     AS collation\n
            FROM information_schema.COLUMNS c\n
                INNER JOIN information_schema.TABLES t\n
                    ON t.TABLE_NAME = c.TABLE_NAME\n
                 WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION
            """
          "params" => [
            1 => "c3_dls"
            2 => "c3_dls"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.713+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME,        NON_UNIQUE  AS Non_Unique,\n
                    INDEX_NAME  AS Key_name,\n
                    COLUMN_NAME AS Column_Name,\n
                    SUB_PART    AS Sub_Part,\n
                    INDEX_TYPE  AS Index_Type\n
            FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY SEQ_IN_INDEX
            """
          "params" => [
            1 => "c3_dls"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.716+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT DISTINCT k.TABLE_NAME,            k.CONSTRAINT_NAME,\n
                        k.COLUMN_NAME,\n
                        k.REFERENCED_TABLE_NAME,\n
                        k.REFERENCED_COLUMN_NAME,\n
                        k.ORDINAL_POSITION /*!50116,\n
                        c.UPDATE_RULE,\n
                        c.DELETE_RULE */\n
            FROM information_schema.key_column_usage k /*!50116\n
            INNER JOIN information_schema.referential_constraints c\n
            ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
            AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'c3_dls' */ ORDER BY k.ORDINAL_POSITION
            """
          "params" => [
            1 => "c3_dls"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.718+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
                SELECT t.TABLE_NAME,\n
                       t.ENGINE,\n
                       t.AUTO_INCREMENT,\n
                       t.TABLE_COMMENT,\n
                       t.CREATE_OPTIONS,\n
                       t.TABLE_COLLATION,\n
                       ccsa.CHARACTER_SET_NAME\n
                  FROM information_schema.TABLES t\n
                    INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
                      ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'
            """
          "params" => [
            1 => "c3_dls"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.750+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.758+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.759+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?,?)"
          "params" => [
            1 => "aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
            2 => "aktuelles/presse-detail"
            3 => "aktuelles"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.761+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE id=? LIMIT 1"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.763+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.type=? AND (tl_page.dns=? OR tl_page.dns=?) LIMIT 0,1"
          "params" => [
            1 => "root"
            2 => "dls.c5.bargon.net"
            3 => ""
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.764+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE id=? LIMIT 1"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.766+02:00"
        "message" => "Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.766+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?,?)"
          "params" => [
            1 => "aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
            2 => "aktuelles/presse-detail"
            3 => "aktuelles"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.768+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "tl_page.39"
          "route_parameters" => [
            "_controller" => "Contao\FrontendIndex::renderPage"
            "_scope" => "frontend"
            "_locale" => "de"
            "_format" => "html"
            "_canonical_route" => "tl_page.39"
            "parameters" => "/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
            "pageModel" => Contao\PageModel {#3691 …}
            "_route" => "tl_page.39"
            "_route_object" => Contao\CoreBundle\Routing\Page\PageRoute {#3680
              -path: "/aktuelles/presse-detail{!parameters}"
              -host: ""
              -schemes: [
                "https"
              ]
              -methods: []
              -defaults: [
                "_controller" => "Contao\FrontendIndex::renderPage"
                "_scope" => "frontend"
                "_locale" => "de"
                "_format" => "html"
                "_canonical_route" => "tl_page.39"
                "parameters" => ""
                "pageModel" => Contao\PageModel {#3691 …}
              ]
              -requirements: [
                "parameters" => "(/.+?)?"
              ]
              -options: [
                "compiler_class" => "Contao\CoreBundle\Routing\Page\PageRouteCompiler"
                "utf8" => true
              ]
              -condition: ""
              -compiled: Symfony\Component\Routing\CompiledRoute {#3697 …}
              -pageModel: Contao\PageModel {#3691 …}
              -routeKey: "tl_page.39"
              -urlPrefix: ""
              -urlSuffix: ""
              -content: null
            }
          ]
          "request_uri" => "https://dls.c5.bargon.net/aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.773+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "contao_frontend"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.773+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "contao_frontend"
          "authenticator" => "Contao\CoreBundle\Security\Authenticator\ContaoLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.773+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "contao_frontend"
          "authenticator" => "Contao\CoreBundle\Security\Authenticator\ContaoLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.773+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "contao_frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.773+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "contao_frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.774+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.775+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT templates FROM tl_theme WHERE templates != ''"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\ManagerBundle\Monolog\RequestProcessor::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\RefererIdListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\PageAccessListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\ServiceUnavailableListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\UserSessionListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\Twig\Loader\AutoRefreshTemplateHierarchyListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "MadeYourDay\RockSolidCustomElements\EventListener\AddAssetsListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\TagsBundle\EventSubscriber\KernelRequestSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\StoreLocatorBundle\EventListener\KernelResponse\BackendAssetsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\MarketingSuiteBundle\EventListener\KernelResponse\BackendAssetsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.862+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\TagsBundle\EventSubscriber\KernelRequestSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.863+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.863+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.864+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.864+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.864+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.926+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_layout"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.928+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.938+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_module"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.941+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.942+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.944+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.945+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_cms_tag_settings"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.946+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_theme"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.947+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.949+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(39,40,86,67,0,94) ORDER BY FIND_IN_SET(`tl_module`.`id`, '39,40,86,67,0,94')"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.952+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_content.id, tl_module.type, tl_article.inColumn as `column` FROM tl_content, tl_module, tl_article WHERE tl_content.pid=tl_article.id AND tl_content.module=tl_module.id AND tl_content.type=? AND tl_content.ptable=? AND tl_article.pid=? AND tl_article.inColumn IN (?) AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1775308920) AND (tl_content.stop='' OR tl_content.stop>1775308920) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1775308920) AND (tl_article.stop='' OR tl_article.stop>1775308920) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting"
          "params" => [
            1 => "module"
            2 => "tl_article"
            3 => 39
            4 => "main"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.954+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_content.* FROM tl_content WHERE tl_content.`id`=? LIMIT 0,1"
          "params" => [
            1 => 733
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.956+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1"
          "params" => [
            1 => 49
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.959+02:00"
        "message" => "User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3428
            #message: "User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/nyholm/psr7/src/Factory/HttplugFactory.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18 {
                class_exists(string $class, bool $autoload = true): bool …
                › 
                › @\trigger_error('Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.', \E_USER_DEPRECATED);}
              /var/clients/client3/web1384/dls/vendor/php-http/discovery/src/ClassDiscovery.php:250 {
                Http\Discovery\ClassDiscovery::safeClassExists($class) …
                › try {    return class_exists($class) || interface_exists($class);} catch (\Exception $e) {
              }
              /var/clients/client3/web1384/dls/vendor/php-http/discovery/src/ClassDiscovery.php:188 {
                Http\Discovery\ClassDiscovery::evaluateCondition($condition) …
                ›     // Should be extended for functions, extensions???    return self::safeClassExists($condition);}
              }
              /var/clients/client3/web1384/dls/vendor/php-http/discovery/src/ClassDiscovery.php:198 {
                Http\Discovery\ClassDiscovery::evaluateCondition($condition) …
                › foreach ($condition as $c) {    if (false === static::evaluateCondition($c)) {        // Immediately stop execution if the condition is false
              }
              /var/clients/client3/web1384/dls/vendor/php-http/discovery/src/ClassDiscovery.php:80 {
                Http\Discovery\ClassDiscovery::findOneByType($type) …
                › if (isset($candidate['condition'])) {    if (!self::evaluateCondition($candidate['condition'])) {        continue;
              }
              /var/clients/client3/web1384/dls/vendor/php-http/discovery/src/MessageFactoryDiscovery.php:27 {
                Http\Discovery\MessageFactoryDiscovery::find() …
                › try {    $messageFactory = static::findOneByType(MessageFactory::class);} catch (DiscoveryFailedException $e) {
              }
              /var/clients/client3/web1384/dls/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php:63 {
                FOS\HttpCache\ProxyClient\HttpProxyClient->__construct(Dispatcher $httpDispatcher, array $options = [], ?RequestFactory $messageFactory = null) …
                ›     $this->options = $this->configureOptions()->resolve($options);    $this->requestFactory = $messageFactory ?: MessageFactoryDiscovery::find();}
              }
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:1993 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::getFosHttpCache_ProxyClient_SymfonyService($container) …
                › {    return $container->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($container->services['kernel'] ?? $container->get('kernel', 1))), $container->parameters['fos_http_cache.proxy_client.symfony.options'], NULL);}
              }
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:1950 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::getFosHttpCache_CacheManagerService($container) …
                › 
                › $instance = new \FOS\HttpCacheBundle\CacheManager(($container->services['fos_http_cache.proxy_client.symfony'] ?? self::getFosHttpCache_ProxyClient_SymfonyService($container)), $a);}
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/getContao_Cache_EntityTagsService.php:28 {
                Container0DRHy60\getContao_Cache_EntityTagsService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['fos_http_cache.cache_manager'] ?? self::getFosHttpCache_CacheManagerService($container));}
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:944 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:56 {
                Contao\ContentModule->generate() …
                › {\tSystem::getContainer()->get('contao.cache.entity_tags')->tagWithModelInstance($this->objModel);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308934
        "timestamp_rfc3339" => "2026-04-04T15:22:14.962+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.006+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.009+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tl_page WHERE type=? OR type=?"
          "params" => [
            1 => "root"
            2 => "rootfallback"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.011+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_news"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.012+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_news_archive"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.012+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(2) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '2')"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.014+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(2) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1775308920) AND (tl_news.stop='' OR tl_news.stop>1775308920) LIMIT 0,1"
          "params" => [
            1 => "hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.024+02:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'page_routing_object' not found': Unable to generate a URL for the named route "page_routing_object" as such route does not exist."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.024+02:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'page_routing_object' not found': Unable to generate a URL for the named route "page_routing_object" as such route does not exist."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.028+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_user"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.029+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_user.* FROM tl_user WHERE tl_user.`id`=? LIMIT 0,1"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.032+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_files"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.033+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1"
          "params" => [
            1 => "1e3d51cec2d911e7b73dd8cb8ac3aaa0"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.066+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_image_size_item"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.067+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1"
          "params" => [
            1 => "tl_image_size"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.068+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_image_size.* FROM tl_image_size WHERE tl_image_size.`id`=? LIMIT 0,1"
          "params" => [
            1 => "9"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.070+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3193
            #message: "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php"
            #line: 105
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php:105 {
                Contao\Image\ResizeConfiguration->setMode(string $mode): self …
                › if (self::MODE_PROPORTIONAL === $mode) {    trigger_deprecation('contao/image', '1.2', 'Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead.');}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:352 {
                Contao\CoreBundle\Image\PictureFactory->createConfigItem(?array $imageSize = null): PictureConfigurationItem …
                › if (!empty($imageSize['resizeMode'])) {    $resizeConfig->setMode((string) $imageSize['resizeMode']);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:158 {
                Contao\CoreBundle\Image\PictureFactory->createConfig(array|string|int|null $size): array …
                › 
                › $config->setSize($this->createConfigItem($imageSizes?->row()));}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:116 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › } else {    [$config, $attributes, $configOptions] = $this->createConfig($size);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.070+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT tl_image_size_item.* FROM tl_image_size_item WHERE tl_image_size_item.pid=? AND tl_image_size_item.invisible=0 AND tl_image_size_item.tstamp>0 ORDER BY sorting ASC"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.071+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3160
            #message: "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php"
            #line: 105
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php:105 {
                Contao\Image\ResizeConfiguration->setMode(string $mode): self …
                › if (self::MODE_PROPORTIONAL === $mode) {    trigger_deprecation('contao/image', '1.2', 'Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead.');}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:352 {
                Contao\CoreBundle\Image\PictureFactory->createConfigItem(?array $imageSize = null): PictureConfigurationItem …
                › if (!empty($imageSize['resizeMode'])) {    $resizeConfig->setMode((string) $imageSize['resizeMode']);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:249 {
                Contao\CoreBundle\Image\PictureFactory->createConfig(array|string|int|null $size): array …
                › foreach ($imageSizeItems as $imageSizeItem) {    $configItems[] = $this->createConfigItem($imageSizeItem->row());}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:116 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › } else {    [$config, $attributes, $configOptions] = $this->createConfig($size);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.071+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3082
            #message: "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php"
            #line: 105
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php:105 {
                Contao\Image\ResizeConfiguration->setMode(string $mode): self …
                › if (self::MODE_PROPORTIONAL === $mode) {    trigger_deprecation('contao/image', '1.2', 'Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead.');}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:352 {
                Contao\CoreBundle\Image\PictureFactory->createConfigItem(?array $imageSize = null): PictureConfigurationItem …
                › if (!empty($imageSize['resizeMode'])) {    $resizeConfig->setMode((string) $imageSize['resizeMode']);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:249 {
                Contao\CoreBundle\Image\PictureFactory->createConfig(array|string|int|null $size): array …
                › foreach ($imageSizeItems as $imageSizeItem) {    $configItems[] = $this->createConfigItem($imageSizeItem->row());}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:116 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › } else {    [$config, $attributes, $configOptions] = $this->createConfig($size);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.071+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3262
            #message: "User Deprecated: Since contao/image 1.2: Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php"
            #line: 105
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/ResizeConfiguration.php:105 {
                Contao\Image\ResizeConfiguration->setMode(string $mode): self …
                › if (self::MODE_PROPORTIONAL === $mode) {    trigger_deprecation('contao/image', '1.2', 'Using ResizeConfiguration::MODE_PROPORTIONAL has been deprecated and will no longer work in version 2.0. Use ResizeConfiguration::MODE_BOX instead.');}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:352 {
                Contao\CoreBundle\Image\PictureFactory->createConfigItem(?array $imageSize = null): PictureConfigurationItem …
                › if (!empty($imageSize['resizeMode'])) {    $resizeConfig->setMode((string) $imageSize['resizeMode']);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:249 {
                Contao\CoreBundle\Image\PictureFactory->createConfig(array|string|int|null $size): array …
                › foreach ($imageSizeItems as $imageSizeItem) {    $configItems[] = $this->createConfigItem($imageSizeItem->row());}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:116 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › } else {    [$config, $attributes, $configOptions] = $this->createConfig($size);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.072+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/0/Img11304-ad59df6d.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3249
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/0/Img11304-ad59df6d.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.072+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/e/Img11304-491886b3.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3197
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/e/Img11304-491886b3.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.073+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/2/Img11304-ec2be77c.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3169
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/2/Img11304-ec2be77c.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.073+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/7/Img11304-a5f0de26.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3174
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/7/Img11304-a5f0de26.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.074+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/2/Img11304-e785859f.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3183
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/2/Img11304-e785859f.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.075+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/a/Img11304-cec351df.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3132
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/a/Img11304-cec351df.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.076+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/6/Img11304-61adda65.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3087
            #message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/6/Img11304-61adda65.jpg" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "/var/clients/client3/web1384/dls/assets/images" and regenerate all images to get rid of this message."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php"
            #line: 260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:260 {
                Contao\Image\Resizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › if ($this->filesystem->exists($legacyCachePath)) {    trigger_deprecation('contao/image', '1.2', 'Reusing old cached images like "%s" from version 1.1 has been deprecated and will no longer work in version 2.0. Clear the image cache directory "%s" and regenerate all images to get rid of this message.', $legacyCachePath, $this->cacheDir);}
              /var/clients/client3/web1384/dls/vendor/contao/image/src/DeferredResizer.php:166 {
                Contao\Image\DeferredResizer->processResize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › 
                ›     return parent::processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Resizer.php:136 {
                Contao\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › } else {    $image = $this->processResize($image, $config, $options);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Resizer.php:30 {
                Contao\CoreBundle\Image\Resizer->resize(ImageInterface $image, ResizeConfiguration $config, ResizeOptions $options): ImageInterface …
                › try {    return parent::resize($image, $config, $options);} catch (ImagineRuntimeException $exception) {
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:188 {
                Contao\Image\PictureGenerator->generateSrcsetItem(ImageInterface $image, PictureConfigurationItem $config, float $density, string $descriptorType, int $width1x, string $format): array …
                › 
                › $resizedImage = $this->resizer->resize($image, $resizeConfig, $options);$src = [$resizedImage];
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:110 {
                Contao\Image\PictureGenerator->generateSource(ImageInterface $image, PictureConfigurationItem $config, string $format, bool $lastFormat): array …
                › foreach ($densities as $density) {    $srcset[] = $this->generateSrcsetItem($image, $config, $density, $descriptorType, $width1x, $format);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/image/src/PictureGenerator.php:61 {
                Contao\Image\PictureGenerator->generate(ImageInterface $image, PictureConfiguration $config, ResizeOptions $options): PictureInterface …
                › foreach ($formats as $index => $format) {    $sources[] = $this->generateSource($image, $sizeItem, $format, $index + 1 === \count($formats));}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/PictureFactory.php:128 {
                Contao\CoreBundle\Image\PictureFactory->create(Contao\Image\ImageInterface|string $path, Contao\Image\PictureConfiguration|array|string|int|null $size = null, ?ResizeOptions $options = null): PictureInterface …
                › 
                › $picture = $this->pictureGenerator->generate($image, $config, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:60 {
                Contao\CoreBundle\Image\Studio\ImageResult->getPicture(): PictureInterface …
                ›     ->pictureFactory()    ->create($this->filePathOrImageInterface, $this->sizeConfiguration, $this->resizeOptions);
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.077+02:00"
        "message" => "User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3184
            #message: "User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/image/src/Picture.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/image/src/Picture.php:48 {
                Contao\Image\Picture->getImg(?string $rootDir = null, string $prefix = ''): array …
                › if (null === $rootDir) {    trigger_deprecation('contao/image', '1.2', 'Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.');}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/ImageResult.php:91 {
                Contao\CoreBundle\Image\Studio\ImageResult->getImageSrc(bool $asPath = false): string …
                › /** @var Image $image */$image = $this->getPicture()->getImg()['src'];}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:238 {
                Contao\CoreBundle\Image\Studio\Figure->getLegacyTemplateData(array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): array …
                › $originalSize = $image->getOriginalDimensions()->getSize();$fileInfoImageSize = (new File($image->getImageSrc(true)))->imageSize;}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Image/Studio/Figure.php:333 {
                Contao\CoreBundle\Image\Studio\Figure->applyLegacyTemplateData(object $template, array|string|null $margin = null, ?string $floating = null, bool $includeFullMetadata = true): void …
                › {    $new = $this->getLegacyTemplateData($margin, $floating, $includeFullMetadata);    $existing = $template instanceof Template ? $template->getData() : get_object_vars($template);
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:215 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \t$figure->applyLegacyTemplateData($objTemplate, null, $objArticle->floating);}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.083+02:00"
        "message" => "Uncaught PHP Exception InvalidArgumentException: "getImage is not set or not a callable" at Template.php line 187"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => InvalidArgumentException {#3125
            #message: "getImage is not set or not a callable"
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Template.php"
            #line: 187
            trace: {
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Template.php:187 {
                Contao\Template->__call($strKey, $arrParams) …
                › {\tthrow new \InvalidArgumentException("$strKey is not set or not a callable");}
              }
              /var/clients/client3/web1384/dls/templates/news_full_og.html5:4 {
                include …
                ›   #Querformatbilder\r  $ogimage = $this->getImage($this->urlEncode($this->singleSRC), 1200, 630 , 'crop');\r}else{\r
                arguments: {
                  $strKey: "getImage"
                  $arrParams: [ …4]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/TemplateInheritance.php:109 {
                Contao\Template->inherit() …
                › {\tinclude $strParent;}
                arguments: {
                  "/var/clients/client3/web1384/dls/templates/news_full_og.html5"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Template.php:325 {
                Contao\Template->parse() …
                › 
                › \treturn $this->inherit();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/classes/FrontendTemplate.php:43 {
                Contao\FrontendTemplate->parse() …
                › {\t$strBuffer = parent::parse();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNews.php:255 {
                Contao\ModuleNews->parseArticle($objArticle, $blnAddArchive = false, $strClass = '', $intCount = 0) …
                › 
                › \treturn $objTemplate->parse();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:168 {
                Contao\ModuleNewsReader->compile() …
                › 
                › $arrArticle = $this->parseArticle($objArticle);$this->Template->articles = $arrArticle;
                arguments: {
                  $objArticle: Contao\NewsModel {#3201 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/modules/Module.php:214 {
                Contao\Module->generate() …
                › 
                › $this->compile();}
              /var/clients/client3/web1384/dls/vendor/contao/news-bundle/contao/modules/ModuleNewsReader.php:72 {
                Contao\ModuleNewsReader->generate() …
                › 
                › \treturn parent::generate();}
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:406 {
                Contao\Controller::getFrontendModule($intId, $strColumn = 'main', array $arrPreloadedContentElements = []) …
                › $objModule = new $strClass($objRow, $strColumn);$strBuffer = $objModule->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/elements/ContentModule.php:59 {
                Contao\ContentModule->generate() …
                › 
                › \treturn Controller::getFrontendModule($objModel, $this->strColumn);}
                arguments: {
                  $intId: Contao\ModuleModel {#3348 …}
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/library/Contao/Controller.php:624 {
                Contao\Controller::getContentElement($intId, $strColumn = 'main') …
                › 
                › $strBuffer = $objElement->generate();}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:306 {
                Contao\PageRegular->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper): array …
                › 
                › \t$arrPreloaded[$intId] = $this->getContentElement($intId, $strColumn);}
                arguments: {
                  $intId: 733
                  $strColumn: "main"
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:146 {
                Contao\PageRegular->prepare($objPage) …
                › $arrPreloadedModules = $this->preloadReaderModules($objPage, $request, $arrModules, $arrMapper);$arrPreloadedContentElements = $this->preloadReaderContentElements($objPage, $request, $arrModules, $arrMapper);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $arrModules: [ …7]
                  $arrMapper: [ …5]
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/pages/PageRegular.php:47 {
                Contao\PageRegular->getResponse($objPage, $blnCheckRequest = false) …
                › {\t$this->prepare($objPage);arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/contao/controllers/FrontendIndex.php:66 {
                Contao\FrontendIndex->renderPage(PageModel $pageModel) …
                › 
                › \treturn $objHandler->getResponse($objPage, true);}
                arguments: {
                  $objPage: Contao\PageModel {#3691 …}
                  $blnCheckRequest: true
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $pageModel: Contao\PageModel {#3691 …}
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Contao\CoreBundle\EventListener\UnwrapTwigExceptionListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Contao\CoreBundle\EventListener\ExceptionConverterListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Contao\CoreBundle\EventListener\ResponseExceptionListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Contao\CoreBundle\EventListener\PrettyErrorScreenListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.149+02:00"
        "message" => "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1786
            #message: "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/twig/twig/src/AbstractTwigCallable.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/AbstractTwigCallable.php:51 {
                Twig\AbstractTwigCallable->__construct(string $name, $callable = null, array $options = []) …
                › 
                › trigger_deprecation('twig/twig', '3.15', 'Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.');}
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/TwigFunction.php:31 {
                Twig\TwigFunction->__construct(string $name, $callable = null, array $options = []) …
                › {    parent::__construct($name, $callable, $options);}
              /var/clients/client3/web1384/dls/vendor/contao/core-bundle/src/Twig/Extension/ContaoExtension.php:187 {
                Contao\CoreBundle\Twig\Extension\ContaoExtension->getFunctions(): array …
                › ),new TwigFunction(    'contao_figure',
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/ExtensionSet.php:476 {
                Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
                › // functionsforeach ($extension->getFunctions() as $function) {    $this->functions[$name = $function->getName()] = $function;
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/ExtensionSet.php:458 {
                Twig\ExtensionSet->initExtensions(): void …
                › foreach ($this->extensions as $extension) {    $this->initExtension($extension);}
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/ExtensionSet.php:249 {
                Twig\ExtensionSet->getFilter(string $name): TwigFilter …
                › if (!$this->initialized) {    $this->initExtensions();}
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/Environment.php:777 {
                Twig\Environment->getFilter(string $name): TwigFilter …
                › {    return $this->extensionSet->getFilter($name);}
              }
              /var/clients/client3/web1384/dls/var/cache/dev/twig/95/95ae2ff25df49c36f567b2eea839e972.php:49 {
                __TwigTemplate_b55c2764acc98f3dd2602b0d09170ad2->doDisplay(array $context, array $blocks = []): iterable …
                › yield "<div id=\"sfwdt";yield $this->env->getFilter('escape')->getCallable()($this->env, (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 1, $this->source); })()), "html", null, true);yield "\" class=\"sf-toolbar sf-display-none\" role=\"region\" aria-label=\"Symfony Web Debug Toolbar\">
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/clients/client3/web1384/dls/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:143 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
                › if (false !== $pos) {    $toolbar = "\n".str_replace("\n", '', $this->twig->render(        '@WebProfiler/Profiler/toolbar_js.html.twig',
              }
              /var/clients/client3/web1384/dls/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:131 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
                › 
                ›     $this->injectToolbar($response, $request, $nonces);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:265 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "numero2\MarketingSuiteBundle\EventListener\KernelResponse\HealthCheckHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "numero2\MarketingSuiteBundle\EventListener\KernelResponse\TestHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\BackendNoindexListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MakeBackendResponseUncacheableListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\TransportSecurityHeaderListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Container0DRHy60\TrustedCookieResponseListenerGhost2528a3a::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Codefog\HasteBundle\EventListener\AjaxReloadListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::disableSymfonyAutoCacheControl"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::makeResponsePrivate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.154+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2977 => [
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\ManagerBundle\Monolog\RequestProcessor::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\RefererIdListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\PageAccessListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\ServiceUnavailableListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\EventListener\UserSessionListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Contao\CoreBundle\Twig\Loader\AutoRefreshTemplateHierarchyListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "MadeYourDay\RockSolidCustomElements\EventListener\AddAssetsListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\TagsBundle\EventSubscriber\KernelRequestSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\StoreLocatorBundle\EventListener\KernelResponse\BackendAssetsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\MarketingSuiteBundle\EventListener\KernelResponse\BackendAssetsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "numero2\TagsBundle\EventSubscriber\KernelRequestSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.085+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.086+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.086+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.086+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.124+02:00"
        "message" => "User Deprecated: Since nelmio/security-bundle 3.4.0: The "Nelmio\SecurityBundle\EventListener\XssProtectionListener" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#301
            #message: "User Deprecated: Since nelmio/security-bundle 3.4.0: The "Nelmio\SecurityBundle\EventListener\XssProtectionListener" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead."
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/nelmio/security-bundle/src/EventListener/XssProtectionListener.php"
            #line: 35
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/nelmio/security-bundle/src/EventListener/XssProtectionListener.php:35 {
                Nelmio\SecurityBundle\EventListener\XssProtectionListener->__construct(bool $enabled, bool $modeBlock, ?string $reportUri = null) …
                › 
                ›     trigger_deprecation('nelmio/security-bundle', '3.4.0', 'The "%s" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead.', __CLASS__);}
              }
              /var/clients/client3/web1384/dls/vendor/nelmio/security-bundle/src/EventListener/XssProtectionListener.php:80 {
                Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(array $config): self …
                › 
                ›     return new self($enabled, $modeBlock, $reportUri);}
              }
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:4051 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::getNelmioSecurity_XssProtectionListenerService($container) …
                › {    return $container->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true, 'mode_block' => true, 'report_uri' => NULL]);}
              }
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:1890 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::Container0DRHy60\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_security.csp_listener', class: 'Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener')] fn () => ($container->privates['nelmio_security.csp_listener'] ?? self::getNelmioSecurity_CspListenerService($container)), 'onKernelResponse'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_security.xss_protection_listener', class: 'Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener')] fn () => ($container->privates['nelmio_security.xss_protection_listener'] ?? self::getNelmioSecurity_XssProtectionListenerService($container)), 'onKernelResponse'], 0);$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [#[\Closure(name: 'scheb_two_factor.security.listener.check_two_factor_code', class: 'Scheb\\TwoFactorBundle\\Security\\Http\\EventListener\\CheckTwoFactorCodeListener')] fn () => ($container->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $container->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService')), 'checkPassport'], 0);
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.133+02:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:3662, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3689
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:3662, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/clients/client3/web1384/dls/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/clients/client3/web1384/dls/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:3662 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/vendor/contao/core-bundle/src/Entity')], false), 'Contao\\CoreBundle\\Entity');}
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:1697 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/clients/client3/web1384/dls/var/cache/dev/Container0DRHy60/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:1688 {
                Container0DRHy60\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer::Container0DRHy60\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostE673a83', static fn () => \EntityManagerGhostE673a83::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                Container0DRHy60\EntityManagerGhostE673a83->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/clients/client3/web1384/dls/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:100 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();$validator = new SchemaValidator($em);
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php:208 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/clients/client3/web1384/dls/web/index.php:42 {
                › 
                › $response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "numero2\MarketingSuiteBundle\EventListener\KernelResponse\HealthCheckHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "numero2\MarketingSuiteBundle\EventListener\KernelResponse\TestHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\BackendNoindexListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MakeBackendResponseUncacheableListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\TransportSecurityHeaderListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Container0DRHy60\TrustedCookieResponseListenerGhost2528a3a::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Codefog\HasteBundle\EventListener\AjaxReloadListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::disableSymfonyAutoCacheControl"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::makeResponsePrivate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.138+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    "" => [
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.160+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.162+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "c3_dls"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.167+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT @@lock_wait_timeout"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.167+02:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET SESSION lock_wait_timeout = 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.168+02:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "LOCK TABLES tl_cron_job WRITE, tl_cron_job AS t0 WRITE, tl_cron_job AS t0_ WRITE"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.169+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET SESSION lock_wait_timeout = ?"
          "params" => [
            1 => 86400
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.173+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Contao\CoreBundle\Cron\Cron::updateMinutelyCliCron"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.176+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.supervise_workers"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.177+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.purge_expired_data::onHourly"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.178+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.purge_opt_in_tokens"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.178+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.purge_preview_links"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.179+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.purge_registrations"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.180+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.purge_temp_folder"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.181+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Terminal42\LeadsBundle\Cron\PurgeCron"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.182+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.183+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao_calendar.cron.generate_feeds"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.183+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Markocupic\ContaoAltchaAntispam\Cron\PurgeExpiredChallengesCron"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.184+02:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.185+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UPDATE tl_cron_job SET lastRun = ? WHERE id = ?"
          "params" => [
            1 => "2026-04-04 15:22:15"
            2 => 30
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.187+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UPDATE tl_cron_job SET lastRun = ? WHERE id = ?"
          "params" => [
            1 => "2026-04-04 15:22:15"
            2 => 31
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.187+02:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.188+02:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UNLOCK TABLES"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.189+02:00"
        "message" => "Executing cron job "Contao\CoreBundle\Cron\Cron::updateMinutelyCliCron""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.189+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Contao\CoreBundle\Cron\Cron::updateMinutelyCliCron"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.190+02:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.191+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UPDATE tl_cron_job SET lastRun = ? WHERE id = ?"
          "params" => [
            1 => "2026-03-08 23:16:59"
            2 => 30
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.192+02:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.193+02:00"
        "message" => "Executing cron job "contao.cron.supervise_workers""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.193+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "contao.cron.supervise_workers"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.194+02:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.194+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UPDATE tl_cron_job SET lastRun = ? WHERE id = ?"
          "params" => [
            1 => "2026-03-08 23:16:59"
            2 => 31
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775308935
        "timestamp_rfc3339" => "2026-04-04T15:22:15.195+02:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    2977 => 0
    "" => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#278 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"dls.c5.bargon.net"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 04 Apr 2026 13:22:15 GMT"
x-cache-debug
"1"
x-debug-exception
"getImage%20is%20not%20set%20or%20not%20a%20callable"
x-debug-exception-file
"%2Fvar%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Fvendor%2Fcontao%2Fcore-bundle%2Fcontao%2Flibrary%2FContao%2FTemplate.php:187"
x-debug-token
"0d4834"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 83
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/clients/client3/web1384/dls/web/index.php"
    "line" => 42
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"0e983bafb126e682ca37af78487836ff64dd9947304d1dc307ed2aa722d86c6b"
DATABASE_URL
"mysql://c3_dls:ic3HHUQdwf!Z4@mysql.ballensiefen.host:3306/c3_dls"
MAILER_DSN
"smtp://dls%40contao-mailer.de:au%25qw8kP9NNp@sslout.de:465?encryption=ssl"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/dls.c5.bargon.net/dls/web"
DOCUMENT_URI
"/index.php//aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/clients/client3/web1384/./home/web1384"
HOSTNAME
""
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dls.c5.bargon.net"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.216"
REMOTE_PORT
"52578"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1775308934
REQUEST_TIME_FLOAT
1775308934.3711
REQUEST_URI
"/aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
SCRIPT_FILENAME
"/var/www/dls.c5.bargon.net/dls/web/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"152.53.237.198"
SERVER_NAME
"dls.c5.bargon.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.28.1"
TEMP
"/var/clients/client3/web1384/tmp"
TMP
"/var/clients/client3/web1384/tmp"
TMPDIR
"/var/clients/client3/web1384/tmp"
USER
"web1384"

Parent Request

Return to parent request (token = b85289)

Key Value
_canonical_route
"tl_page.39"
_contao_response_context
Contao\CoreBundle\Routing\ResponseContext\ResponseContext {#3451
  -services: [
    "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#260 …8}
    "Contao\CoreBundle\Routing\ResponseContext\HtmlHeadBag\HtmlHeadBag" => Contao\CoreBundle\Routing\ResponseContext\HtmlHeadBag\HtmlHeadBag {#3442
      -title: "Hennefer Köpfe"
      -metaDescription: "GENERAL-ANZEIGER vom 01./02. Mai 2019"
      -metaRobots: "index,follow"
      -canonicalUri: "https://dls.c5.bargon.net/aktuelles/presse-detail/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
      -keepParamsForCanonical: []
    }
    "Contao\CoreBundle\Routing\ResponseContext\JsonLd\JsonLdManager" => Contao\CoreBundle\Routing\ResponseContext\JsonLd\JsonLdManager {#3449
      -graphs: [
        "https://schema.org" => Spatie\SchemaOrg\Graph {#3448
          #nodes: [
            "Spatie\SchemaOrg\WebPage" => [
              "default" => Spatie\SchemaOrg\WebPage {#3445
                #properties: []
                #nonce: ""
              }
            ]
          ]
          #hidden: []
          #context: "https://schema.org"
          #nonce: ""
        }
        "https://schema.contao.org" => Spatie\SchemaOrg\Graph {#3450
          #nodes: [
            "Contao\CoreBundle\Routing\ResponseContext\JsonLd\ContaoPageSchema" => [
              "default" => Contao\CoreBundle\Routing\ResponseContext\JsonLd\ContaoPageSchema {#3444
                #properties: [
                  "title" => "Presse Detailseite"
                  "pageId" => 39
                  "noSearch" => false
                  "protected" => false
                  "groups" => []
                  "fePreview" => false
                ]
                #nonce: ""
              }
            ]
          ]
          #hidden: []
          #context: "https://schema.contao.org"
          #nonce: ""
        }
      ]
      -responseContext: Contao\CoreBundle\Routing\ResponseContext\ResponseContext {#3451}
    }
  ]
  -current: [
    "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher" => "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"
    "Symfony\Contracts\EventDispatcher\EventDispatcherInterface" => "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"
    "Psr\EventDispatcher\EventDispatcherInterface" => "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"
    "Symfony\Contracts\Service\ResetInterface" => "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"
    "Symfony\Component\EventDispatcher\EventDispatcherInterface" => "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"
    "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" => "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"
    "Contao\CoreBundle\Routing\ResponseContext\HtmlHeadBag\HtmlHeadBag" => "Contao\CoreBundle\Routing\ResponseContext\HtmlHeadBag\HtmlHeadBag"
    "Contao\CoreBundle\Routing\ResponseContext\JsonLd\JsonLdManager" => "Contao\CoreBundle\Routing\ResponseContext\JsonLd\JsonLdManager"
  ]
  -headerBag: null
}
_controller
"Contao\FrontendIndex::renderPage"
_firewall_context
"security.firewall.map.context.contao_frontend"
_format
"html"
_locale
"de"
_remove_csp_headers
true
_route
"tl_page.39"
_route_object
Contao\CoreBundle\Routing\Page\PageRoute {#3680
  -path: "/aktuelles/presse-detail{!parameters}"
  -host: ""
  -schemes: [
    "https"
  ]
  -methods: []
  -defaults: [
    "_controller" => "Contao\FrontendIndex::renderPage"
    "_scope" => "frontend"
    "_locale" => "de"
    "_format" => "html"
    "_canonical_route" => "tl_page.39"
    "parameters" => ""
    "pageModel" => Contao\PageModel {#3691
      #arrData: [
        "id" => 39
        "pid" => 38
        "sorting" => 128
        "tstamp" => 1482233139
        "title" => "Presse Detail"
        "alias" => "aktuelles/presse-detail"
        "type" => "regular"
        "pageTitle" => "Presse Detailseite"
        "language" => "de"
        "robots" => "index,follow"
        "description" => null
        "redirect" => "permanent"
        "jumpTo" => 0
        "url" => ""
        "target" => false
        "dns" => ""
        "staticFiles" => ""
        "staticPlugins" => ""
        "fallback" => false
        "adminEmail" => "dls@contao-mailer.de"
        "dateFormat" => "d.m.Y"
        "timeFormat" => "H:i"
        "datimFormat" => "d.m.Y H:i"
        "useSSL" => false
        "autoforward" => false
        "protected" => false
        "groups" => []
        "includeLayout" => false
        "layout" => 9
        "includeCache" => false
        "cache" => 0
        "includeChmod" => false
        "cuser" => 0
        "cgroup" => 0
        "chmod" => "a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}"
        "noSearch" => false
        "cssClass" => "ohne-kopfbild"
        "sitemap" => "map_default"
        "hide" => true
        "guests" => false
        "tabindex" => 0
        "accesskey" => ""
        "published" => true
        "start" => ""
        "stop" => ""
        "clientCache" => 1800
        "redirectBack" => false
        "enforceTwoFactor" => false
        "requireItem" => false
        "alwaysLoadFromCache" => false
        "validAliasCharacters" => ""
        "robotsTxt" => null
        "favicon" => null
        "twoFactorJumpTo" => 0
        "cms_mi_reset" => 0
        "cms_root_sign" => null
        "cms_root_data" => null
        "cms_root_key" => null
        "cms_exclude_health_check" => "0"
        "cms_root_license" => ""
        "cms_mi_views" => 0
        "subpageLayout" => 0
        "urlSuffix" => ""
        "urlPrefix" => ""
        "useFolderUrl" => false
        "canonicalKeepParams" => ""
        "canonicalLink" => ""
        "enableCanonical" => true
        "mailerTransport" => ""
        "maintenanceMode" => false
        "routePriority" => 0
        "disableLanguageRedirect" => false
        "catalogRoutingTable" => ""
        "catalogMasterTable" => ""
        "catalogChangeLanguageTable" => ""
        "catalogRouting" => ""
        "catalogSetAutoItem" => ""
        "catalogRoutingParameter" => null
        "catalogUseRouting" => ""
        "catalogUseChangeLanguage" => ""
        "catalogShowInBreadcrumb" => ""
        "catalogUseMaster" => ""
        "dls_categories" => null
        "alwaysForward" => false
        "enableCsp" => false
        "csp" => null
        "cspReportOnly" => false
        "cspReportLog" => false
        "newsArchives" => null
        "feedFormat" => "rss"
        "feedSource" => "source_teaser"
        "maxFeedItems" => 25
        "feedFeatured" => "all_items"
        "feedDescription" => null
        "imgSize" => ""
        "mainAlias" => "aktuelles"
        "mainTitle" => "Aktuelles"
        "mainPageTitle" => "Aktuelles"
        "parentAlias" => "aktuelles"
        "parentTitle" => "Aktuelles"
        "parentPageTitle" => "Aktuelles"
        "folderUrl" => "aktuelles/"
        "rootId" => 1
        "rootAlias" => "dls-vollkorn-muehlenbaeckerei-gmbh"
        "rootTitle" => "DLS Vollkorn-Mühlenbäckerei GmbH"
        "rootPageTitle" => "DLS Vollkorn-Mühlenbäckerei GmbH"
        "rootSorting" => 128
        "domain" => ""
        "rootLanguage" => "de"
        "rootIsPublic" => true
        "rootIsFallback" => true
        "rootUseSSL" => true
        "rootFallbackLanguage" => "de"
        "trail" => [
          1
          38
          39
        ]
        "isPublic" => true
        "hasJQuery" => true
        "hasMooTools" => false
        "layoutId" => 9
        "template" => "fe_page"
        "templateGroup" => ""
        "minifyMarkup" => false
      ]
      #arrModified: [
        "groups" => null
        "clientCache" => 0
        "layout" => 0
        "language" => ""
        "adminEmail" => ""
        "enableCanonical" => false
        "csp" => null
        "dateFormat" => ""
        "timeFormat" => ""
        "datimFormat" => ""
        "hasJQuery" => null
        "hasMooTools" => null
        "layoutId" => null
        "template" => null
        "templateGroup" => null
        "minifyMarkup" => null
      ]
      #arrRelations: [
        "jumpTo" => [
          "table" => "tl_page"
          "field" => "id"
          "type" => "hasOne"
          "load" => "lazy"
        ]
        "groups" => [
          "table" => "tl_member_group"
          "field" => "id"
          "type" => "hasMany"
          "load" => "lazy"
        ]
        "layout" => [
          "table" => "tl_layout"
          "field" => "id"
          "type" => "hasOne"
          "load" => "lazy"
        ]
        "subpageLayout" => [
          "table" => "tl_layout"
          "field" => "id"
          "type" => "hasOne"
          "load" => "lazy"
        ]
        "cuser" => [
          "table" => "tl_user"
          "field" => "id"
          "type" => "hasOne"
          "load" => "lazy"
        ]
        "cgroup" => [
          "table" => "tl_user_group"
          "field" => "id"
          "type" => "hasOne"
          "load" => "lazy"
        ]
        "twoFactorJumpTo" => [
          "table" => "tl_page"
          "field" => "id"
          "type" => "hasOne"
          "load" => "lazy"
        ]
      ]
      #arrRelated: []
      #arrEnums: []
      #blnPreventSaving: true
      #blnDetailsLoaded: true
    }
  ]
  -requirements: [
    "parameters" => "(/.+?)?"
  ]
  -options: [
    "compiler_class" => "Contao\CoreBundle\Routing\Page\PageRouteCompiler"
    "utf8" => true
  ]
  -condition: ""
  -compiled: Symfony\Component\Routing\CompiledRoute {#3697 …}
  -pageModel: Contao\PageModel {#3691}
  -routeKey: "tl_page.39"
  -urlPrefix: ""
  -urlSuffix: ""
  -content: null
}
_route_params
[
  "_scope" => "frontend"
  "_locale" => "de"
  "_format" => "html"
  "_canonical_route" => "tl_page.39"
  "parameters" => "/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
  "pageModel" => Contao\PageModel {#3691
    #arrData: [
      "id" => 39
      "pid" => 38
      "sorting" => 128
      "tstamp" => 1482233139
      "title" => "Presse Detail"
      "alias" => "aktuelles/presse-detail"
      "type" => "regular"
      "pageTitle" => "Presse Detailseite"
      "language" => "de"
      "robots" => "index,follow"
      "description" => null
      "redirect" => "permanent"
      "jumpTo" => 0
      "url" => ""
      "target" => false
      "dns" => ""
      "staticFiles" => ""
      "staticPlugins" => ""
      "fallback" => false
      "adminEmail" => "dls@contao-mailer.de"
      "dateFormat" => "d.m.Y"
      "timeFormat" => "H:i"
      "datimFormat" => "d.m.Y H:i"
      "useSSL" => false
      "autoforward" => false
      "protected" => false
      "groups" => []
      "includeLayout" => false
      "layout" => 9
      "includeCache" => false
      "cache" => 0
      "includeChmod" => false
      "cuser" => 0
      "cgroup" => 0
      "chmod" => "a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}"
      "noSearch" => false
      "cssClass" => "ohne-kopfbild"
      "sitemap" => "map_default"
      "hide" => true
      "guests" => false
      "tabindex" => 0
      "accesskey" => ""
      "published" => true
      "start" => ""
      "stop" => ""
      "clientCache" => 1800
      "redirectBack" => false
      "enforceTwoFactor" => false
      "requireItem" => false
      "alwaysLoadFromCache" => false
      "validAliasCharacters" => ""
      "robotsTxt" => null
      "favicon" => null
      "twoFactorJumpTo" => 0
      "cms_mi_reset" => 0
      "cms_root_sign" => null
      "cms_root_data" => null
      "cms_root_key" => null
      "cms_exclude_health_check" => "0"
      "cms_root_license" => ""
      "cms_mi_views" => 0
      "subpageLayout" => 0
      "urlSuffix" => ""
      "urlPrefix" => ""
      "useFolderUrl" => false
      "canonicalKeepParams" => ""
      "canonicalLink" => ""
      "enableCanonical" => true
      "mailerTransport" => ""
      "maintenanceMode" => false
      "routePriority" => 0
      "disableLanguageRedirect" => false
      "catalogRoutingTable" => ""
      "catalogMasterTable" => ""
      "catalogChangeLanguageTable" => ""
      "catalogRouting" => ""
      "catalogSetAutoItem" => ""
      "catalogRoutingParameter" => null
      "catalogUseRouting" => ""
      "catalogUseChangeLanguage" => ""
      "catalogShowInBreadcrumb" => ""
      "catalogUseMaster" => ""
      "dls_categories" => null
      "alwaysForward" => false
      "enableCsp" => false
      "csp" => null
      "cspReportOnly" => false
      "cspReportLog" => false
      "newsArchives" => null
      "feedFormat" => "rss"
      "feedSource" => "source_teaser"
      "maxFeedItems" => 25
      "feedFeatured" => "all_items"
      "feedDescription" => null
      "imgSize" => ""
      "mainAlias" => "aktuelles"
      "mainTitle" => "Aktuelles"
      "mainPageTitle" => "Aktuelles"
      "parentAlias" => "aktuelles"
      "parentTitle" => "Aktuelles"
      "parentPageTitle" => "Aktuelles"
      "folderUrl" => "aktuelles/"
      "rootId" => 1
      "rootAlias" => "dls-vollkorn-muehlenbaeckerei-gmbh"
      "rootTitle" => "DLS Vollkorn-Mühlenbäckerei GmbH"
      "rootPageTitle" => "DLS Vollkorn-Mühlenbäckerei GmbH"
      "rootSorting" => 128
      "domain" => ""
      "rootLanguage" => "de"
      "rootIsPublic" => true
      "rootIsFallback" => true
      "rootUseSSL" => true
      "rootFallbackLanguage" => "de"
      "trail" => [
        1
        38
        39
      ]
      "isPublic" => true
      "hasJQuery" => true
      "hasMooTools" => false
      "layoutId" => 9
      "template" => "fe_page"
      "templateGroup" => ""
      "minifyMarkup" => false
    ]
    #arrModified: [
      "groups" => null
      "clientCache" => 0
      "layout" => 0
      "language" => ""
      "adminEmail" => ""
      "enableCanonical" => false
      "csp" => null
      "dateFormat" => ""
      "timeFormat" => ""
      "datimFormat" => ""
      "hasJQuery" => null
      "hasMooTools" => null
      "layoutId" => null
      "template" => null
      "templateGroup" => null
      "minifyMarkup" => null
    ]
    #arrRelations: [
      "jumpTo" => [
        "table" => "tl_page"
        "field" => "id"
        "type" => "hasOne"
        "load" => "lazy"
      ]
      "groups" => [
        "table" => "tl_member_group"
        "field" => "id"
        "type" => "hasMany"
        "load" => "lazy"
      ]
      "layout" => [
        "table" => "tl_layout"
        "field" => "id"
        "type" => "hasOne"
        "load" => "lazy"
      ]
      "subpageLayout" => [
        "table" => "tl_layout"
        "field" => "id"
        "type" => "hasOne"
        "load" => "lazy"
      ]
      "cuser" => [
        "table" => "tl_user"
        "field" => "id"
        "type" => "hasOne"
        "load" => "lazy"
      ]
      "cgroup" => [
        "table" => "tl_user_group"
        "field" => "id"
        "type" => "hasOne"
        "load" => "lazy"
      ]
      "twoFactorJumpTo" => [
        "table" => "tl_page"
        "field" => "id"
        "type" => "hasOne"
        "load" => "lazy"
      ]
    ]
    #arrRelated: []
    #arrEnums: []
    #blnPreventSaving: true
    #blnDetailsLoaded: true
  }
  "_route_object" => Contao\CoreBundle\Routing\Page\PageRoute {#3680
    -path: "/aktuelles/presse-detail{!parameters}"
    -host: ""
    -schemes: [
      "https"
    ]
    -methods: []
    -defaults: [
      "_controller" => "Contao\FrontendIndex::renderPage"
      "_scope" => "frontend"
      "_locale" => "de"
      "_format" => "html"
      "_canonical_route" => "tl_page.39"
      "parameters" => ""
      "pageModel" => Contao\PageModel {#3691}
    ]
    -requirements: [
      "parameters" => "(/.+?)?"
    ]
    -options: [
      "compiler_class" => "Contao\CoreBundle\Routing\Page\PageRouteCompiler"
      "utf8" => true
    ]
    -condition: ""
    -compiled: Symfony\Component\Routing\CompiledRoute {#3697 …}
    -pageModel: Contao\PageModel {#3691}
    -routeKey: "tl_page.39"
    -urlPrefix: ""
    -urlSuffix: ""
    -content: null
  }
]
_scope
"frontend"
_security_firewall_run
"_security_contao_frontend"
_stopwatch_token
"674e14"
auto_item
"hennefer-koepfe-die-welt-ein-bisschen-besser-machen"
pageModel
Contao\PageModel {#3691
  #arrData: [
    "id" => 39
    "pid" => 38
    "sorting" => 128
    "tstamp" => 1482233139
    "title" => "Presse Detail"
    "alias" => "aktuelles/presse-detail"
    "type" => "regular"
    "pageTitle" => "Presse Detailseite"
    "language" => "de"
    "robots" => "index,follow"
    "description" => null
    "redirect" => "permanent"
    "jumpTo" => 0
    "url" => ""
    "target" => false
    "dns" => ""
    "staticFiles" => ""
    "staticPlugins" => ""
    "fallback" => false
    "adminEmail" => "dls@contao-mailer.de"
    "dateFormat" => "d.m.Y"
    "timeFormat" => "H:i"
    "datimFormat" => "d.m.Y H:i"
    "useSSL" => false
    "autoforward" => false
    "protected" => false
    "groups" => []
    "includeLayout" => false
    "layout" => 9
    "includeCache" => false
    "cache" => 0
    "includeChmod" => false
    "cuser" => 0
    "cgroup" => 0
    "chmod" => "a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}"
    "noSearch" => false
    "cssClass" => "ohne-kopfbild"
    "sitemap" => "map_default"
    "hide" => true
    "guests" => false
    "tabindex" => 0
    "accesskey" => ""
    "published" => true
    "start" => ""
    "stop" => ""
    "clientCache" => 1800
    "redirectBack" => false
    "enforceTwoFactor" => false
    "requireItem" => false
    "alwaysLoadFromCache" => false
    "validAliasCharacters" => ""
    "robotsTxt" => null
    "favicon" => null
    "twoFactorJumpTo" => 0
    "cms_mi_reset" => 0
    "cms_root_sign" => null
    "cms_root_data" => null
    "cms_root_key" => null
    "cms_exclude_health_check" => "0"
    "cms_root_license" => ""
    "cms_mi_views" => 0
    "subpageLayout" => 0
    "urlSuffix" => ""
    "urlPrefix" => ""
    "useFolderUrl" => false
    "canonicalKeepParams" => ""
    "canonicalLink" => ""
    "enableCanonical" => true
    "mailerTransport" => ""
    "maintenanceMode" => false
    "routePriority" => 0
    "disableLanguageRedirect" => false
    "catalogRoutingTable" => ""
    "catalogMasterTable" => ""
    "catalogChangeLanguageTable" => ""
    "catalogRouting" => ""
    "catalogSetAutoItem" => ""
    "catalogRoutingParameter" => null
    "catalogUseRouting" => ""
    "catalogUseChangeLanguage" => ""
    "catalogShowInBreadcrumb" => ""
    "catalogUseMaster" => ""
    "dls_categories" => null
    "alwaysForward" => false
    "enableCsp" => false
    "csp" => null
    "cspReportOnly" => false
    "cspReportLog" => false
    "newsArchives" => null
    "feedFormat" => "rss"
    "feedSource" => "source_teaser"
    "maxFeedItems" => 25
    "feedFeatured" => "all_items"
    "feedDescription" => null
    "imgSize" => ""
    "mainAlias" => "aktuelles"
    "mainTitle" => "Aktuelles"
    "mainPageTitle" => "Aktuelles"
    "parentAlias" => "aktuelles"
    "parentTitle" => "Aktuelles"
    "parentPageTitle" => "Aktuelles"
    "folderUrl" => "aktuelles/"
    "rootId" => 1
    "rootAlias" => "dls-vollkorn-muehlenbaeckerei-gmbh"
    "rootTitle" => "DLS Vollkorn-Mühlenbäckerei GmbH"
    "rootPageTitle" => "DLS Vollkorn-Mühlenbäckerei GmbH"
    "rootSorting" => 128
    "domain" => ""
    "rootLanguage" => "de"
    "rootIsPublic" => true
    "rootIsFallback" => true
    "rootUseSSL" => true
    "rootFallbackLanguage" => "de"
    "trail" => [
      1
      38
      39
    ]
    "isPublic" => true
    "hasJQuery" => true
    "hasMooTools" => false
    "layoutId" => 9
    "template" => "fe_page"
    "templateGroup" => ""
    "minifyMarkup" => false
  ]
  #arrModified: [
    "groups" => null
    "clientCache" => 0
    "layout" => 0
    "language" => ""
    "adminEmail" => ""
    "enableCanonical" => false
    "csp" => null
    "dateFormat" => ""
    "timeFormat" => ""
    "datimFormat" => ""
    "hasJQuery" => null
    "hasMooTools" => null
    "layoutId" => null
    "template" => null
    "templateGroup" => null
    "minifyMarkup" => null
  ]
  #arrRelations: [
    "jumpTo" => [
      "table" => "tl_page"
      "field" => "id"
      "type" => "hasOne"
      "load" => "lazy"
    ]
    "groups" => [
      "table" => "tl_member_group"
      "field" => "id"
      "type" => "hasMany"
      "load" => "lazy"
    ]
    "layout" => [
      "table" => "tl_layout"
      "field" => "id"
      "type" => "hasOne"
      "load" => "lazy"
    ]
    "subpageLayout" => [
      "table" => "tl_layout"
      "field" => "id"
      "type" => "hasOne"
      "load" => "lazy"
    ]
    "cuser" => [
      "table" => "tl_user"
      "field" => "id"
      "type" => "hasOne"
      "load" => "lazy"
    ]
    "cgroup" => [
      "table" => "tl_user_group"
      "field" => "id"
      "type" => "hasOne"
      "load" => "lazy"
    ]
    "twoFactorJumpTo" => [
      "table" => "tl_page"
      "field" => "id"
      "type" => "hasOne"
      "load" => "lazy"
    ]
  ]
  #arrRelated: []
  #arrEnums: []
  #blnPreventSaving: true
  #blnDetailsLoaded: true
}
parameters
"/hennefer-koepfe-die-welt-ein-bisschen-besser-machen"