| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#279
-records: [
2 => [
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.618+02:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/aktuelles/dls-fuer-zuhause/details/selbstbildnis-der-demeter-baecker/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.670+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.677+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.679+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.681+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.682+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.685+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.744+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.757+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.796+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.798+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 {#954
#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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.798+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.827+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.827+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.827+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.829+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.829+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.829+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.831+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.831+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.833+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.833+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.835+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.835+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.836+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.836+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.836+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.836+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.836+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.836+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SHOW FULL COLUMNS FROM ctlg_category"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.838+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SHOW INDEXES FROM `ctlg_category`"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.839+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.840+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM ctlg_category ORDER BY title DESC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.841+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.842+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.842+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.842+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.842+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.842+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.844+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.845+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.921+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.925+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.928+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.966+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.971+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.973+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/dls-fuer-zuhause/details/selbstbildnis-der-demeter-baecker"
2 => "aktuelles/dls-fuer-zuhause/details"
3 => "aktuelles/dls-fuer-zuhause"
4 => "aktuelles"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.975+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.`id`=? LIMIT 0,1"
"params" => [
1 => 47
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.977+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.978+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.980+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" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.981+02:00"
"message" => "Router Symfony\Cmf\Component\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.982+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/dls-fuer-zuhause/details/selbstbildnis-der-demeter-baecker"
2 => "aktuelles/dls-fuer-zuhause/details"
3 => "aktuelles/dls-fuer-zuhause"
4 => "aktuelles"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314202
"timestamp_rfc3339" => "2026-04-04T16:50:02.984+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "tl_page.67"
"route_parameters" => [
"_controller" => "Contao\FrontendIndex::renderPage"
"_scope" => "frontend"
"_locale" => "de"
"_format" => "html"
"_canonical_route" => "tl_page.67"
"parameters" => "/selbstbildnis-der-demeter-baecker"
"pageModel" => Contao\PageModel {#3696 …}
"_route" => "tl_page.67"
"_route_object" => Contao\CoreBundle\Routing\Page\PageRoute {#3676
-path: "/aktuelles/dls-fuer-zuhause/details{!parameters}"
-host: ""
-schemes: [
"https"
]
-methods: []
-defaults: [
"_controller" => "Contao\FrontendIndex::renderPage"
"_scope" => "frontend"
"_locale" => "de"
"_format" => "html"
"_canonical_route" => "tl_page.67"
"parameters" => ""
"pageModel" => Contao\PageModel {#3696 …}
]
-requirements: [
"parameters" => "(/.+?)?"
]
-options: [
"compiler_class" => "Contao\CoreBundle\Routing\Page\PageRouteCompiler"
"utf8" => true
]
-condition: ""
-compiled: Symfony\Component\Routing\CompiledRoute {#3697 …}
-pageModel: Contao\PageModel {#3696 …}
-routeKey: "tl_page.67"
-urlPrefix: ""
-urlSuffix: ""
-content: null
}
]
"request_uri" => "https://dls.c5.bargon.net/aktuelles/dls-fuer-zuhause/details/selbstbildnis-der-demeter-baecker"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.006+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "contao_frontend"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.006+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.006+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.006+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.006+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.010+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.011+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT templates FROM tl_theme WHERE templates != ''"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.096+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.097+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.099+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.099+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.099+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.190+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.191+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.237+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.242+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.245+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.247+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.251+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.252+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.254+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.258+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.265+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<=1775314200) AND (tl_content.stop='' OR tl_content.stop>1775314200) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1775314200) AND (tl_article.stop='' OR tl_article.stop>1775314200) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting"
"params" => [
1 => "module"
2 => "tl_article"
3 => 67
4 => "main"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.269+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 => 805
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.272+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 => 69
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.277+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 {#3277
#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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.280+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.323+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.325+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.327+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.329+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.330+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(3) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '3')"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.332+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(3) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1775314200) AND (tl_news.stop='' OR tl_news.stop>1775314200) LIMIT 0,1"
"params" => [
1 => "selbstbildnis-der-demeter-baecker"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.347+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.348+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.355+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.357+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 => 3
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.373+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.375+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 => "16062f64422911e884e10cc47a76f45e"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.418+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.420+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.421+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 => "7"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.422+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 {#3356
#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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.423+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 => 7
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.424+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 {#3121
#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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.424+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 {#3179
#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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.426+02:00"
"message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/3/Img12091-db06a25b.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 {#3425
#message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/3/Img12091-db06a25b.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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.426+02:00"
"message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/1/Img12091-973a326e.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 {#3188
#message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/1/Img12091-973a326e.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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.427+02:00"
"message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/8/Img12091-56bfd22d.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 {#3250
#message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/8/Img12091-56bfd22d.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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.428+02:00"
"message" => "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/3/Img12091-db06a25b.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 {#3222
#message: "User Deprecated: Since contao/image 1.2: Reusing old cached images like "/var/clients/client3/web1384/dls/assets/images/3/Img12091-db06a25b.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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.429+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 {#3105
#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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.441+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 {#3065
#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:7 {
include …
› #Hochformatbilder\r
› $ogimage = $this->getImage($this->urlEncode($this->singleSRC), 630, 0 , 'proportional');\r
› }\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 {#3340 …}
}
}
/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 {#3275 …}
$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: 805
$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 {#3696 …}
$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 {#3696 …}
}
}
/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 {#3696 …}
$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 {#3696 …}
}
}
/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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.542+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 {#1787
#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 …
› // functions
› foreach ($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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.548+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container0DRHy60\TrustedCookieResponseListenerGhost2528a3a::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.549+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"
]
]
2969 => [
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.446+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.447+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.448+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.448+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.448+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.496+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.520+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 {#3682
#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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container0DRHy60\TrustedCookieResponseListenerGhost2528a3a::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.527+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.528+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.557+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.558+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.563+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT @@lock_wait_timeout"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.565+02:00"
"message" => "Executing statement: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET SESSION lock_wait_timeout = 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.565+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.566+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.571+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.575+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.576+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.577+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.578+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.579+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.580+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.581+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.582+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.583+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.584+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.585+02:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.586+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 16:50:03"
2 => 30
]
"types" => [
1 => 2
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.587+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 16:50:03"
2 => 31
]
"types" => [
1 => 2
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.589+02:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.589+02:00"
"message" => "Executing statement: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UNLOCK TABLES"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.590+02:00"
"message" => "Executing cron job "Contao\CoreBundle\Cron\Cron::updateMinutelyCliCron""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.590+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.591+02:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.592+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 16:34:59"
2 => 30
]
"types" => [
1 => 2
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.593+02:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.594+02:00"
"message" => "Executing cron job "contao.cron.supervise_workers""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.594+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" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.595+02:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.596+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 16:34:59"
2 => 31
]
"types" => [
1 => 2
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775314203
"timestamp_rfc3339" => "2026-04-04T16:50:03.597+02:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
]
]
-errorCount: [
2 => 1
2969 => 0
"" => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#278 …}
} |