| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#392
-records: [
"" => [
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.376+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.system.configuration.get"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration"
]
"channel" => "event"
]
]
2 => [
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.402+02:00"
"message" => "User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:61 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#426
#message: "User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:61 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)"
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:61 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
›
› Deprecation::trigger(
› 'doctrine/dbal',
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/dbal/src/Connection.php:421 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
›
› return $this->_driver->createDatabasePlatformForVersion($version);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:185 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
› try {
› return $connection->getDatabasePlatform();
› } catch (DriverException $driverException) {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:163 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! empty($mappingTypes)) {
› $platform = $this->getDatabasePlatform($connection);
› foreach ($mappingTypes as $dbType => $doctrineType) {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1534 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => $container->getEnv('DB_HOST'), 'port' => $container->getEnv('DB_PORT'), 'user' => $container->getEnv('DB_USER'), 'password' => $container->getEnv('DB_PASS'), 'dbname' => $container->getEnv('DB_NAME'), 'idle_connection_ttl' => 600, 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'serverVersion' => $container->getEnv('DB_VERS'), 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'doctrine.orm.messenger.doctrine_schema_listener' => ['privates', 'doctrine.orm.messenger.doctrine_schema_listener', 'getDoctrine_Orm_Messenger_DoctrineSchemaListenerService', true],
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1369 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getLockFactoryService($container) …
› {
› $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1107 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getStaticPageGeneratorService($container) …
› }
› $b = ($container->services['Symfony\\Component\\Lock\\LockFactory'] ?? self::getLockFactoryService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:2464 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getStaticPageGeneratorListenerService($container) …
› {
› $a = ($container->services['Pimcore\\Document\\StaticPageGenerator'] ?? self::getStaticPageGeneratorService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1712 {
ContainerMdk9kx0\App_KernelDevDebugContainer::ContainerMdk9kx0\{closure} …
› $instance->addListener('pimcore.document.postUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onPostAddUpdateDeleteDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelRequest'], 510);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelResponse'], -120);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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';
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.498+02:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_domain_44e0909fdadc81fe2891b247004debc6"
]
"channel" => "cache"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.526+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "UTF8MB4"
"host" => "localhost"
"port" => "3306"
"user" => "attika.a4interactive"
"password" => "<redacted>"
"dbname" => "attika.a4interactive"
"idle_connection_ttl" => 600
"driverOptions" => [
1002 => "SET sql_mode = '';"
]
"serverVersion" => "5.5.5-10.3.39-MariaDB"
"defaultTableOptions" => [
"charset" => "UTF8MB4"
"engine" => "InnoDB"
"collate" => "utf8mb4_general_ci"
]
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.532+02:00"
"message" => "Executing statement: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET SESSION innodb_strict_mode = 0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.533+02:00"
"message" => "InnodbStrictModeMiddleware: innodb_strict_mode set to 0"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.537+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.552+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = 12 AND priority = 99 ORDER BY `priority` DESC
"""
"params" => [
1 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
2 => "path"
3 => "auto_create"
4 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
5 => "path_query"
6 => "https://at.attika.a4interactive.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.557+02:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "system_route_redirect"
]
"channel" => "cache"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.622+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM tmp_store WHERE id = ?"
"params" => [
1 => "maintenance_mode"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.675+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "fachportal-product"
"route_parameters" => [
"_route" => "fachportal-product"
"section" => "zeichnungen"
"_controller" => "App\Controller\FachportalController::fachportalProduct"
"_locale" => "en"
"path" => "downloads"
"categoryTitle" => "kamine"
"categoryId" => "58"
"familyTitle" => "visio"
"familyId" => "284"
"productTitle" => "visio-31"
"productId" => "276"
]
"request_uri" => "https://at.attika.a4interactive.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.675+02:00"
"message" => "Resolved pimcore context for path {path} to {context}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"path" => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
"context" => "default"
]
"channel" => "app"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.688+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276/"
2 => "zeichnungen"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.688+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.690+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"params" => [
1 => "/at.attika.ch/%"
2 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.691+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58/visio-f284/"
2 => "visio-31-p276"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.692+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.692+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"params" => [
1 => "/at.attika.ch/%"
2 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.693+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58/"
2 => "visio-f284"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.693+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58/visio-f284"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.693+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"params" => [
1 => "/at.attika.ch/%"
2 => "/en/downloads/kamine-c58/visio-f284"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.694+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/at.attika.ch/en/downloads/"
2 => "kamine-c58"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.694+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/at.attika.ch/en/downloads/kamine-c58"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.695+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"params" => [
1 => "/at.attika.ch/%"
2 => "/en/downloads/kamine-c58"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.695+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/at.attika.ch/en/"
2 => "downloads"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.695+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/at.attika.ch/en/downloads"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.696+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"params" => [
1 => "/at.attika.ch/%"
2 => "/en/downloads"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.696+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/at.attika.ch/"
2 => "en"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.697+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/at.attika.ch/en"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.697+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"params" => [
1 => "/at.attika.ch/%"
2 => "/en"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.697+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/"
2 => "at.attika.ch"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.702+02:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_11"
]
"channel" => "cache"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.707+02:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_11"
]
"channel" => "cache"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.749+02:00"
"message" => "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Model\DataObject\User" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2013
#message: "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Model\DataObject\User" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/error-handler/DebugClassLoader.php:341 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/pimcore/pimcore/lib/Security/User/ObjectUserProvider.php:65 {
Pimcore\Security\User\ObjectUserProvider->setClassName(string $className): void …
›
› if (!class_exists($className)) {
› throw new InvalidArgumentException(sprintf('User class %s does not exist', $className));
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/pimcore/pimcore/lib/Security/User/ObjectUserProvider.php:54 {
Pimcore\Security\User\ObjectUserProvider->__construct(string $className, string $usernameField = 'username') …
› {
› $this->setClassName($className);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getSecurity_Authenticator_FormLogin_MainService.php:51 {
ContainerMdk9kx0\getSecurity_Authenticator_FormLogin_MainService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['main.security.user_provider'] ??= new \Pimcore\Security\User\ObjectUserProvider('App\\Model\\DataObject\\User', 'username')), $c, $d, ['login_path' => 'app_login', 'check_path' => 'app_login', 'enable_csrf' => true, 'csrf_parameter' => '_csrf_token', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_token_id' => 'authenticate', 'post_only' => true, 'form_only' => false]);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getSecurity_Firewall_Map_Context_MainService.php:32 {
ContainerMdk9kx0\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› }
› $b = ($container->privates['security.authenticator.form_login.main'] ?? $container->load('getSecurity_Authenticator_FormLogin_MainService'));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/dependency-injection/Container.php:404 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/security-bundle/Security/FirewallMap.php:75 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/security-bundle/Security/FirewallMap.php:49 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/security-bundle/EventListener/FirewallListener.php:48 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.918+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.918+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.918+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.918+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.919+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.923+02:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.923+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.923+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.923+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.923+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.924+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.972+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.972+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.972+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.973+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.973+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" => 1785299408
"timestamp_rfc3339" => "2026-07-29T06:30:08.973+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.004+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.004+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.004+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.004+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerMdk9kx0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.004+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.014+02:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2216
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_CachedReaderService.php:23 {
ContainerMdk9kx0\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3986 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3142 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:941 {
ContainerMdk9kx0\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3353 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1600 {
ContainerMdk9kx0\App_KernelDevDebugContainer::ContainerMdk9kx0\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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';
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.018+02:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2229
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_ReaderService.php:23 {
ContainerMdk9kx0\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_CachedReaderService.php:25 {
ContainerMdk9kx0\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3986 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3142 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:941 {
ContainerMdk9kx0\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3353 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1600 {
ContainerMdk9kx0\App_KernelDevDebugContainer::ContainerMdk9kx0\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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';
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.029+02:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2247
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_CacheAdapterService.php:23 {
ContainerMdk9kx0\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getAnnotations_CachedReaderService.php:25 {
ContainerMdk9kx0\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3986 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3142 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:941 {
ContainerMdk9kx0\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3353 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1600 {
ContainerMdk9kx0\App_KernelDevDebugContainer::ContainerMdk9kx0\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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';
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.030+02:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2244
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3986 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3142 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:941 {
ContainerMdk9kx0\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3353 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:1600 {
ContainerMdk9kx0\App_KernelDevDebugContainer::ContainerMdk9kx0\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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';
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.047+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.048+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.049+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = 12 ORDER BY `priority` DESC
"""
"params" => [
1 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
2 => "path"
3 => "auto_create"
4 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
5 => "path_query"
6 => "https://at.attika.a4interactive.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.064+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Not found" at FachportalController.php line 626"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2186
#message: "Not found"
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/src/Controller/FachportalController.php"
#line: 626
-statusCode: 404
-headers: []
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/src/Controller/FachportalController.php:626 {
App\Controller\FachportalController->fachportalProduct(Request $request, TranslatorInterface $translator, Document $document) …
› if ($documentLanguage != $locale) {
› throw new NotFoundHttpException('Not found');
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$translator: Pimcore\Translation\Translator {#113 …}
$document: Pimcore\Model\Document\Page {#1802
#dao: null
#dependencies: null
#__dataVersionTimestamp: 1739528128
#path: "/"
#properties: [
"accountLogin" => Pimcore\Model\Property {#1904
#dao: null
#name: "accountLogin"
#data: "1135"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "accountLogin"
data: "1135"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"accountProfile" => Pimcore\Model\Property {#1716
#dao: null
#name: "accountProfile"
#data: "1164"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "accountProfile"
data: "1164"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"accountRegisterFachhaendlerConfirmation" => Pimcore\Model\Property {#1685
#dao: null
#name: "accountRegisterFachhaendlerConfirmation"
#data: "1163"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "accountRegisterFachhaendlerConfirmation"
data: "1163"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"accountRegisterUserConfirmation" => Pimcore\Model\Property {#1707
#dao: null
#name: "accountRegisterUserConfirmation"
#data: "1169"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "accountRegisterUserConfirmation"
data: "1169"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"country" => Pimcore\Model\Property {#1738
#dao: null
#name: "country"
#data: "at"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "country"
data: "at"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"domain" => Pimcore\Model\Property {#1745
#dao: null
#name: "domain"
#data: "https://at.attika.a4interactive.ch"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "domain"
data: "https://at.attika.a4interactive.ch"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"fachportalNavStartNode" => Pimcore\Model\Property {#1772
#dao: null
#name: "fachportalNavStartNode"
#data: "1133"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "fachportalNavStartNode"
data: "1133"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"fachportal_at_de" => Pimcore\Model\Property {#1700
#dao: null
#name: "fachportal_at_de"
#data: "1133"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_at_de"
data: "1133"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_ch_de" => Pimcore\Model\Property {#1701
#dao: null
#name: "fachportal_ch_de"
#data: "7"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_ch_de"
data: "7"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_ch_en" => Pimcore\Model\Property {#1702
#dao: null
#name: "fachportal_ch_en"
#data: "271"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_ch_en"
data: "271"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_ch_fr" => Pimcore\Model\Property {#1703
#dao: null
#name: "fachportal_ch_fr"
#data: "155"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_ch_fr"
data: "155"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_ch_it" => Pimcore\Model\Property {#1704
#dao: null
#name: "fachportal_ch_it"
#data: "213"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_ch_it"
data: "213"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_de_de" => Pimcore\Model\Property {#1705
#dao: null
#name: "fachportal_de_de"
#data: "1058"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_de_de"
data: "1058"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_fr_de" => Pimcore\Model\Property {#1706
#dao: null
#name: "fachportal_fr_de"
#data: "1608"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_fr_de"
data: "1608"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_fr_fr" => Pimcore\Model\Property {#1715
#dao: null
#name: "fachportal_fr_fr"
#data: "1539"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_fr_fr"
data: "1539"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_global_en" => Pimcore\Model\Property {#1714
#dao: null
#name: "fachportal_global_en"
#data: "1267"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_global_en"
data: "1267"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_it_de" => Pimcore\Model\Property {#1713
#dao: null
#name: "fachportal_it_de"
#data: "1402"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_it_de"
data: "1402"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"fachportal_it_it" => Pimcore\Model\Property {#1826
#dao: null
#name: "fachportal_it_it"
#data: "1333"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "fachportal_it_it"
data: "1333"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"footer" => Pimcore\Model\Property {#1696
#dao: null
#name: "footer"
#data: "1128"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "footer"
data: "1128"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"footerNavStartNode" => Pimcore\Model\Property {#1763
#dao: null
#name: "footerNavStartNode"
#data: "1107"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "footerNavStartNode"
data: "1107"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"language" => Pimcore\Model\Property {#1762
#dao: null
#name: "language"
#data: "de"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "language"
data: "de"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"languageNavStartNode" => Pimcore\Model\Property {#1687
#dao: null
#name: "languageNavStartNode"
#data: "1"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: true
name: "languageNavStartNode"
data: "1"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: true
}
"logoNavStartNode" => Pimcore\Model\Property {#1726
#dao: null
#name: "logoNavStartNode"
#data: "11"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "logoNavStartNode"
data: "11"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"mainNavStartNode" => Pimcore\Model\Property {#1905
#dao: null
#name: "mainNavStartNode"
#data: "483"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "mainNavStartNode"
data: "483"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navImage" => Pimcore\Model\Property {#1903
#dao: null
#name: "navImage"
#data: null
#type: "asset"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navImage"
data: null
type: "asset"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navLanguage" => Pimcore\Model\Property {#1908
#dao: null
#name: "navLanguage"
#data: "Österreich | Deutsch"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navLanguage"
data: "Österreich | Deutsch"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navLanguageIcon" => Pimcore\Model\Property {#1897
#dao: null
#name: "navLanguageIcon"
#data: "20"
#type: "asset"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navLanguageIcon"
data: "20"
type: "asset"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navLanguageShort" => Pimcore\Model\Property {#1902
#dao: null
#name: "navLanguageShort"
#data: "DE"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navLanguageShort"
data: "DE"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navLink" => Pimcore\Model\Property {#1900
#dao: null
#name: "navLink"
#data: "1"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navLink"
data: "1"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navLinkText" => Pimcore\Model\Property {#1906
#dao: null
#name: "navLinkText"
#data: "Link"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navLinkText"
data: "Link"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navSiteName" => Pimcore\Model\Property {#1809
#dao: null
#name: "navSiteName"
#data: "at.attika.a4interactive.ch"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navSiteName"
data: "at.attika.a4interactive.ch"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"navText" => Pimcore\Model\Property {#1806
#dao: null
#name: "navText"
#data: "Hier kann ein Teaser zu einem Thema stehen oder ein aktuelles Angebot oder noch mehr."
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "navText"
data: "Hier kann ein Teaser zu einem Thema stehen oder ein aktuelles Angebot oder noch mehr."
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"search" => Pimcore\Model\Property {#1884
#dao: null
#name: "search"
#data: "1108"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "search"
data: "1108"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"serviceNavStartNode" => Pimcore\Model\Property {#1865
#dao: null
#name: "serviceNavStartNode"
#data: "1106"
#type: "document"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: true
#inherited: false
name: "serviceNavStartNode"
data: "1106"
type: "document"
ctype: "document"
cpath: null
cid: 11
inheritable: true
inherited: false
}
"isSite" => Pimcore\Model\Property {#1796
#dao: null
#name: "isSite"
#data: true
#type: "bool"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "isSite"
data: true
type: "bool"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_accesskey" => Pimcore\Model\Property {#1861
#dao: null
#name: "navigation_accesskey"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_accesskey"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_anchor" => Pimcore\Model\Property {#1805
#dao: null
#name: "navigation_anchor"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_anchor"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_class" => Pimcore\Model\Property {#1808
#dao: null
#name: "navigation_class"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_class"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_exclude" => Pimcore\Model\Property {#1811
#dao: null
#name: "navigation_exclude"
#data: false
#type: "bool"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_exclude"
data: false
type: "bool"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_name" => Pimcore\Model\Property {#1740
#dao: null
#name: "navigation_name"
#data: "at.attika.a4interactive.ch"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_name"
data: "at.attika.a4interactive.ch"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_parameters" => Pimcore\Model\Property {#1817
#dao: null
#name: "navigation_parameters"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_parameters"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_relation" => Pimcore\Model\Property {#1816
#dao: null
#name: "navigation_relation"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_relation"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_tabindex" => Pimcore\Model\Property {#1815
#dao: null
#name: "navigation_tabindex"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_tabindex"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_target" => Pimcore\Model\Property {#1814
#dao: null
#name: "navigation_target"
#data: null
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_target"
data: null
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navigation_title" => Pimcore\Model\Property {#1813
#dao: null
#name: "navigation_title"
#data: ""
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navigation_title"
data: ""
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navLanguageSelector" => Pimcore\Model\Property {#1812
#dao: null
#name: "navLanguageSelector"
#data: true
#type: "bool"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navLanguageSelector"
data: true
type: "bool"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navLanguageSelectorLink" => Pimcore\Model\Property {#1907
#dao: null
#name: "navLanguageSelectorLink"
#data: "https://at.attika.a4interactive.ch"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navLanguageSelectorLink"
data: "https://at.attika.a4interactive.ch"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navSite" => Pimcore\Model\Property {#1909
#dao: null
#name: "navSite"
#data: true
#type: "bool"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navSite"
data: true
type: "bool"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
"navSitePriority" => Pimcore\Model\Property {#1910
#dao: null
#name: "navSitePriority"
#data: "3"
#type: "text"
#ctype: "document"
#cpath: null
#cid: 11
#inheritable: false
#inherited: false
name: "navSitePriority"
data: "3"
type: "text"
ctype: "document"
cpath: null
cid: 11
inheritable: false
inherited: false
}
]
#id: 11
#creationDate: 1690280679
#modificationDate: 1739528128
#versionCount: 62
#userOwner: 2
#locked: null
#userModification: 2
#parentId: 1
#parent: null
#_fulldump: false
#dirtyFields: []
-activeDispatchingEvents: []
#fullPathCache: null
#type: "page"
#key: "at.attika.ch"
#index: 5
#published: true
#children: []
#siblings: []
#controller: "App\Controller\ContentController::defaultAction"
#template: null
#editables: null
#versions: null
#contentMainDocumentId: &76 1
#contentMasterDocumentId: &76 1
#supportsContentMain: true
#missingRequiredEditable: null
#staticGeneratorEnabled: false
#staticGeneratorLifetime: null
#inheritedEditables: []
#scheduledTasks: null
#title: "Kaminöfen und Kamineinsätze – Design & Qualität von Attika."
#description: "Modernes und klassisches Design. Innovative Kaminöfen und Kamine mit hoher Verarbeitungsqualität. Grosses Fachhändlernetz bietet kompetente Beratung."
#prettyUrl: null
dependencies: null
__dataVersionTimestamp: 1739528128
path: "/"
properties: [
"accountLogin" => Pimcore\Model\Property {#1904}
"accountProfile" => Pimcore\Model\Property {#1716}
"accountRegisterFachhaendlerConfirmation" => Pimcore\Model\Property {#1685}
"accountRegisterUserConfirmation" => Pimcore\Model\Property {#1707}
"country" => Pimcore\Model\Property {#1738}
"domain" => Pimcore\Model\Property {#1745}
"fachportalNavStartNode" => Pimcore\Model\Property {#1772}
"fachportal_at_de" => Pimcore\Model\Property {#1700}
"fachportal_ch_de" => Pimcore\Model\Property {#1701}
"fachportal_ch_en" => Pimcore\Model\Property {#1702}
"fachportal_ch_fr" => Pimcore\Model\Property {#1703}
"fachportal_ch_it" => Pimcore\Model\Property {#1704}
"fachportal_de_de" => Pimcore\Model\Property {#1705}
"fachportal_fr_de" => Pimcore\Model\Property {#1706}
"fachportal_fr_fr" => Pimcore\Model\Property {#1715}
"fachportal_global_en" => Pimcore\Model\Property {#1714}
"fachportal_it_de" => Pimcore\Model\Property {#1713}
"fachportal_it_it" => Pimcore\Model\Property {#1826}
"footer" => Pimcore\Model\Property {#1696}
"footerNavStartNode" => Pimcore\Model\Property {#1763}
"language" => Pimcore\Model\Property {#1762}
"languageNavStartNode" => Pimcore\Model\Property {#1687}
"logoNavStartNode" => Pimcore\Model\Property {#1726}
"mainNavStartNode" => Pimcore\Model\Property {#1905}
"navImage" => Pimcore\Model\Property {#1903}
"navLanguage" => Pimcore\Model\Property {#1908}
"navLanguageIcon" => Pimcore\Model\Property {#1897}
"navLanguageShort" => Pimcore\Model\Property {#1902}
"navLink" => Pimcore\Model\Property {#1900}
"navLinkText" => Pimcore\Model\Property {#1906}
"navSiteName" => Pimcore\Model\Property {#1809}
"navText" => Pimcore\Model\Property {#1806}
"search" => Pimcore\Model\Property {#1884}
"serviceNavStartNode" => Pimcore\Model\Property {#1865}
"isSite" => Pimcore\Model\Property {#1796}
"navigation_accesskey" => Pimcore\Model\Property {#1861}
"navigation_anchor" => Pimcore\Model\Property {#1805}
"navigation_class" => Pimcore\Model\Property {#1808}
"navigation_exclude" => Pimcore\Model\Property {#1811}
"navigation_name" => Pimcore\Model\Property {#1740}
"navigation_parameters" => Pimcore\Model\Property {#1817}
"navigation_relation" => Pimcore\Model\Property {#1816}
"navigation_tabindex" => Pimcore\Model\Property {#1815}
"navigation_target" => Pimcore\Model\Property {#1814}
"navigation_title" => Pimcore\Model\Property {#1813}
"navLanguageSelector" => Pimcore\Model\Property {#1812}
"navLanguageSelectorLink" => Pimcore\Model\Property {#1907}
"navSite" => Pimcore\Model\Property {#1909}
"navSitePriority" => Pimcore\Model\Property {#1910}
]
id: 11
creationDate: 1690280679
modificationDate: 1739528128
versionCount: 62
userOwner: 2
locked: null
userModification: 2
parentId: 1
parent: null
_fulldump: false
dirtyFields: []
fullPathCache: null
type: "page"
key: "at.attika.ch"
index: 5
published: true
children: []
siblings: []
controller: "App\Controller\ContentController::defaultAction"
template: null
editables: null
versions: null
contentMainDocumentId: 1
contentMasterDocumentId: 1
supportsContentMain: true
missingRequiredEditable: null
staticGeneratorEnabled: false
staticGeneratorLifetime: null
inheritedEditables: []
scheduledTasks: null
title: "Kaminöfen und Kamineinsätze – Design & Qualität von Attika."
description: "Modernes und klassisches Design. Innovative Kaminöfen und Kamine mit hoher Verarbeitungsqualität. Grosses Fachhändlernetz bietet kompetente Beratung."
prettyUrl: null
}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.281+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.282+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"
]
]
2405 => [
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.068+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.069+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"params" => [
1 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
2 => "path"
3 => "auto_create"
4 => "/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
5 => "path_query"
6 => "https://at.attika.a4interactive.ch/en/downloads/kamine-c58/visio-f284/visio-31-p276/zeichnungen"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.072+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.076+02:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2497
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3685 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:3669 {
ContainerMdk9kx0\App_KernelDevDebugContainer::getSerializer2Service($container) …
› $b = ($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? self::getTranslatorInterfaceService($container));
› $c = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/getErrorControllerService.php:29 {
ContainerMdk9kx0\getErrorControllerService::do($container, $lazyLoad = true) …
›
› return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializer2Service($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/var/cache/dev/ContainerMdk9kx0/App_KernelDevDebugContainer.php:906 {
ContainerMdk9kx0\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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])) {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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));
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› if (!str_contains($controller, '::')) {
› $controller = $this->instantiateController($controller);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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) {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
› }
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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);
›
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/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 {
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/httpd/vhosts/attika.a4interactive.ch/httpdocs/attika_dev/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerMdk9kx0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.087+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.187+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1785299409
"timestamp_rfc3339" => "2026-07-29T06:30:09.188+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"
]
]
]
-errorCount: [
"" => 0
2 => 1
2405 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#387 …}
} |