| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#166
-records: [
2 => [
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.811+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 {#247
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_CachedReaderService.php:23 {
ContainerWu62EFk\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:570 {
ContainerWu62EFk\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:2361 {
ContainerWu62EFk\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1621 {
ContainerWu62EFk\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:609 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1301 {
ContainerWu62EFk\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:981 {
ContainerWu62EFk\App_KernelDevDebugContainer::ContainerWu62EFk\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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) {
}
/home/tsc/www/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 {
}
/home/tsc/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/tsc/www/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/tsc/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/tsc/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.811+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 {#249
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_ReaderService.php:23 {
ContainerWu62EFk\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:570 {
ContainerWu62EFk\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_CachedReaderService.php:25 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:570 {
ContainerWu62EFk\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:2361 {
ContainerWu62EFk\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1621 {
ContainerWu62EFk\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:609 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1301 {
ContainerWu62EFk\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:981 {
ContainerWu62EFk\App_KernelDevDebugContainer::ContainerWu62EFk\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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) {
}
/home/tsc/www/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 {
}
/home/tsc/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/tsc/www/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/tsc/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/tsc/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.812+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 {#257
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_CacheAdapterService.php:23 {
ContainerWu62EFk\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:570 {
ContainerWu62EFk\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/getAnnotations_CachedReaderService.php:25 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:570 {
ContainerWu62EFk\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:2361 {
ContainerWu62EFk\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1621 {
ContainerWu62EFk\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:609 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1301 {
ContainerWu62EFk\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:981 {
ContainerWu62EFk\App_KernelDevDebugContainer::ContainerWu62EFk\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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) {
}
/home/tsc/www/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 {
}
/home/tsc/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/tsc/www/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/tsc/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/tsc/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.812+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 {#267
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/home/tsc/www/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/home/tsc/www/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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:2361 {
ContainerWu62EFk\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1621 {
ContainerWu62EFk\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:609 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1301 {
ContainerWu62EFk\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:981 {
ContainerWu62EFk\App_KernelDevDebugContainer::ContainerWu62EFk\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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) {
}
/home/tsc/www/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 {
}
/home/tsc/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/tsc/www/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/tsc/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/tsc/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "blog_category_slug"
"route_parameters" => [
"_route" => "blog_category_slug"
"_controller" => "Flagstone\CmsBundle\Controller\RenderController::indexBlogPageCategory"
"category" => "news"
"slug" => "tech-supreme-court-cryptocurrency-edition-where-law-and-innovation-unite"
]
"request_uri" => "https://tsc.techsense.lu/blog/news/tech-supreme-court-cryptocurrency-edition-where-law-and-innovation-unite"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 3
]
"channel" => "security"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Flagstone\Security2Bundle\Security\LoginFormAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Flagstone\Security2Bundle\Security\LoginFormAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.813+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.814+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.814+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.814+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.814+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.814+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerWu62EFk\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.814+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.815+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "tsc"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "tsc"
"serverVersion" => "11.4.4-MariaDB~deb12"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.816+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.category_name AS category_name_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.uuid AS uuid_5 FROM cms_blog_category t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.816+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.blog_category_id AS blog_category_id_7 FROM cms_blog_category_translation t0 WHERE t0.blog_category_id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.818+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.820+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.821+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.821+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.821+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.821+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.822+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.822+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.822+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.823+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.823+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.823+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7 FROM cms_page_translation t0 WHERE t0.page_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.827+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.id AS id_8, c1_.created_at AS created_at_9, c1_.updated_at AS updated_at_10, c2_.class AS class_11, c2_.style AS style_12, c2_.id AS id_13, c2_.created_at AS created_at_14, c2_.updated_at AS updated_at_15, c3_.anchor AS anchor_16, c3_.external_link AS external_link_17, c3_.target AS target_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.id AS id_22, c4_.created_at AS created_at_23, c4_.updated_at AS updated_at_24, c5_.class AS class_25, c5_.style AS style_26, c5_.external_link AS external_link_27, c5_.link_class AS link_class_28, c5_.link_style AS link_style_29, c5_.target AS target_30, c5_.lazy_loading AS lazy_loading_31, c5_.id AS id_32, c5_.created_at AS created_at_33, c5_.updated_at AS updated_at_34, c6_.background_position AS background_position_35, c6_.background_repeat AS background_repeat_36, c6_.background_size AS background_size_37, c6_.id AS id_38, c6_.created_at AS created_at_39, c6_.updated_at AS updated_at_40, c7_.video_id AS video_id_41, c7_.width AS width_42, c7_.ratio AS ratio_43, c7_.controls AS controls_44, c7_.loop_video AS loop_video_45, c7_.mute AS mute_46, c7_.autoplay AS autoplay_47, c7_.fullscreen AS fullscreen_48, c7_.id AS id_49, c7_.created_at AS created_at_50, c7_.updated_at AS updated_at_51, c8_.locale AS locale_52, c8_.field_name AS field_name_53, c8_.translation AS translation_54, c8_.id AS id_55, c8_.created_at AS created_at_56, c8_.updated_at AS updated_at_57, c9_.locale AS locale_58, c9_.field_name AS field_name_59, c9_.translation AS translation_60, c9_.id AS id_61, c9_.created_at AS created_at_62, c9_.updated_at AS updated_at_63, c10_.locale AS locale_64, c10_.field_name AS field_name_65, c10_.translation AS translation_66, c10_.id AS id_67, c10_.created_at AS created_at_68, c10_.updated_at AS updated_at_69, c11_.locale AS locale_70, c11_.field_name AS field_name_71, c11_.translation AS translation_72, c11_.id AS id_73, c11_.created_at AS created_at_74, c11_.updated_at AS updated_at_75, c0_.page_id AS page_id_76, c0_.page_content_text_id AS page_content_text_id_77, c0_.page_content_link_id AS page_content_link_id_78, c0_.page_content_text_link_id AS page_content_text_link_id_79, c0_.page_content_editor_id AS page_content_editor_id_80, c0_.page_content_image_id AS page_content_image_id_81, c0_.page_content_background_id AS page_content_background_id_82, c0_.page_content_icon_id AS page_content_icon_id_83, c0_.page_content_video_id AS page_content_video_id_84, c0_.page_content_blog_category_id AS page_content_blog_category_id_85, c0_.page_content_date_id AS page_content_date_id_86, c0_.page_content_anchor_id AS page_content_anchor_id_87, c0_.page_content_blog_id AS page_content_blog_id_88, c0_.page_content_list_id AS page_content_list_id_89, c0_.page_content_carousel_id AS page_content_carousel_id_90, c0_.page_content_countdown_id AS page_content_countdown_id_91, c0_.page_content_element_id AS page_content_element_id_92, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_93, c0_.page_content_gallery_id AS page_content_gallery_id_94, c1_.category_id AS category_id_95, c1_.page_id AS page_id_96, c1_.template_id AS template_id_97, c3_.link_page_id AS link_page_id_98, c5_.image_id AS image_id_99, c5_.link_page_id AS link_page_id_100, c6_.image_id AS image_id_101, c8_.page_content_text_id AS page_content_text_id_102, c9_.page_content_link_id AS page_content_link_id_103, c10_.page_content_editor_id AS page_content_editor_id_104, c11_.page_content_image_id AS page_content_image_id_105 FROM cms_page_content c0_ LEFT JOIN cms_page_content_element c1_ ON c0_.page_content_element_id = c1_.id LEFT JOIN cms_page_content_text c2_ ON c0_.page_content_text_id = c2_.id LEFT JOIN cms_page_content_link c3_ ON c0_.page_content_link_id = c3_.id LEFT JOIN cms_page_content_editor c4_ ON c0_.page_content_editor_id = c4_.id LEFT JOIN cms_page_content_image c5_ ON c0_.page_content_image_id = c5_.id LEFT JOIN cms_page_content_background c6_ ON c0_.page_content_background_id = c6_.id LEFT JOIN cms_page_content_video c7_ ON c0_.page_content_video_id = c7_.id LEFT JOIN cms_page_content_text_translation c8_ ON c2_.id = c8_.page_content_text_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_link_translation c9_ ON c3_.id = c9_.page_content_link_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_editor_translation c10_ ON c4_.id = c10_.page_content_editor_id AND (c10_.locale = ?) LEFT JOIN cms_page_content_image_translation c11_ ON c5_.id = c11_.page_content_image_id AND (c11_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.827+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Menu_Bar"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.828+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.id AS id_8, c1_.created_at AS created_at_9, c1_.updated_at AS updated_at_10, c2_.class AS class_11, c2_.style AS style_12, c2_.id AS id_13, c2_.created_at AS created_at_14, c2_.updated_at AS updated_at_15, c3_.anchor AS anchor_16, c3_.external_link AS external_link_17, c3_.target AS target_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.id AS id_22, c4_.created_at AS created_at_23, c4_.updated_at AS updated_at_24, c5_.class AS class_25, c5_.style AS style_26, c5_.external_link AS external_link_27, c5_.link_class AS link_class_28, c5_.link_style AS link_style_29, c5_.target AS target_30, c5_.lazy_loading AS lazy_loading_31, c5_.id AS id_32, c5_.created_at AS created_at_33, c5_.updated_at AS updated_at_34, c6_.background_position AS background_position_35, c6_.background_repeat AS background_repeat_36, c6_.background_size AS background_size_37, c6_.id AS id_38, c6_.created_at AS created_at_39, c6_.updated_at AS updated_at_40, c7_.video_id AS video_id_41, c7_.width AS width_42, c7_.ratio AS ratio_43, c7_.controls AS controls_44, c7_.loop_video AS loop_video_45, c7_.mute AS mute_46, c7_.autoplay AS autoplay_47, c7_.fullscreen AS fullscreen_48, c7_.id AS id_49, c7_.created_at AS created_at_50, c7_.updated_at AS updated_at_51, c8_.locale AS locale_52, c8_.field_name AS field_name_53, c8_.translation AS translation_54, c8_.id AS id_55, c8_.created_at AS created_at_56, c8_.updated_at AS updated_at_57, c9_.locale AS locale_58, c9_.field_name AS field_name_59, c9_.translation AS translation_60, c9_.id AS id_61, c9_.created_at AS created_at_62, c9_.updated_at AS updated_at_63, c10_.locale AS locale_64, c10_.field_name AS field_name_65, c10_.translation AS translation_66, c10_.id AS id_67, c10_.created_at AS created_at_68, c10_.updated_at AS updated_at_69, c11_.locale AS locale_70, c11_.field_name AS field_name_71, c11_.translation AS translation_72, c11_.id AS id_73, c11_.created_at AS created_at_74, c11_.updated_at AS updated_at_75, c0_.page_id AS page_id_76, c0_.page_content_text_id AS page_content_text_id_77, c0_.page_content_link_id AS page_content_link_id_78, c0_.page_content_text_link_id AS page_content_text_link_id_79, c0_.page_content_editor_id AS page_content_editor_id_80, c0_.page_content_image_id AS page_content_image_id_81, c0_.page_content_background_id AS page_content_background_id_82, c0_.page_content_icon_id AS page_content_icon_id_83, c0_.page_content_video_id AS page_content_video_id_84, c0_.page_content_blog_category_id AS page_content_blog_category_id_85, c0_.page_content_date_id AS page_content_date_id_86, c0_.page_content_anchor_id AS page_content_anchor_id_87, c0_.page_content_blog_id AS page_content_blog_id_88, c0_.page_content_list_id AS page_content_list_id_89, c0_.page_content_carousel_id AS page_content_carousel_id_90, c0_.page_content_countdown_id AS page_content_countdown_id_91, c0_.page_content_element_id AS page_content_element_id_92, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_93, c0_.page_content_gallery_id AS page_content_gallery_id_94, c1_.category_id AS category_id_95, c1_.page_id AS page_id_96, c1_.template_id AS template_id_97, c3_.link_page_id AS link_page_id_98, c5_.image_id AS image_id_99, c5_.link_page_id AS link_page_id_100, c6_.image_id AS image_id_101, c8_.page_content_text_id AS page_content_text_id_102, c9_.page_content_link_id AS page_content_link_id_103, c10_.page_content_editor_id AS page_content_editor_id_104, c11_.page_content_image_id AS page_content_image_id_105 FROM cms_page_content c0_ LEFT JOIN cms_page_content_element c1_ ON c0_.page_content_element_id = c1_.id LEFT JOIN cms_page_content_text c2_ ON c0_.page_content_text_id = c2_.id LEFT JOIN cms_page_content_link c3_ ON c0_.page_content_link_id = c3_.id LEFT JOIN cms_page_content_editor c4_ ON c0_.page_content_editor_id = c4_.id LEFT JOIN cms_page_content_image c5_ ON c0_.page_content_image_id = c5_.id LEFT JOIN cms_page_content_background c6_ ON c0_.page_content_background_id = c6_.id LEFT JOIN cms_page_content_video c7_ ON c0_.page_content_video_id = c7_.id LEFT JOIN cms_page_content_text_translation c8_ ON c2_.id = c8_.page_content_text_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_link_translation c9_ ON c3_.id = c9_.page_content_link_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_editor_translation c10_ ON c4_.id = c10_.page_content_editor_id AND (c10_.locale = ?) LEFT JOIN cms_page_content_image_translation c11_ ON c5_.id = c11_.page_content_image_id AND (c11_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 2
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.840+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.image_name AS image_name_1, t0.image_mime_type AS image_mime_type_2, t0.image_filename AS image_filename_3, t0.image_alt AS image_alt_4, t0.image_directory AS image_directory_5, t0.image_category AS image_category_6, t0.preview_background AS preview_background_7, t0.image_width AS image_width_8, t0.image_height AS image_height_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.image_category_id AS image_category_id_14 FROM image t0 WHERE t0.id = ?"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.840+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.841+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.content_type AS content_type_1, t0.content_name AS content_name_2, t0.content_order AS content_order_3, t0.content_visible AS content_visible_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.page_id AS page_id_9, t0.page_content_text_id AS page_content_text_id_10, t0.page_content_link_id AS page_content_link_id_11, t0.page_content_text_link_id AS page_content_text_link_id_12, t0.page_content_editor_id AS page_content_editor_id_13, t0.page_content_image_id AS page_content_image_id_14, t0.page_content_background_id AS page_content_background_id_15, t0.page_content_icon_id AS page_content_icon_id_16, t0.page_content_video_id AS page_content_video_id_17, t0.page_content_blog_category_id AS page_content_blog_category_id_18, t0.page_content_date_id AS page_content_date_id_19, t0.page_content_anchor_id AS page_content_anchor_id_20, t0.page_content_blog_id AS page_content_blog_id_21, t0.page_content_list_id AS page_content_list_id_22, t0.page_content_carousel_id AS page_content_carousel_id_23, t0.page_content_countdown_id AS page_content_countdown_id_24, t0.page_content_element_id AS page_content_element_id_25, t0.page_content_element_child_item_id AS page_content_element_child_item_id_26, t0.page_content_gallery_id AS page_content_gallery_id_27 FROM cms_page_extra_field_content t0 WHERE t0.page_id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.841+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.841+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.image_name AS image_name_1, t0.image_mime_type AS image_mime_type_2, t0.image_filename AS image_filename_3, t0.image_alt AS image_alt_4, t0.image_directory AS image_directory_5, t0.image_category AS image_category_6, t0.preview_background AS preview_background_7, t0.image_width AS image_width_8, t0.image_height AS image_height_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.image_category_id AS image_category_id_14 FROM image t0 WHERE t0.id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.841+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.842+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.image_name AS image_name_1, t0.image_mime_type AS image_mime_type_2, t0.image_filename AS image_filename_3, t0.image_alt AS image_alt_4, t0.image_directory AS image_directory_5, t0.image_category AS image_category_6, t0.preview_background AS preview_background_7, t0.image_width AS image_width_8, t0.image_height AS image_height_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.image_category_id AS image_category_id_14 FROM image t0 WHERE t0.id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.842+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.content_type AS content_type_1, t0.content_name AS content_name_2, t0.content_order AS content_order_3, t0.content_visible AS content_visible_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.page_id AS page_id_9, t0.page_content_text_id AS page_content_text_id_10, t0.page_content_link_id AS page_content_link_id_11, t0.page_content_text_link_id AS page_content_text_link_id_12, t0.page_content_editor_id AS page_content_editor_id_13, t0.page_content_image_id AS page_content_image_id_14, t0.page_content_background_id AS page_content_background_id_15, t0.page_content_icon_id AS page_content_icon_id_16, t0.page_content_video_id AS page_content_video_id_17, t0.page_content_blog_category_id AS page_content_blog_category_id_18, t0.page_content_date_id AS page_content_date_id_19, t0.page_content_anchor_id AS page_content_anchor_id_20, t0.page_content_blog_id AS page_content_blog_id_21, t0.page_content_list_id AS page_content_list_id_22, t0.page_content_carousel_id AS page_content_carousel_id_23, t0.page_content_countdown_id AS page_content_countdown_id_24, t0.page_content_element_id AS page_content_element_id_25, t0.page_content_element_child_item_id AS page_content_element_child_item_id_26, t0.page_content_gallery_id AS page_content_gallery_id_27 FROM cms_page_extra_field_content t0 WHERE t0.page_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.842+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.842+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.image_name AS image_name_1, t0.image_mime_type AS image_mime_type_2, t0.image_filename AS image_filename_3, t0.image_alt AS image_alt_4, t0.image_directory AS image_directory_5, t0.image_category AS image_category_6, t0.preview_background AS preview_background_7, t0.image_width AS image_width_8, t0.image_height AS image_height_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.image_category_id AS image_category_id_14 FROM image t0 WHERE t0.id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.842+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.content_type AS content_type_1, t0.content_name AS content_name_2, t0.content_order AS content_order_3, t0.content_visible AS content_visible_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.page_id AS page_id_9, t0.page_content_text_id AS page_content_text_id_10, t0.page_content_link_id AS page_content_link_id_11, t0.page_content_text_link_id AS page_content_text_link_id_12, t0.page_content_editor_id AS page_content_editor_id_13, t0.page_content_image_id AS page_content_image_id_14, t0.page_content_background_id AS page_content_background_id_15, t0.page_content_icon_id AS page_content_icon_id_16, t0.page_content_video_id AS page_content_video_id_17, t0.page_content_blog_category_id AS page_content_blog_category_id_18, t0.page_content_date_id AS page_content_date_id_19, t0.page_content_anchor_id AS page_content_anchor_id_20, t0.page_content_blog_id AS page_content_blog_id_21, t0.page_content_list_id AS page_content_list_id_22, t0.page_content_carousel_id AS page_content_carousel_id_23, t0.page_content_countdown_id AS page_content_countdown_id_24, t0.page_content_element_id AS page_content_element_id_25, t0.page_content_element_child_item_id AS page_content_element_child_item_id_26, t0.page_content_gallery_id AS page_content_gallery_id_27 FROM cms_page_extra_field_content t0 WHERE t0.page_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.842+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.843+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.843+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.843+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.843+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.843+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.content_type AS content_type_1, t0.content_name AS content_name_2, t0.content_order AS content_order_3, t0.content_visible AS content_visible_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.page_id AS page_id_9, t0.page_content_text_id AS page_content_text_id_10, t0.page_content_link_id AS page_content_link_id_11, t0.page_content_text_link_id AS page_content_text_link_id_12, t0.page_content_editor_id AS page_content_editor_id_13, t0.page_content_image_id AS page_content_image_id_14, t0.page_content_background_id AS page_content_background_id_15, t0.page_content_icon_id AS page_content_icon_id_16, t0.page_content_video_id AS page_content_video_id_17, t0.page_content_blog_category_id AS page_content_blog_category_id_18, t0.page_content_date_id AS page_content_date_id_19, t0.page_content_anchor_id AS page_content_anchor_id_20, t0.page_content_blog_id AS page_content_blog_id_21, t0.page_content_list_id AS page_content_list_id_22, t0.page_content_carousel_id AS page_content_carousel_id_23, t0.page_content_countdown_id AS page_content_countdown_id_24, t0.page_content_element_id AS page_content_element_id_25, t0.page_content_element_child_item_id AS page_content_element_child_item_id_26, t0.page_content_gallery_id AS page_content_gallery_id_27 FROM cms_page_extra_field_content t0 WHERE t0.page_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.845+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.846+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.date AS date_1, t0.class AS class_2, t0.style AS style_3, t0.improved_format AS improved_format_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM cms_page_content_date t0 WHERE t0.id = ?"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.847+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.847+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_content_text_id AS page_content_text_id_7 FROM cms_page_content_text_translation t0 WHERE t0.page_content_text_id = ?"
"params" => [
1 => 26
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.848+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.849+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_content_text_id AS page_content_text_id_7 FROM cms_page_content_text_translation t0 WHERE t0.page_content_text_id = ?"
"params" => [
1 => 25
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.850+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.851+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.image_name AS image_name_1, t0.image_mime_type AS image_mime_type_2, t0.image_filename AS image_filename_3, t0.image_alt AS image_alt_4, t0.image_directory AS image_directory_5, t0.image_category AS image_category_6, t0.preview_background AS preview_background_7, t0.image_width AS image_width_8, t0.image_height AS image_height_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.image_category_id AS image_category_id_14 FROM image t0 WHERE t0.id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.851+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_content_image_id AS page_content_image_id_7 FROM cms_page_content_image_translation t0 WHERE t0.page_content_image_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.853+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.853+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_content_editor_id AS page_content_editor_id_7 FROM cms_page_content_editor_translation t0 WHERE t0.page_content_editor_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.854+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.855+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_content_link_id AS page_content_link_id_7 FROM cms_page_content_link_translation t0 WHERE t0.page_content_link_id = ?"
"params" => [
1 => 28
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.856+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.class AS class_8, c1_.style AS style_9, c1_.id AS id_10, c1_.created_at AS created_at_11, c1_.updated_at AS updated_at_12, c2_.anchor AS anchor_13, c2_.external_link AS external_link_14, c2_.target AS target_15, c2_.id AS id_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.class AS class_22, c4_.style AS style_23, c4_.external_link AS external_link_24, c4_.link_class AS link_class_25, c4_.link_style AS link_style_26, c4_.target AS target_27, c4_.lazy_loading AS lazy_loading_28, c4_.id AS id_29, c4_.created_at AS created_at_30, c4_.updated_at AS updated_at_31, c5_.background_position AS background_position_32, c5_.background_repeat AS background_repeat_33, c5_.background_size AS background_size_34, c5_.id AS id_35, c5_.created_at AS created_at_36, c5_.updated_at AS updated_at_37, c6_.video_id AS video_id_38, c6_.width AS width_39, c6_.ratio AS ratio_40, c6_.controls AS controls_41, c6_.loop_video AS loop_video_42, c6_.mute AS mute_43, c6_.autoplay AS autoplay_44, c6_.fullscreen AS fullscreen_45, c6_.id AS id_46, c6_.created_at AS created_at_47, c6_.updated_at AS updated_at_48, c0_.page_id AS page_id_49, c0_.page_content_text_id AS page_content_text_id_50, c0_.page_content_link_id AS page_content_link_id_51, c0_.page_content_text_link_id AS page_content_text_link_id_52, c0_.page_content_editor_id AS page_content_editor_id_53, c0_.page_content_image_id AS page_content_image_id_54, c0_.page_content_background_id AS page_content_background_id_55, c0_.page_content_icon_id AS page_content_icon_id_56, c0_.page_content_video_id AS page_content_video_id_57, c0_.page_content_blog_category_id AS page_content_blog_category_id_58, c0_.page_content_date_id AS page_content_date_id_59, c0_.page_content_anchor_id AS page_content_anchor_id_60, c0_.page_content_blog_id AS page_content_blog_id_61, c0_.page_content_list_id AS page_content_list_id_62, c0_.page_content_carousel_id AS page_content_carousel_id_63, c0_.page_content_countdown_id AS page_content_countdown_id_64, c0_.page_content_element_id AS page_content_element_id_65, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_66, c0_.page_content_gallery_id AS page_content_gallery_id_67, c2_.link_page_id AS link_page_id_68, c4_.image_id AS image_id_69, c4_.link_page_id AS link_page_id_70, c5_.image_id AS image_id_71 FROM cms_page_extra_field_content c0_ LEFT JOIN cms_page_content_text c1_ ON c0_.page_content_text_id = c1_.id LEFT JOIN cms_page_content_link c2_ ON c0_.page_content_link_id = c2_.id LEFT JOIN cms_page_content_editor c3_ ON c0_.page_content_editor_id = c3_.id LEFT JOIN cms_page_content_image c4_ ON c0_.page_content_image_id = c4_.id LEFT JOIN cms_page_content_background c5_ ON c0_.page_content_background_id = c5_.id LEFT JOIN cms_page_content_video c6_ ON c0_.page_content_video_id = c6_.id LEFT JOIN cms_page_content_text_translation c7_ ON c1_.id = c7_.page_content_text_id AND (c7_.locale = ?) LEFT JOIN cms_page_content_link_translation c8_ ON c2_.id = c8_.page_content_link_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_editor_translation c9_ ON c3_.id = c9_.page_content_editor_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_image_translation c10_ ON c4_.id = c10_.page_content_image_id AND (c10_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 6
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.857+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.locale AS locale_1, t0.field_name AS field_name_2, t0.translation AS translation_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_content_text_id AS page_content_text_id_7 FROM cms_page_content_text_translation t0 WHERE t0.page_content_text_id = ?"
"params" => [
1 => 50
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.858+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Footer"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.858+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.content_type AS content_type_0, c0_.content_name AS content_name_1, c0_.content_order AS content_order_2, c0_.content_visible AS content_visible_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.uuid AS uuid_7, c1_.id AS id_8, c1_.created_at AS created_at_9, c1_.updated_at AS updated_at_10, c2_.class AS class_11, c2_.style AS style_12, c2_.id AS id_13, c2_.created_at AS created_at_14, c2_.updated_at AS updated_at_15, c3_.anchor AS anchor_16, c3_.external_link AS external_link_17, c3_.target AS target_18, c3_.id AS id_19, c3_.created_at AS created_at_20, c3_.updated_at AS updated_at_21, c4_.id AS id_22, c4_.created_at AS created_at_23, c4_.updated_at AS updated_at_24, c5_.class AS class_25, c5_.style AS style_26, c5_.external_link AS external_link_27, c5_.link_class AS link_class_28, c5_.link_style AS link_style_29, c5_.target AS target_30, c5_.lazy_loading AS lazy_loading_31, c5_.id AS id_32, c5_.created_at AS created_at_33, c5_.updated_at AS updated_at_34, c6_.background_position AS background_position_35, c6_.background_repeat AS background_repeat_36, c6_.background_size AS background_size_37, c6_.id AS id_38, c6_.created_at AS created_at_39, c6_.updated_at AS updated_at_40, c7_.video_id AS video_id_41, c7_.width AS width_42, c7_.ratio AS ratio_43, c7_.controls AS controls_44, c7_.loop_video AS loop_video_45, c7_.mute AS mute_46, c7_.autoplay AS autoplay_47, c7_.fullscreen AS fullscreen_48, c7_.id AS id_49, c7_.created_at AS created_at_50, c7_.updated_at AS updated_at_51, c8_.locale AS locale_52, c8_.field_name AS field_name_53, c8_.translation AS translation_54, c8_.id AS id_55, c8_.created_at AS created_at_56, c8_.updated_at AS updated_at_57, c9_.locale AS locale_58, c9_.field_name AS field_name_59, c9_.translation AS translation_60, c9_.id AS id_61, c9_.created_at AS created_at_62, c9_.updated_at AS updated_at_63, c10_.locale AS locale_64, c10_.field_name AS field_name_65, c10_.translation AS translation_66, c10_.id AS id_67, c10_.created_at AS created_at_68, c10_.updated_at AS updated_at_69, c11_.locale AS locale_70, c11_.field_name AS field_name_71, c11_.translation AS translation_72, c11_.id AS id_73, c11_.created_at AS created_at_74, c11_.updated_at AS updated_at_75, c0_.page_id AS page_id_76, c0_.page_content_text_id AS page_content_text_id_77, c0_.page_content_link_id AS page_content_link_id_78, c0_.page_content_text_link_id AS page_content_text_link_id_79, c0_.page_content_editor_id AS page_content_editor_id_80, c0_.page_content_image_id AS page_content_image_id_81, c0_.page_content_background_id AS page_content_background_id_82, c0_.page_content_icon_id AS page_content_icon_id_83, c0_.page_content_video_id AS page_content_video_id_84, c0_.page_content_blog_category_id AS page_content_blog_category_id_85, c0_.page_content_date_id AS page_content_date_id_86, c0_.page_content_anchor_id AS page_content_anchor_id_87, c0_.page_content_blog_id AS page_content_blog_id_88, c0_.page_content_list_id AS page_content_list_id_89, c0_.page_content_carousel_id AS page_content_carousel_id_90, c0_.page_content_countdown_id AS page_content_countdown_id_91, c0_.page_content_element_id AS page_content_element_id_92, c0_.page_content_element_child_item_id AS page_content_element_child_item_id_93, c0_.page_content_gallery_id AS page_content_gallery_id_94, c1_.category_id AS category_id_95, c1_.page_id AS page_id_96, c1_.template_id AS template_id_97, c3_.link_page_id AS link_page_id_98, c5_.image_id AS image_id_99, c5_.link_page_id AS link_page_id_100, c6_.image_id AS image_id_101, c8_.page_content_text_id AS page_content_text_id_102, c9_.page_content_link_id AS page_content_link_id_103, c10_.page_content_editor_id AS page_content_editor_id_104, c11_.page_content_image_id AS page_content_image_id_105 FROM cms_page_content c0_ LEFT JOIN cms_page_content_element c1_ ON c0_.page_content_element_id = c1_.id LEFT JOIN cms_page_content_text c2_ ON c0_.page_content_text_id = c2_.id LEFT JOIN cms_page_content_link c3_ ON c0_.page_content_link_id = c3_.id LEFT JOIN cms_page_content_editor c4_ ON c0_.page_content_editor_id = c4_.id LEFT JOIN cms_page_content_image c5_ ON c0_.page_content_image_id = c5_.id LEFT JOIN cms_page_content_background c6_ ON c0_.page_content_background_id = c6_.id LEFT JOIN cms_page_content_video c7_ ON c0_.page_content_video_id = c7_.id LEFT JOIN cms_page_content_text_translation c8_ ON c2_.id = c8_.page_content_text_id AND (c8_.locale = ?) LEFT JOIN cms_page_content_link_translation c9_ ON c3_.id = c9_.page_content_link_id AND (c9_.locale = ?) LEFT JOIN cms_page_content_editor_translation c10_ ON c4_.id = c10_.page_content_editor_id AND (c10_.locale = ?) LEFT JOIN cms_page_content_image_translation c11_ ON c5_.id = c11_.page_content_image_id AND (c11_.locale = ?) WHERE c0_.page_id = ?"
"params" => [
1 => "en"
2 => "en"
3 => "en"
4 => "en"
5 => 3
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.874+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.image_name AS image_name_1, t0.image_mime_type AS image_mime_type_2, t0.image_filename AS image_filename_3, t0.image_alt AS image_alt_4, t0.image_directory AS image_directory_5, t0.image_category AS image_category_6, t0.preview_background AS preview_background_7, t0.image_width AS image_width_8, t0.image_height AS image_height_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.image_category_id AS image_category_id_14 FROM image t0 WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.874+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.875+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.875+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.875+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.875+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.configuration_name AS configuration_name_1, t0.configuration_type AS configuration_type_2, t0.configuration_value AS configuration_value_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM cms_configuration t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.875+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.876+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.876+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.876+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.class AS class_1, t0.style AS style_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM cms_page_content_icon t0 WHERE t0.id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.876+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Menu_Bar"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.876+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Footer"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.877+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Menu_Bar"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.877+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Footer"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.877+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Menu_Bar"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.877+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Footer"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.878+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Menu_Bar"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.878+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.page_name AS page_name_0, c0_.page_published AS page_published_1, c0_.page_css_file_global AS page_css_file_global_2, c0_.page_css_global AS page_css_global_3, c0_.page_js_file_global AS page_js_file_global_4, c0_.page_js_global AS page_js_global_5, c0_.page_order AS page_order_6, c0_.id AS id_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.uuid AS uuid_10, c1_.template_name AS template_name_11, c1_.template_html AS template_html_12, c1_.template_type AS template_type_13, c1_.id AS id_14, c1_.created_at AS created_at_15, c1_.updated_at AS updated_at_16, c1_.uuid AS uuid_17, c0_.template_id AS template_id_18, c0_.page_category_id AS page_category_id_19, c0_.page_content_seo_id AS page_content_seo_id_20 FROM cms_page c0_ INNER JOIN cms_page_category c2_ ON c0_.page_category_id = c2_.id INNER JOIN cms_template c1_ ON c0_.template_id = c1_.id WHERE c0_.page_name = ?"
"params" => [
1 => "Footer"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.878+02:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entry "js/cms_bundle/gallery_image" in "/home/tsc/www/public/build/entrypoints.json". Found: app, admin, js/security, js/collections, js/preview, js/keys, js/slug, js/list, js/cms_bundle/clone_element, js/page_form_listener, js/progress_bar, js/cms_bundle/cms_doc, js/image_select, js/image, js/image_resize, app_css, email_css, css/cms_bundle, css/cms_app, css/cms_progress_bar, css/image_library.")." at final_render.html.twig line 46"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#3102
#message: "An exception has been thrown during the rendering of a template ("Could not find the entry "js/cms_bundle/gallery_image" in "/home/tsc/www/public/build/entrypoints.json". Found: app, admin, js/security, js/collections, js/preview, js/keys, js/slug, js/list, js/cms_bundle/clone_element, js/page_form_listener, js/progress_bar, js/cms_bundle/cms_doc, js/image_select, js/image, js/image_resize, app_css, email_css, css/cms_bundle, css/cms_app, css/cms_progress_bar, css/image_library.")."
#code: 0
#file: "/home/tsc/www/vendor/flagstone/cms-bundle/templates/render/final_render.html.twig"
#line: 46
-previous: Symfony\WebpackEncoreBundle\Exception\EntrypointNotFoundException {#3104 …}
-lineno: 46
-name: "@FlagstoneCms/render/final_render.html.twig"
-rawMessage: "An exception has been thrown during the rendering of a template ("Could not find the entry "js/cms_bundle/gallery_image" in "/home/tsc/www/public/build/entrypoints.json". Found: app, admin, js/security, js/collections, js/preview, js/keys, js/slug, js/list, js/cms_bundle/clone_element, js/page_form_listener, js/progress_bar, js/cms_bundle/cms_doc, js/image_select, js/image, js/image_resize, app_css, email_css, css/cms_bundle, css/cms_app, css/cms_progress_bar, css/image_library.")."
-sourcePath: "/home/tsc/www/vendor/flagstone/cms-bundle/templates/render/final_render.html.twig"
-sourceCode: """
{% extends base %}\n
\n
{% block title %}\n
{{ parent() }} {{ title }}\n
{% endblock %}\n
\n
{% block stylesheets %}\n
{{ parent() }}\n
{{ styleLink|raw }}\n
<style>\n
{{ styles|raw }}\n
</style>\n
{{ encore_entry_link_tags('css/cms_progress_bar') }}\n
{% endblock %}\n
\n
{% block seo %}\n
{{ seo|raw }}\n
{% endblock seo %}\n
\n
{% block body %}\n
{% for label, messages in app.flashes %}\n
{% for message in messages %}\n
<div class="alert alert-{{ label }} alert-dismissible fade show" role="alert">\n
{{ message }}\n
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>\n
</div>\n
{% endfor %}\n
{% endfor %}\n
{{ html|raw }}\n
<div class="progress-wrap">\n
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">\n
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />\n
</svg>\n
</div>\n
{% endblock %}\n
\n
{% block javascripts %}\n
{{ parent() }}\n
{{ scriptFiles|raw }}\n
{% for script in scripts %}\n
<script>\n
{{ script|raw }}\n
</script>\n
{% endfor %}\n
{{ encore_entry_script_tags('js/progress_bar') }}\n
{{ encore_entry_script_tags('js/cms_bundle/gallery_image') }}\n
{% endblock %}
"""
trace: {
/home/tsc/www/vendor/flagstone/cms-bundle/templates/render/final_render.html.twig:46 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
› {{ encore_entry_script_tags('js/progress_bar') }}
› {{ encore_entry_script_tags('js/cms_bundle/gallery_image') }}
› {% endblock %}
}
/home/tsc/www/templates/base.html.twig:22 {
__TwigTemplate_d2ae47b063ad0229e9bb49c65de5b2ee->doDisplay(array $context, array $blocks = []) …
›
› {% block javascripts %}
› {{ encore_entry_script_tags('app') }}
}
/home/tsc/www/vendor/twig/twig/src/Template.php:405 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/tsc/www/vendor/twig/twig/src/Template.php:378 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/tsc/www/var/cache/dev/twig/75/753134016f96031f5ee4fc4ac804dd01.php:51 {
__TwigTemplate_cd09b83bd1d725e837bf7dd6a43b55b3->doDisplay(array $context, array $blocks = []) …
›
› $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
›
}
/home/tsc/www/vendor/twig/twig/src/Template.php:405 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/tsc/www/vendor/twig/twig/src/Template.php:378 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/tsc/www/vendor/twig/twig/src/Template.php:390 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/tsc/www/vendor/twig/twig/src/TemplateWrapper.php:45 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/tsc/www/vendor/twig/twig/src/Environment.php:318 {
Twig\Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/tsc/www/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/tsc/www/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/home/tsc/www/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/home/tsc/www/vendor/flagstone/cms-bundle/src/Controller/RenderController.php:495 {
Flagstone\CmsBundle\Controller\RenderController->renderBlog(?string $slug = null, ?string $category = null): Response …
›
› return $this->render(
› '@FlagstoneCms/render/final_render.html.twig',
}
/home/tsc/www/vendor/flagstone/cms-bundle/src/Controller/RenderController.php:250 {
Flagstone\CmsBundle\Controller\RenderController->indexBlogPageCategory(string $category, string $slug): Response …
› {
› return $this->renderBlog($slug, $category);
› }
}
/home/tsc/www/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);
›
}
/home/tsc/www/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) {
}
/home/tsc/www/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 {
}
/home/tsc/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/tsc/www/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/tsc/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/tsc/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.901+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.902+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"
]
]
3130 => [
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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 {#3190
#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/tsc/www/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/tsc/www/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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:2116 {
ContainerWu62EFk\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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:1605 {
ContainerWu62EFk\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
› $c = ($container->services['translator'] ?? self::getTranslatorService($container));
› $d = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
›
}
/home/tsc/www/var/cache/dev/ContainerWu62EFk/getErrorControllerService.php:29 {
ContainerWu62EFk\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['debug.serializer'] ?? self::getDebug_SerializerService($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/tsc/www/var/cache/dev/ContainerWu62EFk/App_KernelDevDebugContainer.php:570 {
ContainerWu62EFk\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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) {
}
/home/tsc/www/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/tsc/www/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/tsc/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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/tsc/www/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 {
}
/home/tsc/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/tsc/www/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/tsc/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/tsc/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerWu62EFk\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.879+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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" => 1776034595
"timestamp_rfc3339" => "2026-04-13T00:56:35.900+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: [
2 => 1
3130 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#165 …}
} |