| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1074
-records: [
14 => [
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.168+01:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#820
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php"
#line: 30507
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30507 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getAnnotations_CachedReaderService($container) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38072 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:33113 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31201 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31310 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
› }
› $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30978 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5680 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? self::getApiPlatform_Listener_ExceptionService($container)), 'onKernelException'], -96);
› $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);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.170+01:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#790
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php"
#line: 30521
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30521 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getAnnotations_ReaderService($container) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30509 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getAnnotations_CachedReaderService($container) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? self::getAnnotations_ReaderService($container)), self::getAnnotations_CacheAdapterService($container), true);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38072 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:33113 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31201 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31310 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
› }
› $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30978 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5680 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? self::getApiPlatform_Listener_ExceptionService($container)), 'onKernelException'], -96);
› $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);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.175+01:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#795
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php"
#line: 30479
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30479 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getAnnotations_CacheAdapterService($container) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30509 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getAnnotations_CachedReaderService($container) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? self::getAnnotations_ReaderService($container)), self::getAnnotations_CacheAdapterService($container), true);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38072 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:33113 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31201 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31310 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
› }
› $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30978 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5680 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? self::getApiPlatform_Listener_ExceptionService($container)), 'onKernelException'], -96);
› $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);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.175+01:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#817
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38072 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:33113 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31201 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31310 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
› }
› $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30978 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5680 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? self::getApiPlatform_Listener_ExceptionService($container)), 'onKernelException'], -96);
› $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);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.178+01:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#761
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31514 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)))])));
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31213 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
›
› return $container->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property'] ?? self::getApiPlatform_Cache_Metadata_PropertyService($container)), new \ApiPlatform\JsonSchema\Metadata\Property\Factory\SchemaPropertyMetadataFactory($c, new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.property_extractor.yaml'] ??= new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $container)), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\IdentifierPropertyMetadataFactory($c, new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.property_extractor.xml'] ??= new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $container))))), $c))))), new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31310 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
› }
› $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:30978 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5680 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? self::getApiPlatform_Listener_ExceptionService($container)), 'onKernelException'], -96);
› $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);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.228+01:00"
"message" => "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Logipro\Phoenix\Entity\Type\LearningPathMessage\DateIntervalSignedType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#246
#message: "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Logipro\Phoenix\Entity\Type\LearningPathMessage\DateIntervalSignedType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Doctrine\DBAL\Types\Type::addType($name, $className) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:209 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->initializeTypes(): void …
› } else {
› Type::addType($typeName, $typeConfig['class']);
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:77 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5370 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› $container->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $container->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8', 'driver' => 'pdo_mysql', 'use_savepoints' => true, 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5633 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::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/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5472 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost147f9ba', static fn () => \EntityManagerGhost147f9ba::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
Container5Z6qcdg\EntityManagerGhost147f9ba->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/clients/client70/web85/web/phoenix/src/Phoenix/Repository/LearningPathMessage/LearningPathMessageRepositoryDoctrine.php:28 {
Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine->__construct(EntityManagerInterface $em) …
› /** @var ClassMetadata<LearningPathMessage> $classMD */
› $classMD = $em->getClassMetadata(LearningPathMessage::class);
› parent::__construct($em, $classMD);
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:24580 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathMessageRepositoryDoctrineService($container) …
›
› return $container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] = new \Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine($a);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3552 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathDuplicatorService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] ?? self::getLearningPathMessageRepositoryDoctrineService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3593 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $d = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathDuplicator'] ?? self::getLearningPathDuplicatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29690 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $g = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:27249 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:37842 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('twigGlobalPublishableTerms', ($container->privates['Logipro\\Phoenix\\Service\\Settings\\PublishableTerms\\PublishableTermsHandler'] ?? self::getPublishableTermsHandlerService($container)));
› $instance->addGlobal('enrollmentHandler', ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container)));
› $instance->addGlobal('sessionHandler', ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container)));
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29975 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTimeZoneHandlerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31862 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApp_Timezone_ListenerService($container) …
› {
› $a = ($container->privates['Logipro\\Phoenix\\Service\\TimeZoneHandler'] ?? self::getTimeZoneHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5671 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.242+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:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#166
#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:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:169 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› 'https://github.com/doctrine/orm/pull/10837/',
› '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.'
› );
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/EntityManager.php:182 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $config->getProxyNamespace(),
› $config->getAutoGenerateProxyClasses()
› );
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5633 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::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/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5472 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost147f9ba', static fn () => \EntityManagerGhost147f9ba::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
Container5Z6qcdg\EntityManagerGhost147f9ba->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/clients/client70/web85/web/phoenix/src/Phoenix/Repository/LearningPathMessage/LearningPathMessageRepositoryDoctrine.php:28 {
Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine->__construct(EntityManagerInterface $em) …
› /** @var ClassMetadata<LearningPathMessage> $classMD */
› $classMD = $em->getClassMetadata(LearningPathMessage::class);
› parent::__construct($em, $classMD);
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:24580 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathMessageRepositoryDoctrineService($container) …
›
› return $container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] = new \Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine($a);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3552 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathDuplicatorService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] ?? self::getLearningPathMessageRepositoryDoctrineService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3593 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $d = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathDuplicator'] ?? self::getLearningPathDuplicatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29690 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $g = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:27249 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:37842 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('twigGlobalPublishableTerms', ($container->privates['Logipro\\Phoenix\\Service\\Settings\\PublishableTerms\\PublishableTermsHandler'] ?? self::getPublishableTermsHandlerService($container)));
› $instance->addGlobal('enrollmentHandler', ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container)));
› $instance->addGlobal('sessionHandler', ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container)));
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29975 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTimeZoneHandlerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31862 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApp_Timezone_ListenerService($container) …
› {
› $a = ($container->privates['Logipro\\Phoenix\\Service\\TimeZoneHandler'] ?? self::getTimeZoneHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5671 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.251+01:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Logipro\Phoenix\EventSubscriber\ServerBbbEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#111
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Logipro\Phoenix\EventSubscriber\ServerBbbEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/clients/client70/web85/web/phoenix/src/Phoenix/Repository/LearningPathMessage/LearningPathMessageRepositoryDoctrine.php:28 {
Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine->__construct(EntityManagerInterface $em) …
› /** @var ClassMetadata<LearningPathMessage> $classMD */
› $classMD = $em->getClassMetadata(LearningPathMessage::class);
› parent::__construct($em, $classMD);
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:24580 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathMessageRepositoryDoctrineService($container) …
›
› return $container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] = new \Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine($a);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3552 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathDuplicatorService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] ?? self::getLearningPathMessageRepositoryDoctrineService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3593 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $d = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathDuplicator'] ?? self::getLearningPathDuplicatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29690 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $g = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:27249 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:37842 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('twigGlobalPublishableTerms', ($container->privates['Logipro\\Phoenix\\Service\\Settings\\PublishableTerms\\PublishableTermsHandler'] ?? self::getPublishableTermsHandlerService($container)));
› $instance->addGlobal('enrollmentHandler', ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container)));
› $instance->addGlobal('sessionHandler', ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container)));
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29975 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTimeZoneHandlerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31862 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApp_Timezone_ListenerService($container) …
› {
› $a = ($container->privates['Logipro\\Phoenix\\Service\\TimeZoneHandler'] ?? self::getTimeZoneHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5671 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.252+01:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Logipro\Phoenix\EntityListener\LearningPathItemListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#243
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Logipro\Phoenix\EntityListener\LearningPathItemListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/clients/client70/web85/web/phoenix/src/Phoenix/Repository/LearningPathMessage/LearningPathMessageRepositoryDoctrine.php:28 {
Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine->__construct(EntityManagerInterface $em) …
› /** @var ClassMetadata<LearningPathMessage> $classMD */
› $classMD = $em->getClassMetadata(LearningPathMessage::class);
› parent::__construct($em, $classMD);
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:24580 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathMessageRepositoryDoctrineService($container) …
›
› return $container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] = new \Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine($a);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3552 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathDuplicatorService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] ?? self::getLearningPathMessageRepositoryDoctrineService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3593 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $d = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathDuplicator'] ?? self::getLearningPathDuplicatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29690 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $g = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:27249 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:37842 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('twigGlobalPublishableTerms', ($container->privates['Logipro\\Phoenix\\Service\\Settings\\PublishableTerms\\PublishableTermsHandler'] ?? self::getPublishableTermsHandlerService($container)));
› $instance->addGlobal('enrollmentHandler', ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container)));
› $instance->addGlobal('sessionHandler', ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container)));
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29975 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTimeZoneHandlerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31862 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApp_Timezone_ListenerService($container) …
› {
› $a = ($container->privates['Logipro\\Phoenix\\Service\\TimeZoneHandler'] ?? self::getTimeZoneHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5671 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.252+01:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Logipro\Phoenix\EntityListener\LearningPathItemListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#240
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Logipro\Phoenix\EntityListener\LearningPathItemListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/clients/client70/web85/web/phoenix/src/Phoenix/Repository/LearningPathMessage/LearningPathMessageRepositoryDoctrine.php:28 {
Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine->__construct(EntityManagerInterface $em) …
› /** @var ClassMetadata<LearningPathMessage> $classMD */
› $classMD = $em->getClassMetadata(LearningPathMessage::class);
› parent::__construct($em, $classMD);
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:24580 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathMessageRepositoryDoctrineService($container) …
›
› return $container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] = new \Logipro\Phoenix\Repository\LearningPathMessage\LearningPathMessageRepositoryDoctrine($a);
› }
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3552 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathDuplicatorService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Repository\\LearningPathMessage\\LearningPathMessageRepositoryDoctrine'] ?? self::getLearningPathMessageRepositoryDoctrineService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3593 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $d = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathDuplicator'] ?? self::getLearningPathDuplicatorService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29690 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $g = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:27249 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $d = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:37842 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $instance->addGlobal('twigGlobalPublishableTerms', ($container->privates['Logipro\\Phoenix\\Service\\Settings\\PublishableTerms\\PublishableTermsHandler'] ?? self::getPublishableTermsHandlerService($container)));
› $instance->addGlobal('enrollmentHandler', ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container)));
› $instance->addGlobal('sessionHandler', ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container)));
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:29975 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTimeZoneHandlerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:31862 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getApp_Timezone_ListenerService($container) …
› {
› $a = ($container->privates['Logipro\\Phoenix\\Service\\TimeZoneHandler'] ?? self::getTimeZoneHandlerService($container));
›
}
/var/www/clients/client70/web85/web/phoenix/var/cache/dev/Container5Z6qcdg/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5671 {
Container5Z6qcdg\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container5Z6qcdg\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.287+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.287+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.287+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.287+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.287+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.287+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.296+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev-laurent-agorainfinity.tree-learning.fr/robots.txt"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1147
#message: "No route found for "GET https://dev-laurent-agorainfinity.tree-learning.fr/robots.txt""
#code: 0
#file: "/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#34 …}
-statusCode: 404
-headers: []
trace: {
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/clients/client70/web85/web/phoenix/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/clients/client70/web85/web/phoenix/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/clients/client70/web85/web/phoenix/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Logipro\Phoenix\EventSubscriber\AccessDeniedListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.487+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.488+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.488+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.488+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"
]
]
1146 => [
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Logipro\Phoenix\Listener\TimezoneListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.298+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Logipro\Phoenix\KernelListener\KernelListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.299+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.299+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.303+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.303+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.303+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container5Z6qcdg\RequestPayloadValueResolverGhostB79b925::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.303+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.353+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"charset" => "utf8"
"driver" => "pdo_mysql"
"use_savepoints" => true
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => null
"user" => "devlaurentagorDB"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "devlaurentagorDB"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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" => 1767863543
"timestamp_rfc3339" => "2026-01-08T10:12:23.465+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: [
14 => 1
1146 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1080 …}
} |