| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#2815
-records: [
18 => [
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.225+00:00"
"message" => "User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:113 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2439
#message: "User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:113 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)"
#code: 0
#file: "/usr/vhosts/unione/symfony/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:113 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
›
› Deprecation::trigger(
› 'doctrine/dbal',
}
/usr/vhosts/unione/symfony/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/dbal/src/Connection.php:421 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
›
› return $this->_driver->createDatabasePlatformForVersion($version);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/usr/vhosts/unione/symfony/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:185 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
› try {
› return $connection->getDatabasePlatform();
› } catch (DriverException $driverException) {
}
/usr/vhosts/unione/symfony/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:163 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! empty($mappingTypes)) {
› $platform = $this->getDatabasePlatform($connection);
› foreach ($mappingTypes as $dbType => $doctrineType) {
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2232 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = ($container->privates['doctrine.dbal.connection_factory'] ?? self::getDoctrine_Dbal_ConnectionFactoryService($container))->createConnection(['driver' => 'pdo_mysql', 'host' => $container->getEnv('DATABASE_HOST'), 'port' => $container->getEnv('DATABASE_PORT'), 'dbname' => $container->getEnv('DATABASE_NAME'), 'user' => $container->getEnv('DATABASE_USER'), 'password' => $container->getEnv('DATABASE_PASSWORD'), 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'driverOptions' => ['x_reconnect_attempts' => 5], 'wrapperClass' => 'Facile\\DoctrineMySQLComeBack\\Doctrine\\DBAL\\Connection', 'serverVersion' => 5.5999999999999996, 'defaultTableOptions' => []], $b, $a, ['enum' => 'string']);
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2271 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2261 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerKeepAliveGhost9dc1ffa', static fn () => \EntityManagerKeepAliveGhost9dc1ffa::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/usr/vhosts/unione/symfony/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerLCjU6tI\EntityManagerKeepAliveGhost9dc1ffa->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/usr/vhosts/unione/symfony/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/usr/vhosts/unione/symfony/src/App/Infrastructure/Persistence/Doctrine/ORM/BaseRepository.php:35 {
App\Infrastructure\Persistence\Doctrine\ORM\BaseRepository->__construct(EntityManager $entityManager) …
› */
› $repository = $entityManager->getRepository($this->getFQDN());
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3672 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getUserRepositoryReadService($container) …
› {
› return $container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryRead'] = new \User\Infrastructure\Repository\User\ORM\UserRepositoryRead(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2111 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getUserServiceService($container) …
› {
› return $container->services['User\\Service\\UserService'] = new \User\Service\UserService(($container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryRead'] ?? self::getUserRepositoryReadService($container)), ($container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryWrite'] ?? self::getUserRepositoryWriteService($container)), ($container->services['UniSender\\UniGridBundle\\Service\\APIKeyGenerator'] ?? self::getAPIKeyGeneratorService($container)), ($container->services['UniSender\\EncryptionBundle\\Service\\HasherService'] ?? self::getHasherServiceService($container)), ($container->privates['User\\Infrastructure\\InternalServiceProvider\\User\\UserProviderInterface'] ?? self::getUserProviderInterfaceService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3546 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getPushUserActionHistoryQueueCommandHandlerService($container) …
›
› return $container->privates['User\\Command\\Handler\\PushUserActionHistoryQueueCommandHandler'] = new \User\Command\Handler\PushUserActionHistoryQueueCommandHandler($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $b, ($container->services['User\\Service\\UserService'] ?? self::getUserServiceService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2872 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getSwitchUserSubscriberService($container) …
› }
› $b = ($container->privates['User\\Command\\Handler\\PushUserActionHistoryQueueCommandHandler'] ?? self::getPushUserActionHistoryQueueCommandHandlerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2336 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('security.switch_user', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'swapTokenOnUserSwitch'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'refreshToken'], 1000);
› $instance->addListener('App\\Security\\EventSubscriber\\Event\\SwitchWithoutStrongPasswordRequiredEvent', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'switchWithoutStrongPasswordRequired'], 0);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.225+00:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2406
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/usr/vhosts/unione/symfony/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/usr/vhosts/unione/symfony/vendor/doctrine/orm/src/EntityManager.php:177 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2271 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2261 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerKeepAliveGhost9dc1ffa', static fn () => \EntityManagerKeepAliveGhost9dc1ffa::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/usr/vhosts/unione/symfony/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerLCjU6tI\EntityManagerKeepAliveGhost9dc1ffa->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/usr/vhosts/unione/symfony/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/usr/vhosts/unione/symfony/src/App/Infrastructure/Persistence/Doctrine/ORM/BaseRepository.php:35 {
App\Infrastructure\Persistence\Doctrine\ORM\BaseRepository->__construct(EntityManager $entityManager) …
› */
› $repository = $entityManager->getRepository($this->getFQDN());
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3672 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getUserRepositoryReadService($container) …
› {
› return $container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryRead'] = new \User\Infrastructure\Repository\User\ORM\UserRepositoryRead(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2111 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getUserServiceService($container) …
› {
› return $container->services['User\\Service\\UserService'] = new \User\Service\UserService(($container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryRead'] ?? self::getUserRepositoryReadService($container)), ($container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryWrite'] ?? self::getUserRepositoryWriteService($container)), ($container->services['UniSender\\UniGridBundle\\Service\\APIKeyGenerator'] ?? self::getAPIKeyGeneratorService($container)), ($container->services['UniSender\\EncryptionBundle\\Service\\HasherService'] ?? self::getHasherServiceService($container)), ($container->privates['User\\Infrastructure\\InternalServiceProvider\\User\\UserProviderInterface'] ?? self::getUserProviderInterfaceService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3546 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getPushUserActionHistoryQueueCommandHandlerService($container) …
›
› return $container->privates['User\\Command\\Handler\\PushUserActionHistoryQueueCommandHandler'] = new \User\Command\Handler\PushUserActionHistoryQueueCommandHandler($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $b, ($container->services['User\\Service\\UserService'] ?? self::getUserServiceService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2872 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getSwitchUserSubscriberService($container) …
› }
› $b = ($container->privates['User\\Command\\Handler\\PushUserActionHistoryQueueCommandHandler'] ?? self::getPushUserActionHistoryQueueCommandHandlerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2336 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('security.switch_user', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'swapTokenOnUserSwitch'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'refreshToken'], 1000);
› $instance->addListener('App\\Security\\EventSubscriber\\Event\\SwitchWithoutStrongPasswordRequiredEvent', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'switchWithoutStrongPasswordRequired'], 0);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.227+00:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Alerting\Subscriber\ContactEmailChangeEmailFieldEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2356
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Alerting\Subscriber\ContactEmailChangeEmailFieldEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/usr/vhosts/unione/symfony/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/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);
}
/usr/vhosts/unione/symfony/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/usr/vhosts/unione/symfony/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);
}
/usr/vhosts/unione/symfony/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);
›
}
/usr/vhosts/unione/symfony/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/usr/vhosts/unione/symfony/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/usr/vhosts/unione/symfony/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/usr/vhosts/unione/symfony/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);
› }
}
/usr/vhosts/unione/symfony/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/usr/vhosts/unione/symfony/src/App/Infrastructure/Persistence/Doctrine/ORM/BaseRepository.php:35 {
App\Infrastructure\Persistence\Doctrine\ORM\BaseRepository->__construct(EntityManager $entityManager) …
› */
› $repository = $entityManager->getRepository($this->getFQDN());
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3672 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getUserRepositoryReadService($container) …
› {
› return $container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryRead'] = new \User\Infrastructure\Repository\User\ORM\UserRepositoryRead(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2111 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getUserServiceService($container) …
› {
› return $container->services['User\\Service\\UserService'] = new \User\Service\UserService(($container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryRead'] ?? self::getUserRepositoryReadService($container)), ($container->privates['User\\Infrastructure\\Repository\\User\\ORM\\UserRepositoryWrite'] ?? self::getUserRepositoryWriteService($container)), ($container->services['UniSender\\UniGridBundle\\Service\\APIKeyGenerator'] ?? self::getAPIKeyGeneratorService($container)), ($container->services['UniSender\\EncryptionBundle\\Service\\HasherService'] ?? self::getHasherServiceService($container)), ($container->privates['User\\Infrastructure\\InternalServiceProvider\\User\\UserProviderInterface'] ?? self::getUserProviderInterfaceService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3546 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getPushUserActionHistoryQueueCommandHandlerService($container) …
›
› return $container->privates['User\\Command\\Handler\\PushUserActionHistoryQueueCommandHandler'] = new \User\Command\Handler\PushUserActionHistoryQueueCommandHandler($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $b, ($container->services['User\\Service\\UserService'] ?? self::getUserServiceService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2872 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getSwitchUserSubscriberService($container) …
› }
› $b = ($container->privates['User\\Command\\Handler\\PushUserActionHistoryQueueCommandHandler'] ?? self::getPushUserActionHistoryQueueCommandHandlerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2336 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('security.switch_user', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'swapTokenOnUserSwitch'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'refreshToken'], 1000);
› $instance->addListener('App\\Security\\EventSubscriber\\Event\\SwitchWithoutStrongPasswordRequiredEvent', [#[\Closure(name: 'App\\Security\\EventSubscriber\\SwitchUserSubscriber')] fn () => ($container->privates['App\\Security\\EventSubscriber\\SwitchUserSubscriber'] ?? self::getSwitchUserSubscriberService($container)), 'switchWithoutStrongPasswordRequired'], 0);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.241+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1410
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_CachedReaderService.php:23 {
ContainerLCjU6tI\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:6215 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:4217 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1602 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.241+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1408
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_ReaderService.php:23 {
ContainerLCjU6tI\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_CachedReaderService.php:25 {
ContainerLCjU6tI\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:6215 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:4217 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1602 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.241+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1401
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_CacheAdapterService.php:23 {
ContainerLCjU6tI\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getAnnotations_CachedReaderService.php:25 {
ContainerLCjU6tI\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:6215 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:4217 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1602 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.241+00:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1388
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/usr/vhosts/unione/symfony/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:6215 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:4217 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1602 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.242+00:00"
"message" => "User Deprecated: Since web-token/jwt-bundle 3.2.0: The service "jose.internal_clock" is an internal service that will be removed in 4.0.0. Please use a PSR-20 compatible service as clock."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1168
#message: "User Deprecated: Since web-token/jwt-bundle 3.2.0: The service "jose.internal_clock" is an internal service that will be removed in 4.0.0. Please use a PSR-20 compatible service as clock."
#code: 0
#file: "/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getJose_InternalClockService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getJose_InternalClockService.php:23 {
ContainerLCjU6tI\getJose_InternalClockService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('web-token/jwt-bundle', '3.2.0', 'The service "jose.internal_clock" is an internal service that will be removed in 4.0.0. Please use a PSR-20 compatible service as clock.');
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3263 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getExpirationTimeCheckerService($container) …
› {
› return $container->privates['Jose\\Component\\Checker\\ExpirationTimeChecker'] = new \Jose\Component\Checker\ExpirationTimeChecker(0, false, ($container->privates['jose.internal_clock'] ?? $container->load('getJose_InternalClockService')));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1825 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getClaimCheckerManagerFactoryService($container) …
›
› $instance->add('exp', ($container->privates['Jose\\Component\\Checker\\ExpirationTimeChecker'] ?? self::getExpirationTimeCheckerService($container)));
› $instance->add('iat', ($container->privates['Jose\\Component\\Checker\\IssuedAtChecker'] ?? self::getIssuedAtCheckerService($container)));
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3204 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getCheckerCollectorService($container) …
› {
› $a = ($container->services['Jose\\Bundle\\JoseFramework\\Services\\ClaimCheckerManagerFactory'] ?? self::getClaimCheckerManagerFactoryService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3248 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getJoseCollectorService($container) …
› $instance->add(new \Jose\Bundle\JoseFramework\DataCollector\AlgorithmCollector(($container->services['Jose\\Component\\Core\\AlgorithmManagerFactory'] ?? self::getAlgorithmManagerFactoryService($container))));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? self::getCheckerCollectorService($container)));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? self::getJWECollectorService($container)));
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1628 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['UniSender\\UniGridBundle' => (\dirname(__DIR__, 4).'/src/UniSender/UniGridBundle/Resources/config/serializer'), 'UniSender\\LogAnalyzerBundle' => (\dirname(__DIR__, 4).'/src/UniSender/LogAnalyzerBundle/Resources/config/serializer'), 'UniSender\\QueueBundle' => (\dirname(__DIR__, 4).'/src/UniSender/QueueBundle/Resources/config/serializer'), 'UniSender\\NotifyBundle' => (\dirname(__DIR__, 4).'/src/UniSender/NotifyBundle/Resources/config/serializer'), 'Domain\\Model\\RawAggregationEvent\\DTO' => (\dirname(__DIR__, 4).'/src/UniSender/QueueBundle/Resources/config/serializer'), 'UniSender\\NotifyBundle\\Document' => (\dirname(__DIR__, 4).'/src/UniSender/NotifyBundle/Resources/config/serializer'), 'Statistics' => (\dirname(__DIR__, 4).'/src/Statistics/config/serializer'), 'Transport' => (\dirname(__DIR__, 4).'/src/Transport/config/serializer')], ($container->privates['jms_serializer.traceable_event_dispatcher'] ?? self::getJmsSerializer_TraceableEventDispatcherService($container)), ($container->privates['jms_serializer.traceable_handler_registry'] ?? self::getJmsSerializer_TraceableHandlerRegistryService($container)), ($container->privates['jms_serializer.traceable_metadata_factory'] ?? self::getJmsSerializer_TraceableMetadataFactoryService($container)), ($container->privates['jms_serializer.metadata.traceable_file_locator'] ?? self::getJmsSerializer_Metadata_TraceableFileLocatorService($container)), ($container->privates['jms_serializer.traceable_runs_listener'] ??= new \JMS\SerializerBundle\Debug\RunsListener())));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JoseCollector'] ?? self::getJoseCollectorService($container)));
› $instance->add($g);
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.242+00:00"
"message" => "User Deprecated: Since web-token/jwt-bundle 3.3.0: The "Jose\Component\Encryption\Compression\CompressionMethodManagerFactory" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1159
#message: "User Deprecated: Since web-token/jwt-bundle 3.3.0: The "Jose\Component\Encryption\Compression\CompressionMethodManagerFactory" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE."
#code: 0
#file: "/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getCompressionMethodManagerFactoryService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getCompressionMethodManagerFactoryService.php:23 {
ContainerLCjU6tI\getCompressionMethodManagerFactoryService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('web-token/jwt-bundle', '3.3.0', 'The "Jose\\Component\\Encryption\\Compression\\CompressionMethodManagerFactory" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE.');
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3225 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getJWECollectorService($container) …
› {
› return $container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] = new \Jose\Bundle\JoseFramework\DataCollector\JWECollector(($container->services['Jose\\Component\\Encryption\\Compression\\CompressionMethodManagerFactory'] ?? $container->load('getCompressionMethodManagerFactoryService')), ($container->services['Jose\\Component\\Encryption\\Serializer\\JWESerializerManagerFactory'] ?? self::getJWESerializerManagerFactoryService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3249 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getJoseCollectorService($container) …
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? self::getCheckerCollectorService($container)));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? self::getJWECollectorService($container)));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? self::getJWSCollectorService($container)));
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1628 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['UniSender\\UniGridBundle' => (\dirname(__DIR__, 4).'/src/UniSender/UniGridBundle/Resources/config/serializer'), 'UniSender\\LogAnalyzerBundle' => (\dirname(__DIR__, 4).'/src/UniSender/LogAnalyzerBundle/Resources/config/serializer'), 'UniSender\\QueueBundle' => (\dirname(__DIR__, 4).'/src/UniSender/QueueBundle/Resources/config/serializer'), 'UniSender\\NotifyBundle' => (\dirname(__DIR__, 4).'/src/UniSender/NotifyBundle/Resources/config/serializer'), 'Domain\\Model\\RawAggregationEvent\\DTO' => (\dirname(__DIR__, 4).'/src/UniSender/QueueBundle/Resources/config/serializer'), 'UniSender\\NotifyBundle\\Document' => (\dirname(__DIR__, 4).'/src/UniSender/NotifyBundle/Resources/config/serializer'), 'Statistics' => (\dirname(__DIR__, 4).'/src/Statistics/config/serializer'), 'Transport' => (\dirname(__DIR__, 4).'/src/Transport/config/serializer')], ($container->privates['jms_serializer.traceable_event_dispatcher'] ?? self::getJmsSerializer_TraceableEventDispatcherService($container)), ($container->privates['jms_serializer.traceable_handler_registry'] ?? self::getJmsSerializer_TraceableHandlerRegistryService($container)), ($container->privates['jms_serializer.traceable_metadata_factory'] ?? self::getJmsSerializer_TraceableMetadataFactoryService($container)), ($container->privates['jms_serializer.metadata.traceable_file_locator'] ?? self::getJmsSerializer_Metadata_TraceableFileLocatorService($container)), ($container->privates['jms_serializer.traceable_runs_listener'] ??= new \JMS\SerializerBundle\Debug\RunsListener())));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JoseCollector'] ?? self::getJoseCollectorService($container)));
› $instance->add($g);
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.242+00:00"
"message" => "User Deprecated: Since web-token/jwt-bundle 3.3.0: The "Jose\Component\Encryption\Compression\Deflate" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1157
#message: "User Deprecated: Since web-token/jwt-bundle 3.3.0: The "Jose\Component\Encryption\Compression\Deflate" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE."
#code: 0
#file: "/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getDeflateService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getDeflateService.php:23 {
ContainerLCjU6tI\getDeflateService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('web-token/jwt-bundle', '3.3.0', 'The "Jose\\Component\\Encryption\\Compression\\Deflate" service is deprecated and will be removed in version 4.0. Compression is not recommended for the JWE.');
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/getCompressionMethodManagerFactoryService.php:27 {
ContainerLCjU6tI\getCompressionMethodManagerFactoryService::do($container, $lazyLoad = true) …
›
› $instance->add('DEF', $container->load('getDeflateService'));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1559 {
ContainerLCjU6tI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3225 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getJWECollectorService($container) …
› {
› return $container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] = new \Jose\Bundle\JoseFramework\DataCollector\JWECollector(($container->services['Jose\\Component\\Encryption\\Compression\\CompressionMethodManagerFactory'] ?? $container->load('getCompressionMethodManagerFactoryService')), ($container->services['Jose\\Component\\Encryption\\Serializer\\JWESerializerManagerFactory'] ?? self::getJWESerializerManagerFactoryService($container)));
› }
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3249 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getJoseCollectorService($container) …
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? self::getCheckerCollectorService($container)));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? self::getJWECollectorService($container)));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? self::getJWSCollectorService($container)));
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:1628 {
ContainerLCjU6tI\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['UniSender\\UniGridBundle' => (\dirname(__DIR__, 4).'/src/UniSender/UniGridBundle/Resources/config/serializer'), 'UniSender\\LogAnalyzerBundle' => (\dirname(__DIR__, 4).'/src/UniSender/LogAnalyzerBundle/Resources/config/serializer'), 'UniSender\\QueueBundle' => (\dirname(__DIR__, 4).'/src/UniSender/QueueBundle/Resources/config/serializer'), 'UniSender\\NotifyBundle' => (\dirname(__DIR__, 4).'/src/UniSender/NotifyBundle/Resources/config/serializer'), 'Domain\\Model\\RawAggregationEvent\\DTO' => (\dirname(__DIR__, 4).'/src/UniSender/QueueBundle/Resources/config/serializer'), 'UniSender\\NotifyBundle\\Document' => (\dirname(__DIR__, 4).'/src/UniSender/NotifyBundle/Resources/config/serializer'), 'Statistics' => (\dirname(__DIR__, 4).'/src/Statistics/config/serializer'), 'Transport' => (\dirname(__DIR__, 4).'/src/Transport/config/serializer')], ($container->privates['jms_serializer.traceable_event_dispatcher'] ?? self::getJmsSerializer_TraceableEventDispatcherService($container)), ($container->privates['jms_serializer.traceable_handler_registry'] ?? self::getJmsSerializer_TraceableHandlerRegistryService($container)), ($container->privates['jms_serializer.traceable_metadata_factory'] ?? self::getJmsSerializer_TraceableMetadataFactoryService($container)), ($container->privates['jms_serializer.metadata.traceable_file_locator'] ?? self::getJmsSerializer_Metadata_TraceableFileLocatorService($container)), ($container->privates['jms_serializer.traceable_runs_listener'] ??= new \JMS\SerializerBundle\Debug\RunsListener())));
› $instance->add(($container->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JoseCollector'] ?? self::getJoseCollectorService($container)));
› $instance->add($g);
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:3831 {
ContainerLCjU6tI\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/usr/vhosts/unione/symfony/var/cache/dev/ContainerLCjU6tI/App_KernelDevDebugContainer.php:2439 {
ContainerLCjU6tI\App_KernelDevDebugContainer::ContainerLCjU6tI\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Security\EventSubscriber\SwitchUserSubscriber::refreshToken"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Monolog\Processor\UidProcessor::reset"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.254+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.255+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.255+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.255+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\ClearRequestEntityManagerSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\StaffSendMessageSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\ApiSmtpResponseSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\ApiTransactionalResponseSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\ValidationExceptionEventSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\ProfilerSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\Subscriber\RequestLocaleResolver::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ProfilerSubscriber::setProfilerCookie"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ProfilerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ApiSmtpResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ApiTransactionalResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\RequestLocaleResolver::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ResponseHeaderSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "App\Subscriber\ClearRequestEntityManagerSubscriber::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.289+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.290+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
4252 => [
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Security\EventSubscriber\SwitchUserSubscriber::refreshToken"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Monolog\Processor\UidProcessor::reset"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\RequestLocaleResolver::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.259+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\MicroserviceAuthSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\ProfilerSubscriber::setEnableProfiler"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\ProfilerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\ApiSmtpResponseSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\ApiTransactionalResponseSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\DbgLoggerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\MigratingUserCheckSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\SwitchProjectSubscriber::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Subscriber\UserDataCheckSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.260+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.261+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerLCjU6tI\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.265+00:00"
"message" => """
[ErrorController] Unexpected exception. You can try again or contact technical support. Error ID:C1408450-ED76-11F0-874D-0242C0A8D022.. Code: 404. UserId: 0. Due error: No route found for "GET https://euone.bc.dev.ecomz.eu/ru/_profiler/phpstorm:/open". Trace: #0 /usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/WrappedListener.php(115): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher))\n
#1 /usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher))\n
#2 /usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))\n
#3 /usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php(126): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')\n
#4 /usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php(157): Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')\n
#5 /usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)\n
#6 /usr/vhosts/unione/symfony/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)\n
#7 /usr/vhosts/unione/symfony/src/App/Kernel.php(54): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)\n
#8 /usr/vhosts/unione/symfony/public/index.php(30): App\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))\n
#9 {main}
"""
"priority" => 400
"priorityName" => "ERROR"
"context" => []
"channel" => "unione"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.266+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4572
#message: "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead."
#code: 0
#file: "/usr/vhosts/unione/symfony/vendor/symfony/http-foundation/Request.php"
#line: 1364
#severity: E_USER_DEPRECATED
trace: {
/usr/vhosts/unione/symfony/vendor/symfony/http-foundation/Request.php:1364 {
Symfony\Component\HttpFoundation\Request->getContentType(): ?string …
› {
› trigger_deprecation('symfony/http-foundation', '6.2', 'The "%s()" method is deprecated, use "getContentTypeFormat()" instead.', __METHOD__);
›
}
/usr/vhosts/unione/symfony/src/App/Controller/ErrorController.php:65 {
App\Controller\ErrorController->__invoke(Request $request, FlattenException $exception): Response …
› $isComponentRequest = false;
› if ($request->isXmlHttpRequest() || 'json' === $request->getContentType()) {
› $pathInfoExploded = \explode('/', $request->getPathInfo());
}
/usr/vhosts/unione/symfony/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);
›
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
}
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#2772 …}
}
}
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#2772 …}
}
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …26]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
}
}
/usr/vhosts/unione/symfony/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2550 …}
$eventName: "kernel.request"
}
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/usr/vhosts/unione/symfony/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/usr/vhosts/unione/symfony/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 {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/src/App/Kernel.php:54 {
App\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return parent::handle($request, $type, $catch);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
$type: 1
$catch: true
}
}
/usr/vhosts/unione/symfony/public/index.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#18 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ProfilerSubscriber::setProfilerCookie"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ProfilerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ApiSmtpResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ApiTransactionalResponseSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\RequestLocaleResolver::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Subscriber\ResponseHeaderSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "App\Subscriber\ClearRequestEntityManagerSubscriber::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1767975475
"timestamp_rfc3339" => "2026-01-09T16:17:55.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
18 => 0
4252 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#2814 …}
} |