| logger |
Symfony\Component\HttpKernel\Log\Logger {#466
-minLevelIndex: 0
-formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#479 …}
-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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
]
13 => [
[
"channel" => null
"context" => [
"exception" => ErrorException {#27
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#139
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#181
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#233
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#251
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#250
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#291
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#539
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#961
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:2641 {
ContainerNrVpHps\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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1982 {
ContainerNrVpHps\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/ContainerNrVpHps/getBaseVacancySnapshotManagerService.php:39 {
ContainerNrVpHps\getBaseVacancySnapshotManagerService::do($container, $lazyLoad = true) …
› }
› $d = ($container->privates['App\\Infrastructure\\VacancyQuota\\Repository\\VacancyQuotaRepository'] ?? self::getVacancyQuotaRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:778 {
ContainerNrVpHps\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/getSnapShotSubscriberService.php:24 {
ContainerNrVpHps\getSnapShotSubscriberService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Domain\\Statistic\\Service\\BaseVacancySnapshotManager'] ?? $container->load('getBaseVacancySnapshotManagerService'));
›
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:778 {
ContainerNrVpHps\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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1179
#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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1713 {
ContainerNrVpHps\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)), ($container->privates['App\\Util\\AuthService'] ?? self::getAuthServiceService($container)), ($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/ContainerNrVpHps/App_KernelDevDebugContainer.php:1611 {
ContainerNrVpHps\App_KernelDevDebugContainer::getCitySelectorListenerService($container) …
›
› return $container->privates['App\\EventSubscriber\\CitySelectorListener'] = new \App\EventSubscriber\CitySelectorListener(($container->privates['App\\Infrastructure\\City\\Service\\CitySelectorManager'] ?? self::getCitySelectorManagerService($container)), $a, ($container->privates['App\\Util\\CityRouter'] ?? self::getCityRouterService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNrVpHps/App_KernelDevDebugContainer.php:1107 {
ContainerNrVpHps\App_KernelDevDebugContainer::ContainerNrVpHps\{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);
›
}
/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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"route" => "app.fallback"
"route_parameters" => [
"_route" => "app.fallback"
"_controller" => "App\Controller\FallbackController"
"path" => "robots.txt"
]
"request_uri" => "https://raberu.raduga.red/robots.txt"
"method" => "GET"
]
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1533
#message: "User Deprecated: Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sirian\SuggestBundle\Form\DataTransformer\SuggestTransformer" 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 {
Sirian\SuggestBundle\Form\Type\SuggestType->buildForm(FormBuilderInterface $builder, array $options): void …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/form/ResolvedFormType.php:102 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options) …
›
› $this->innerType->buildForm($builder, $options);
›
}
/var/www/html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:79 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options) …
› {
› $this->proxiedType->buildForm($builder, $options);
› }
}
/var/www/html/vendor/symfony/form/FormFactory.php:58 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› // createBuilder() or buildForm() in the resolved form type
› $type->buildForm($builder, $builder->getOptions());
›
}
/var/www/html/vendor/symfony/form/FormBuilder.php:85 {
Symfony\Component\Form\FormBuilder->create(string $name, ?string $type = null, array $options = []): FormBuilderInterface …
› if (null !== $type) {
› return $this->getFormFactory()->createNamedBuilder($name, $type, null, $options);
› }
}
/var/www/html/vendor/symfony/form/FormBuilder.php:212 {
Symfony\Component\Form\FormBuilder->resolveChildren(): void …
› foreach ($this->unresolvedChildren as $name => $info) {
› $this->children[$name] = $this->create($name, $info[0], $info[1]);
› }
}
/var/www/html/vendor/symfony/form/FormBuilder.php:165 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
›
› $this->resolveChildren();
›
}
/var/www/html/vendor/symfony/form/FormFactory.php:28 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
}
/var/www/html/src/EventSubscriber/CitySelectorListener.php:42 {
App\EventSubscriber\CitySelectorListener->onKernelRequest(RequestEvent $event): void …
›
› $form = $this->formFactory->create(CitySelectFormType::class);
› $form->handleRequest($request);
}
/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 {
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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: Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sirian\SuggestBundle\Form\DataTransformer\SuggestTransformer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1534
#message: "User Deprecated: Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sirian\SuggestBundle\Form\DataTransformer\SuggestTransformer" 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 {
Sirian\SuggestBundle\Form\Type\SuggestType->buildForm(FormBuilderInterface $builder, array $options): void …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/form/ResolvedFormType.php:102 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options) …
›
› $this->innerType->buildForm($builder, $options);
›
}
/var/www/html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:79 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options) …
› {
› $this->proxiedType->buildForm($builder, $options);
› }
}
/var/www/html/vendor/symfony/form/FormFactory.php:58 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› // createBuilder() or buildForm() in the resolved form type
› $type->buildForm($builder, $builder->getOptions());
›
}
/var/www/html/vendor/symfony/form/FormBuilder.php:85 {
Symfony\Component\Form\FormBuilder->create(string $name, ?string $type = null, array $options = []): FormBuilderInterface …
› if (null !== $type) {
› return $this->getFormFactory()->createNamedBuilder($name, $type, null, $options);
› }
}
/var/www/html/vendor/symfony/form/FormBuilder.php:212 {
Symfony\Component\Form\FormBuilder->resolveChildren(): void …
› foreach ($this->unresolvedChildren as $name => $info) {
› $this->children[$name] = $this->create($name, $info[0], $info[1]);
› }
}
/var/www/html/vendor/symfony/form/FormBuilder.php:165 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
›
› $this->resolveChildren();
›
}
/var/www/html/vendor/symfony/form/FormFactory.php:28 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
}
/var/www/html/src/EventSubscriber/CitySelectorListener.php:42 {
App\EventSubscriber\CitySelectorListener->onKernelRequest(RequestEvent $event): void …
›
› $form = $this->formFactory->create(CitySelectFormType::class);
› $form->handleRequest($request);
}
/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 {
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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: Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sirian\SuggestBundle\Form\DataTransformer\SuggestTransformer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticators" => 3
]
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Infrastructure\User\Authenticator"
]
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Infrastructure\User\Authenticator"
]
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
]
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
]
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerNrVpHps\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1408
#message: ""
#code: 0
#file: "/var/www/html/src/Controller/FallbackController.php"
#line: 18
-statusCode: 404
-headers: []
trace: {
/var/www/html/src/Controller/FallbackController.php:18 {
App\Controller\FallbackController->__invoke(): never …
› {
› throw new NotFoundHttpException();
› }
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/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: "" at FallbackController.php line 18"
"priority" => 400
"priorityName" => "error"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
]
1920 => [
[
"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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerNrVpHps\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.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" => 1767872934
"timestamp_rfc3339" => "2026-01-08T11:48:54.000+00:00"
]
]
]
-errorCount: [
"" => 0
13 => 1
1920 => 0
]
-handle: null
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#460 …}
} |