| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#2252
-records: [
10 => [
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.106+00: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 {#1941
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_CachedReaderService.php:23 {
ContainerO5xWW9A\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1062 {
ContainerO5xWW9A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3376 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity')], false);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3395 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1380 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1371 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerO5xWW9A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.106+00: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 {#1937
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_ReaderService.php:23 {
ContainerO5xWW9A\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1062 {
ContainerO5xWW9A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_CachedReaderService.php:25 {
ContainerO5xWW9A\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1062 {
ContainerO5xWW9A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3376 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity')], false);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3395 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1380 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1371 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerO5xWW9A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.106+00: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 {#1928
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_CacheAdapterService.php:23 {
ContainerO5xWW9A\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1062 {
ContainerO5xWW9A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/app/var/cache/dev/ContainerO5xWW9A/getAnnotations_CachedReaderService.php:25 {
ContainerO5xWW9A\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1062 {
ContainerO5xWW9A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3376 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity')], false);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3395 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1380 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1371 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerO5xWW9A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.106+00:00"
"message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:66 called by App_KernelDevDebugContainer.php:3376, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1915
#message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:66 called by App_KernelDevDebugContainer.php:3376, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
#code: 0
#file: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:66 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3376 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity')], false);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3395 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1380 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1371 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerO5xWW9A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.106+00:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:76 called by App_KernelDevDebugContainer.php:3376, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1913
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:76 called by App_KernelDevDebugContainer.php:3376, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:76 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3376 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity')], false);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3395 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1380 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1371 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerO5xWW9A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.106+00:00"
"message" => "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:44 called by App_KernelDevDebugContainer.php:3414, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1894
#message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:44 called by App_KernelDevDebugContainer.php:3414, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)"
#code: 0
#file: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:44 {
Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
› if (! $numberAware) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3414 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $instance->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $instance->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1380 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1371 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerO5xWW9A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.107+00:00"
"message" => "User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1868 called by ClassMetadataInfo.php:2941, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1701
#message: "User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1868 called by ClassMetadataInfo.php:2941, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)"
#code: 0
#file: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1868 {
Doctrine\ORM\Mapping\ClassMetadataInfo->_validateAndCompleteOneToOneMapping(array $mapping) …
› if (isset($mapping['joinColumns']) && $mapping['joinColumns'] && ! $mapping['isOwningSide']) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:2941 {
Doctrine\ORM\Mapping\ClassMetadataInfo->mapOneToOne(array $mapping) …
›
› $mapping = $this->_validateAndCompleteOneToOneMapping($mapping);
›
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:583 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadRelationShipMapping(ReflectionProperty $property, array &$mapping, ClassMetadata $metadata, array $joinColumns, string $className): void …
› $mapping['fetch'] = $this->getFetchMode($className, $oneToOneAnnot->fetch);
› $metadata->mapOneToOne($mapping);
›
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:440 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
› } else {
› $this->loadRelationShipMapping(
› $property,
}
/app/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:77 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata) …
› if (strpos($className, $namespace) === 0) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/app/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:42 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:139 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/app/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/app/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/app/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/app/src/Core/Infrastructure/Repository/School/SchoolRepository.php:28 {
App\Core\Infrastructure\Repository\School\SchoolRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Entity\School\School::class);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:2377 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSchoolRepositoryService($container) …
›
› $instance = new \App\Core\Infrastructure\Repository\School\SchoolRepository($a);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1164 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDomainService($container) …
›
› $instance = new \App\Services\Domain(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, ($container->privates['debug.controller_resolver'] ?? self::getDebug_ControllerResolverService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->privates['App\\Core\\Infrastructure\\Repository\\School\\SchoolRepository'] ?? self::getSchoolRepositoryService($container)), ($container->privates['monolog.logger.request'] ?? self::getMonolog_Logger_RequestService($container)), $container->getEnv('OPENAPI_ENABLED'), $container->getEnv('OPENAPI_REQUEST_LOGGER'));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1409 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [#[\Closure(name: 'App\\Core\\Infrastructure\\EventListener\\MailerEventListener')] fn () => ($container->privates['App\\Core\\Infrastructure\\EventListener\\MailerEventListener'] ??= new \App\Core\Infrastructure\EventListener\MailerEventListener($container->getEnv('MAIL_DISABLE_SEND'), (\dirname(__DIR__, 3).'/log/email.log'))), 'onMessageDisableSending'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'prepareDomain'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\Services\\Domain')] fn () => ($container->services['App\\Services\\Domain'] ?? self::getDomainService($container)), 'switchController'], 0);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/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);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.113+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "api.payment.result.tinkoff"
"route_parameters" => [
"_route" => "api.payment.result.tinkoff"
"_controller" => "App\Core\Ports\Http\Api\Payment\Result\TinkoffResultAction"
]
"request_uri" => "https://dev-4.sksp.site/api/payment/result/tinkoff"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticators" => 3
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticator" => "App\Security\TrustedGatewayAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticator" => "App\Security\TrustedGatewayAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticator" => "App\Security\TokenAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticator" => "App\Security\TokenAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Core\Infrastructure\Storage\StoragePublicUrlInitializer::configure"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Security\IdentitySessionRefreshSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Baldinof\RoadRunnerBundle\Integration\Sentry\SentryTracingRequestListenerDecorator::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Services\Domain::prepareDomain"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.116+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Services\Domain::switchController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\AccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\AdminAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\ChatAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\IsGrantedEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\SchoolAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\StudentAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Subscription\SchoolSubscriptionFeatureEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.138+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.139+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.139+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerO5xWW9A\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.139+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.139+00: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 {#5717
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/app/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/app/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__);
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:4155 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3324 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1113 {
ContainerO5xWW9A\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3619 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1498 {
ContainerO5xWW9A\App_KernelDevDebugContainer::ContainerO5xWW9A\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/app/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';
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.139+00:00"
"message" => "Uncaught PHP Exception JsonException: "Syntax error" at TinkoffResultAction.php line 39"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => JsonException {#5669
#message: "Syntax error"
#code: 4
#file: "/app/src/Core/Ports/Http/Api/Payment/Result/TinkoffResultAction.php"
#line: 39
trace: {
/app/src/Core/Ports/Http/Api/Payment/Result/TinkoffResultAction.php:39 {
App\Core\Ports\Http\Api\Payment\Result\TinkoffResultAction->__invoke(Request $request): Response …
› /** @var array $fields */
› $fields = \json_decode($request->getContent(), true, 512, JSON_THROW_ON_ERROR);
›
arguments: {
$json: ""
$associative: true
$depth: 512
$flags: 4194304
}
}
/app/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Baldinof\RoadRunnerBundle\Reboot\OnExceptionRebootStrategy::onException"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Shared\Infrastructure\Http\ApiExceptionSubscriber::onException"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Core\Infrastructure\EventListener\Affiliate\PartnerEventListener::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Baldinof\RoadRunnerBundle\Integration\Sentry\SentryTracingRequestListenerDecorator::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\User\AuthenticationLogger::addUserDataToLogger"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\User\UserLastActive::updateLastActiveDate"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Security\IdentitySessionRefreshSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Security\LegacyIdentitySessionExchangeSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Services\Domain::updateSessionCookieDomain"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.204+00: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"
]
]
5685 => [
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Core\Infrastructure\Storage\StoragePublicUrlInitializer::configure"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Security\IdentitySessionRefreshSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Baldinof\RoadRunnerBundle\Integration\Sentry\SentryTracingRequestListenerDecorator::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Services\Domain::prepareDomain"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.140+00: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 {#609
#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: "/app/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 53
#severity: E_USER_DEPRECATED
trace: {
/app/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:53 {
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__);
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3907 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3917 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSerializer_NameConverter_MetadataAwareService($container) …
› {
› return $container->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container)));
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:3887 {
ContainerO5xWW9A\App_KernelDevDebugContainer::getSerializerService($container) …
› $c = ($container->services['translator'] ?? self::getTranslatorService($container));
› $d = ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container));
› $e = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
}
/app/var/cache/dev/ContainerO5xWW9A/getErrorControllerService.php:29 {
ContainerO5xWW9A\getErrorControllerService::do($container, $lazyLoad = true) …
›
› return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializerService($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
› }
}
/app/var/cache/dev/ContainerO5xWW9A/App_KernelDevDebugContainer.php:1062 {
ContainerO5xWW9A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/app/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/app/vendor/symfony/dependency-injection/Container.php:211 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› if (!str_contains($controller, '::')) {
› $controller = $this->instantiateController($controller);
›
}
/app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Deprecated: str_starts_with(): Passing null to parameter #1 ($haystack) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5948
#message: "Deprecated: str_starts_with(): Passing null to parameter #1 ($haystack) of type string is deprecated"
#code: 0
#file: "/app/src/Core/Domain/Annotation/Access/AdminAccessEventSubscriber.php"
#line: 60
#severity: E_DEPRECATED
trace: {
/app/src/Core/Domain/Annotation/Access/AdminAccessEventSubscriber.php:60 {
App\Core\Domain\Annotation\Access\AdminAccessEventSubscriber->onKernelController(ControllerEvent $event): void …
› if(
› !\str_starts_with(
› $event->getRequest()->attributes->get('_route'),
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Services\Domain::switchController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\AccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\AdminAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\ChatAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\IsGrantedEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\SchoolAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Access\StudentAccessEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Core\Domain\Annotation\Subscription\SchoolSubscriptionFeatureEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerO5xWW9A\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.141+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.144+00:00"
"message" => "Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6063
#message: "Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated"
#code: 0
#file: "/app/src/EventListener/User/UserLastActive.php"
#line: 53
#severity: E_DEPRECATED
trace: {
/app/src/EventListener/User/UserLastActive.php:53 {
App\EventListener\User\UserLastActive->updateLastActiveDate(ResponseEvent $event): void …
› if(
› \str_contains(
› $event->getRequest()->attributes->get('_route'),
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.144+00:00"
"message" => "Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6064
#message: "Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated"
#code: 0
#file: "/app/src/EventListener/User/UserLastActive.php"
#line: 57
#severity: E_DEPRECATED
trace: {
/app/src/EventListener/User/UserLastActive.php:57 {
App\EventListener\User\UserLastActive->updateLastActiveDate(ResponseEvent $event): void …
› )
› || \preg_match(
› '#admin\.#',
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/app/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);
› }
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/app/vendor/symfony/http-kernel/Kernel.php:208 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$type: 1
$catch: true
}
}
/app/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Core\Infrastructure\EventListener\Affiliate\PartnerEventListener::onResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Baldinof\RoadRunnerBundle\Integration\Sentry\SentryTracingRequestListenerDecorator::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\User\AuthenticationLogger::addUserDataToLogger"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\User\UserLastActive::updateLastActiveDate"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Security\IdentitySessionRefreshSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Security\LegacyIdentitySessionExchangeSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Services\Domain::updateSessionCookieDomain"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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" => 1788013360
"timestamp_rfc3339" => "2026-08-29T14:22:40.184+00: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: [
10 => 1
5685 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#2251 …}
} |