| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#206
-records: [
2 => [
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.030+01:00"
"message" => "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#414
#message: "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:23 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('api-platform/symfony', '4.1', 'The "api_platform.validator.query_parameter_validator" service is deprecated use "\\ApiPlatform\\Metadata\\Parameter::$constraints" instead.');
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.030+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#416
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php"
#line: 41
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:41 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#419
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php:25 {
ApiPlatform\ParameterValidator\Validator\ArrayItems->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:46 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› $this->validators = [
› new ArrayItems(),
› new Bounds(),
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#421
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php:25 {
ApiPlatform\ParameterValidator\Validator\Bounds->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:47 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new ArrayItems(),
› new Bounds(),
› new Enum(),
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#423
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php:25 {
ApiPlatform\ParameterValidator\Validator\Enum->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:48 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Bounds(),
› new Enum(),
› new Length(),
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#425
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php:25 {
ApiPlatform\ParameterValidator\Validator\Length->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:49 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Enum(),
› new Length(),
› new MultipleOf(),
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#427
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php:25 {
ApiPlatform\ParameterValidator\Validator\MultipleOf->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:50 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Length(),
› new MultipleOf(),
› new Pattern(),
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#429
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php:25 {
ApiPlatform\ParameterValidator\Validator\Pattern->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:51 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new MultipleOf(),
› new Pattern(),
› new Required(),
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.031+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#431
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php:27 {
ApiPlatform\ParameterValidator\Validator\Required->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:52 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Pattern(),
› new Required(),
› ];
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerY3tnLXm\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:989 {
ContainerY3tnLXm\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2469 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1472 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')), 'onConsoleCommand'], 0);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.034+01:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:3293, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#610
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:3293, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:3293 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Entity'), (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/Entity'), (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Menu/Entity'), (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Site/Entity'), (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Entity')], false);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1358 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $c = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1339 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/var-exporter/LazyGhostTrait.php:140 {
ContainerY3tnLXm\EntityManagerGhost614a58f->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:71 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› {
› $manager = $this->registry->getManagerForClass($this->entityClass);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {
› $this->initialize();
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityRepository.php:238 {
Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
› {
› $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
›
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php:35 {
Roothirsch\CoreBundle\FeatureFlag\DatabaseActivator->isActive($name, Context $context) …
› try {
› $featureFlag = $this->repository->findOneBy(['name' => $name]);
› if ($featureFlag === null) {
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php:31 {
Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator->isActive($name, Context $context): bool …
› foreach ($this->getActivators() as $activator) {
› if ($activator->isActive($name, $context) === true) {
› $result = $stack[$activator->getName()] = true;
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception/src/Manager/FeatureManager.php:58 {
Flagception\Manager\FeatureManager->isActive($name, ?Context $context = null) …
›
› return $this->activator->isActive($name, $context);
› }
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/FeaturesProvider.php:24 {
Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider->__construct(FeatureManagerInterface $featureManager, KernelInterface $kernel) …
› foreach($flagceptionConfig['flagception']['features'] as $featureName => $feature) {
› self::$features[$featureName] = $featureManager->isActive($featureName);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:4184 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('site', ($container->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? self::getSiteProviderService($container)));
› $instance->addGlobal('features', new \Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider($j, ($container->services['kernel'] ?? $container->get('kernel', 1))));
› $instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2116 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTemplatePathInjectionService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1485 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $container->load('getUserWriteSubscriberService')), 'validate'], 63);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Site\\TemplatePathInjection')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? self::getTemplatePathInjectionService($container)), 'onKernelRequest'], 5);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? self::getTranslationScopeReadSubscriberService($container)), 'handle'], 5);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.034+01:00"
"message" => "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:1382, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#622
#message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:1382, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)"
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php:47 {
Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
› if (! $numberAware) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1382 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(($container->privates['doctrine.orm.quote_strategy.default'] ??= new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()));
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1339 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/var-exporter/LazyGhostTrait.php:140 {
ContainerY3tnLXm\EntityManagerGhost614a58f->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:71 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› {
› $manager = $this->registry->getManagerForClass($this->entityClass);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {
› $this->initialize();
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityRepository.php:238 {
Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
› {
› $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
›
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php:35 {
Roothirsch\CoreBundle\FeatureFlag\DatabaseActivator->isActive($name, Context $context) …
› try {
› $featureFlag = $this->repository->findOneBy(['name' => $name]);
› if ($featureFlag === null) {
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php:31 {
Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator->isActive($name, Context $context): bool …
› foreach ($this->getActivators() as $activator) {
› if ($activator->isActive($name, $context) === true) {
› $result = $stack[$activator->getName()] = true;
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception/src/Manager/FeatureManager.php:58 {
Flagception\Manager\FeatureManager->isActive($name, ?Context $context = null) …
›
› return $this->activator->isActive($name, $context);
› }
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/FeaturesProvider.php:24 {
Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider->__construct(FeatureManagerInterface $featureManager, KernelInterface $kernel) …
› foreach($flagceptionConfig['flagception']['features'] as $featureName => $feature) {
› self::$features[$featureName] = $featureManager->isActive($featureName);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:4184 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('site', ($container->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? self::getSiteProviderService($container)));
› $instance->addGlobal('features', new \Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider($j, ($container->services['kernel'] ?? $container->get('kernel', 1))));
› $instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2116 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTemplatePathInjectionService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1485 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $container->load('getUserWriteSubscriberService')), 'validate'], 63);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Site\\TemplatePathInjection')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? self::getTemplatePathInjectionService($container)), 'onKernelRequest'], 5);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? self::getTranslationScopeReadSubscriberService($container)), 'handle'], 5);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.036+01:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#687
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityManager.php:177 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1391 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1339 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/var-exporter/LazyGhostTrait.php:140 {
ContainerY3tnLXm\EntityManagerGhost614a58f->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:71 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› {
› $manager = $this->registry->getManagerForClass($this->entityClass);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {
› $this->initialize();
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityRepository.php:238 {
Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
› {
› $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
›
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php:35 {
Roothirsch\CoreBundle\FeatureFlag\DatabaseActivator->isActive($name, Context $context) …
› try {
› $featureFlag = $this->repository->findOneBy(['name' => $name]);
› if ($featureFlag === null) {
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php:31 {
Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator->isActive($name, Context $context): bool …
› foreach ($this->getActivators() as $activator) {
› if ($activator->isActive($name, $context) === true) {
› $result = $stack[$activator->getName()] = true;
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception/src/Manager/FeatureManager.php:58 {
Flagception\Manager\FeatureManager->isActive($name, ?Context $context = null) …
›
› return $this->activator->isActive($name, $context);
› }
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/FeaturesProvider.php:24 {
Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider->__construct(FeatureManagerInterface $featureManager, KernelInterface $kernel) …
› foreach($flagceptionConfig['flagception']['features'] as $featureName => $feature) {
› self::$features[$featureName] = $featureManager->isActive($featureName);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:4184 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('site', ($container->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? self::getSiteProviderService($container)));
› $instance->addGlobal('features', new \Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider($j, ($container->services['kernel'] ?? $container->get('kernel', 1))));
› $instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2116 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTemplatePathInjectionService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1485 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $container->load('getUserWriteSubscriberService')), 'validate'], 63);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Site\\TemplatePathInjection')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? self::getTemplatePathInjectionService($container)), 'onKernelRequest'], 5);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? self::getTranslationScopeReadSubscriberService($container)), 'handle'], 5);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.038+01:00"
"message" => "User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:113 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#703
#message: "User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:113 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)"
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:113 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
›
› Deprecation::trigger(
› 'doctrine/dbal',
}
/var/www/stage.report.valtema.ch/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/dbal/src/Connection.php:421 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
›
› return $this->_driver->createDatabasePlatformForVersion($version);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
›
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {
› $this->initialize();
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/EntityRepository.php:238 {
Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
› {
› $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
›
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php:35 {
Roothirsch\CoreBundle\FeatureFlag\DatabaseActivator->isActive($name, Context $context) …
› try {
› $featureFlag = $this->repository->findOneBy(['name' => $name]);
› if ($featureFlag === null) {
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php:31 {
Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator->isActive($name, Context $context): bool …
› foreach ($this->getActivators() as $activator) {
› if ($activator->isActive($name, $context) === true) {
› $result = $stack[$activator->getName()] = true;
}
/var/www/stage.report.valtema.ch/vendor/flagception/flagception/src/Manager/FeatureManager.php:58 {
Flagception\Manager\FeatureManager->isActive($name, ?Context $context = null) …
›
› return $this->activator->isActive($name, $context);
› }
}
/var/www/stage.report.valtema.ch/vendor/roothirsch/core-bundle/FeatureFlag/FeaturesProvider.php:24 {
Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider->__construct(FeatureManagerInterface $featureManager, KernelInterface $kernel) …
› foreach($flagceptionConfig['flagception']['features'] as $featureName => $feature) {
› self::$features[$featureName] = $featureManager->isActive($featureName);
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:4184 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('site', ($container->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? self::getSiteProviderService($container)));
› $instance->addGlobal('features', new \Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider($j, ($container->services['kernel'] ?? $container->get('kernel', 1))));
› $instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2116 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getTemplatePathInjectionService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1485 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $container->load('getUserWriteSubscriberService')), 'validate'], 63);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Site\\TemplatePathInjection')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? self::getTemplatePathInjectionService($container)), 'onKernelRequest'], 5);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber')] fn () => ($container->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? self::getTranslationScopeReadSubscriberService($container)), 'handle'], 5);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.039+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "stage_report_valtema_ch"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "5.2"
"defaultTableOptions" => [
"charset" => "utf8"
"collate" => "utf8_unicode_ci"
]
"dbname" => "stage_report_valtema_ch"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.040+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "TRACKING"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.041+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "ORDER"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.042+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "OPTIONAL_ARTICLES"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.042+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "STANDFLUEGEL_LICHTAUSSCHNITT"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.042+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "FSC_FILTER"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.043+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "RC_FILTER"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.043+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "DEBUG_LABELS"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.043+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "MODULE_DECLARATION"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.044+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "MODULE_TRANSLATION"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.044+01:00"
"message" => "User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#862
#message: "User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x."
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php:45 {
ApiPlatform\JsonSchema\SchemaFactory->__construct(?TypeFactoryInterface $typeFactory, ResourceMetadataCollectionFactoryInterface $resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, ?NameConverterInterface $nameConverter = null, ?ResourceClassResolverInterface $resourceClassResolver = null, ?array $distinctFormats = null, ?DefinitionNameFactoryInterface $definitionNameFactory = null) …
› if ($typeFactory) {
› trigger_deprecation('api-platform/core', '3.4', \sprintf('Injecting the "%s" inside "%s" is deprecated and "%s" will be removed in 4.x.', TypeFactoryInterface::class, self::class, TypeFactoryInterface::class));
› $this->typeFactory = $typeFactory;
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2356 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_JsonSchema_BackwardCompatibleSchemaFactoryService($container) …
›
› $container->privates['api_platform.json_schema.backward_compatible_schema_factory'] = $instance = new \ApiPlatform\JsonSchema\BackwardCompatibleSchemaFactory(new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($d, $a, $b, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), ($container->privates['api_platform.hydra.name_converter.hydra_prefix'] ?? self::getApiPlatform_Hydra_NameConverter_HydraPrefixService($container)), $c, $container->parameters['api_platform.jsonschema_formats'], new \ApiPlatform\JsonSchema\DefinitionNameFactory($container->parameters['api_platform.jsonschema_formats'])), $container->parameters['api_platform.serializer.default_context']));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:3354 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getLexikJwtAuthentication_ApiPlatform_Openapi_FactoryService($container) …
› }
› $c = ($container->privates['api_platform.json_schema.backward_compatible_schema_factory'] ?? self::getApiPlatform_JsonSchema_BackwardCompatibleSchemaFactoryService($container));
›
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:2453 {
ContainerY3tnLXm\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
› 'api_platform.serializer.filter_parameter_provider' => 'ApiPlatform\\Serializer\\Parameter\\SerializerFilterParameterProvider',
› ])), ($container->privates['lexik_jwt_authentication.api_platform.openapi.factory'] ?? self::getLexikJwtAuthentication_ApiPlatform_Openapi_FactoryService($container))), $b), $b), $c, NULL, ($container->privates['api_platform.uri_variables.converter'] ?? self::getApiPlatform_UriVariables_ConverterService($container)));
› }
}
/var/www/stage.report.valtema.ch/var/cache/dev/ContainerY3tnLXm/App_KernelDevDebugContainer.php:1466 {
ContainerY3tnLXm\App_KernelDevDebugContainer::ContainerY3tnLXm\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.049+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.051+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://stage.report.valtema.ch/robots.txt"" at RouterListener.php line 149"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1148
#message: "No route found for "GET https://stage.report.valtema.ch/robots.txt""
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1086 …}
-statusCode: 404
-headers: []
trace: {
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Roothirsch\CoreBundle\Security\TokenCookieListener::onAuthenticationSuccessEvent"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.114+01: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"
]
]
1179 => [
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.061+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.logo AS logo_3, t0.theme AS theme_4, t0.order_confirmation_recipients AS order_confirmation_recipients_5, t0.website AS website_6, t0.address AS address_7, t0.company AS company_8, t0.settings AS settings_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.default_contact AS default_contact_12, t13.id AS id_14, t13.created AS created_15, t13.updated AS updated_16, t13.email AS email_17, t13.first_name AS first_name_18, t13.last_name AS last_name_19, t13.area AS area_20, t13.phone AS phone_21, t13.image AS image_22 FROM site t0 LEFT JOIN company_person t13 ON t0.default_contact = t13.id WHERE t0.id = ? LIMIT 1"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber::load"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Roothirsch\CoreBundle\Site\TemplatePathInjection::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber::handle"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Roothirsch\CoreBundle\UserAware\UserDetection::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Roothirsch\CoreBundle\EventListener\LocaleEventListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Roothirsch\CoreBundle\Security\EventListener\CheckUserListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.063+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.064+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.064+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.064+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.064+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerY3tnLXm\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.064+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.098+01:00"
"message" => "User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1865 called by ClassMetadataInfo.php:2946, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1859
#message: "User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1865 called by ClassMetadataInfo.php:2946, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)"
#code: 0
#file: "/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1865 {
Doctrine\ORM\Mapping\ClassMetadataInfo->_validateAndCompleteOneToOneMapping(array $mapping) …
› if (isset($mapping['joinColumns']) && $mapping['joinColumns'] && ! $mapping['isOwningSide']) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:2946 {
Doctrine\ORM\Mapping\ClassMetadataInfo->mapOneToOne(array $mapping) …
›
› $mapping = $this->_validateAndCompleteOneToOneMapping($mapping);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:398 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› $mapping['fetch'] = $this->getFetchMode($className, $oneToOneAttribute->fetch);
› $metadata->mapOneToOne($mapping);
› } elseif ($oneToManyAttribute !== null) {
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:77 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata) …
› if (strpos($className, $namespace) === 0) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:42 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:149 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/var/www/stage.report.valtema.ch/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/stage.report.valtema.ch/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:96 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
› foreach ($driver->getAllClassNames() as $className) {
› $metadata[] = $this->getMetadataFor($className);
› }
}
/var/www/stage.report.valtema.ch/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:80 {
Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
› foreach ($managers as $manager) {
› $metadata[] = $manager->getMetadataFactory()->getAllMetadata();
› }
}
/var/www/stage.report.valtema.ch/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/var/www/stage.report.valtema.ch/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/var/www/stage.report.valtema.ch/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
› {
› return $this->reader->getAllClassNames();
› }
}
/var/www/stage.report.valtema.ch/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
› $mappings = [];
› $uploadableClasses = $this->metadataReader->getUploadableClasses();
› foreach ($uploadableClasses as $class) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/stage.report.valtema.ch/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) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/stage.report.valtema.ch/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/stage.report.valtema.ch/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/stage.report.valtema.ch/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/stage.report.valtema.ch/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/stage.report.valtema.ch/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Roothirsch\CoreBundle\Security\TokenCookieListener::onAuthenticationSuccessEvent"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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" => 1766093791
"timestamp_rfc3339" => "2025-12-18T22:36:31.110+01: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
1179 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#205 …}
} |