| logger |
Symfony\Component\HttpKernel\Log\Logger {#509
-minLevelIndex: 0
-formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#522 …}
-debug: true
-logs: [
"" => [
[
"channel" => null
"context" => [
"exception" => ErrorException {#80
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sirian\SuggestBundle\SirianSuggestBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:337 {
App\Kernel->registerBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sirian\SuggestBundle\SirianSuggestBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
]
13 => [
[
"channel" => null
"context" => [
"exception" => ErrorException {#133
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#182
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#225
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#226
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#277
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Util\HttpCache\HttpCacheUpdateEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Util\HttpCache\HttpCacheUpdateEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#294
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Doctrine\Listener\PublicIdGeneratorSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#342
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\Specialization\mapping\MappingListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\Specialization\mapping\MappingListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#306
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\VacancyResumeRequest\Doctrine\Listener\VacancyResumeRequestSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\VacancyResumeRequest\Doctrine\Listener\VacancyResumeRequestSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#957
#message: "User Deprecated: The "App\Util\Memoization\Symfony\Normalizer\DoctrineEntityNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:337 {
App\Util\Memoization\SymfonyNormalizer::createDefault(ManagerRegistry $doctrine): self …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:2849 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getMemoizerService($container) …
› {
› return $container->privates['Kenny1911\\Memoizer\\Memoizer'] = new \Kenny1911\Memoizer\Memoizer(\App\Util\Memoization\SymfonyNormalizer::createDefault(($container->services['doctrine'] ?? self::getDoctrineService($container))), ($container->privates['Kenny1911\\Memoizer\\Memoizer.cache'] ??= new \Kenny1911\Memoizer\Cache\InMemoryCache()));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:2188 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getVacancyQuotaRepositoryService($container) …
›
› return $container->privates['App\\Infrastructure\\VacancyQuota\\Repository\\VacancyQuotaRepository'] = new \App\Infrastructure\VacancyQuota\Repository\VacancyQuotaRepository($a, ($container->privates['Kenny1911\\Memoizer\\Memoizer'] ?? self::getMemoizerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/getBaseVacancySnapshotManagerService.php:39 {
ContainerVzm8w4Z\getBaseVacancySnapshotManagerService::do($container, $lazyLoad = true) …
› }
› $d = ($container->privates['App\\Infrastructure\\VacancyQuota\\Repository\\VacancyQuotaRepository'] ?? self::getVacancyQuotaRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:810 {
ContainerVzm8w4Z\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/getSnapShotSubscriberService.php:24 {
ContainerVzm8w4Z\getSnapShotSubscriberService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Domain\\Statistic\\Service\\BaseVacancySnapshotManager'] ?? $container->load('getBaseVacancySnapshotManagerService'));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:810 {
ContainerVzm8w4Z\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/vendor/symfony/dependency-injection/Container.php:404 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› }
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: The "App\Util\Memoization\Symfony\Normalizer\DoctrineEntityNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1248
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\Statistic\Doctrine\Listener\SnapShotSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\Statistic\Doctrine\Listener\SnapShotSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1244
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\PersonalAccount\Doctrine\Listener\CompanyPersonalAccountSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);
›
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/src/Infrastructure/City/Service/CitySelectorManager.php:41 {
App\Infrastructure\City\Service\CitySelectorManager->__construct(EntityManagerInterface $em, AuthService $authService, RequestStack $requestStack, CityIpDetector $cityIpDetector, ?string $defaultCityId, array $popularCitiesIds) …
› ) {
› $this->repository = $this->em->getRepository(City::class);
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1919 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorManagerService($container) …
›
› return $container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] = new \App\Infrastructure\City\Service\CitySelectorManager(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), $a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['App\\Util\\CityIpDetector\\DbIpLiteCityIpDetector'] ?? self::getDbIpLiteCityIpDetectorService($container)), $container->getEnv('DEFAULT_CITY'), $container->getEnv('csv:POPULAR_CITIES'));
› }
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1795 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
› {
› $a = ($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container));
›
}
/var/www/html/var/cache/dev/ContainerVzm8w4Z/App_KernelDevDebugContainer.php:1173 {
ContainerVzm8w4Z\App_KernelDevDebugContainer::ContainerVzm8w4Z\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] fn () => ($container->privates['knp_paginator.subscriber.sliding_pagination'] ?? self::getKnpPaginator_Subscriber_SlidingPaginationService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\CitySelectorListener')] fn () => ($container->privates['App\\EventSubscriber\\CitySelectorListener'] ?? self::getCitySelectorListenerService($container)), 'onKernelRequest'], 10);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Util\\FirstVisit')] fn () => ($container->privates['App\\Util\\FirstVisit'] ?? self::getFirstVisitService($container)), 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Infrastructure\PersonalAccount\Doctrine\Listener\CompanyPersonalAccountSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1776744206
"timestamp_rfc3339" => "2026-04-21T04:03:26.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\RedirectListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1595
#message: "No route found for "GET https://raberu.raduga.red/robots.txt""
#code: 0
#file: "/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1701 …}
-statusCode: 404
-headers: []
trace: {
/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/html/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#527 …}
}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#527 …}
}
}
/var/www/html/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);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
}
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#403 …}
$eventName: "kernel.request"
}
}
/var/www/html/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 {#13 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://raberu.raduga.red/robots.txt"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "error"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "App\Util\HttpCache\HttpCacheEventSubscriber::addLastModifiedHttpHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "App\Util\Pagination\PaginationListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
]
1829 => [
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\RedirectListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\CitySelectorListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\Admin\RoutesListener::__invoke"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\User\UserEmailConfirmedListener::__invoke"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\Employer\CompanyConfirmedListener::__invoke"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\CityRedirectListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\Util\FirstVisit::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerVzm8w4Z\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "App\Util\HttpCache\HttpCacheEventSubscriber::addLastModifiedHttpHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "App\Util\Pagination\PaginationListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1776744207
"timestamp_rfc3339" => "2026-04-21T04:03:27.000+00:00"
]
]
]
-errorCount: [
"" => 0
13 => 1
1829 => 0
]
-handle: null
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#503 …}
} |