logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#307
-records: [
3 => [
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.692+00:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by Deax_KernelDevDebugContainer.php:801, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#88
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by Deax_KernelDevDebugContainer.php:801, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/dev.opinime.com/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:78 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:801 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
› $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $b->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity')], false)), 'Deax\\Entity');
›
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:774 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::ContainerWlHaQZ8\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost8d1077b', static fn () => \EntityManagerGhost8d1077b::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/dev.opinime.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:61 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/dev.opinime.com/vendor/symfony/var-exporter/LazyGhostTrait.php:118 {
ContainerWlHaQZ8\EntityManagerGhost8d1077b->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/dev.opinime.com/vendor/doctrine/orm/src/EntityManager.php:831 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1139 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getUserRepositoryService($container) …
›
› return $container->privates['Deax\\Repository\\UserRepository'] = new \Deax\Repository\UserRepository($a->getRepository('Deax\\Entity\\User'), $a);
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1149 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getContextService($container) …
› {
› return $container->privates['Deax\\Security\\Context'] = new \Deax\Security\Context(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['Deax\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['Deax\\Repository\\MembershipRepository'] ?? self::getMembershipRepositoryService($container)));
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1107 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getResetPasswordListenerService($container) …
› {
› return $container->privates['Deax\\EventListener\\ResetPasswordListener'] = new \Deax\EventListener\ResetPasswordListener(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['Deax\\Security\\Context'] ?? self::getContextService($container)));
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:875 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::ContainerWlHaQZ8\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'Deax\\EventListener\\LanguageCookieListener')] fn () => ($container->privates['Deax\\EventListener\\LanguageCookieListener'] ??= new \Deax\EventListener\LanguageCookieListener()), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Deax\\EventListener\\ResetPasswordListener')] fn () => ($container->privates['Deax\\EventListener\\ResetPasswordListener'] ?? self::getResetPasswordListenerService($container)), 'onKernelRequest'], 4);
› $instance->addListener('domain.membership.remove', [#[\Closure(name: 'Deax\\EventListener\\TeamSpotListener')] fn () => ($container->privates['Deax\\EventListener\\TeamSpotListener'] ?? $container->load('getTeamSpotListenerService')), 'onMembershipRemoval'], 0);
}
/home/dev.opinime.com/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';
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:257 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:121 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/HttpKernel.php:154 {
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);
›
}
/home/dev.opinime.com/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) {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/Kernel.php:185 {
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 {
}
/home/dev.opinime.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/dev.opinime.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/dev.opinime.com/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/dev.opinime.com/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.692+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:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#40
#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:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/dev.opinime.com/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',
}
/home/dev.opinime.com/vendor/doctrine/orm/src/EntityManager.php:178 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:826 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:774 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::ContainerWlHaQZ8\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost8d1077b', static fn () => \EntityManagerGhost8d1077b::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/dev.opinime.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:61 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/dev.opinime.com/vendor/symfony/var-exporter/LazyGhostTrait.php:118 {
ContainerWlHaQZ8\EntityManagerGhost8d1077b->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/dev.opinime.com/vendor/doctrine/orm/src/EntityManager.php:831 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1139 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getUserRepositoryService($container) …
›
› return $container->privates['Deax\\Repository\\UserRepository'] = new \Deax\Repository\UserRepository($a->getRepository('Deax\\Entity\\User'), $a);
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1149 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getContextService($container) …
› {
› return $container->privates['Deax\\Security\\Context'] = new \Deax\Security\Context(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['Deax\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['Deax\\Repository\\MembershipRepository'] ?? self::getMembershipRepositoryService($container)));
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1107 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getResetPasswordListenerService($container) …
› {
› return $container->privates['Deax\\EventListener\\ResetPasswordListener'] = new \Deax\EventListener\ResetPasswordListener(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['Deax\\Security\\Context'] ?? self::getContextService($container)));
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:875 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::ContainerWlHaQZ8\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'Deax\\EventListener\\LanguageCookieListener')] fn () => ($container->privates['Deax\\EventListener\\LanguageCookieListener'] ??= new \Deax\EventListener\LanguageCookieListener()), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Deax\\EventListener\\ResetPasswordListener')] fn () => ($container->privates['Deax\\EventListener\\ResetPasswordListener'] ?? self::getResetPasswordListenerService($container)), 'onKernelRequest'], 4);
› $instance->addListener('domain.membership.remove', [#[\Closure(name: 'Deax\\EventListener\\TeamSpotListener')] fn () => ($container->privates['Deax\\EventListener\\TeamSpotListener'] ?? $container->load('getTeamSpotListenerService')), 'onMembershipRemoval'], 0);
}
/home/dev.opinime.com/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';
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:257 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:121 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/HttpKernel.php:154 {
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);
›
}
/home/dev.opinime.com/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) {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/Kernel.php:185 {
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 {
}
/home/dev.opinime.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/dev.opinime.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/dev.opinime.com/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/dev.opinime.com/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.693+00:00"
"message" => """
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY\n
results in SERIAL, which is not recommended.\n
Instead, configure identifier generation strategies explicitly through\n
configuration.\n
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use\n
$configuration->setIdentityGenerationPreferences([\n
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n
]); (ClassMetadataFactory.php:755 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
"""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#353
#message: """
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY\n
results in SERIAL, which is not recommended.\n
Instead, configure identifier generation strategies explicitly through\n
configuration.\n
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use\n
$configuration->setIdentityGenerationPreferences([\n
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n
]); (ClassMetadataFactory.php:755 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
"""
#code: 0
#file: "/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/dev.opinime.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/dev.opinime.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:755 {
Doctrine\ORM\Mapping\ClassMetadataFactory->determineIdGeneratorStrategy(AbstractPlatform $platform): int …
› if ($platform instanceof Platforms\PostgreSQLPlatform || is_a($platform, 'Doctrine\DBAL\Platforms\PostgreSqlPlatform')) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/dev.opinime.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:629 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/home/dev.opinime.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/home/dev.opinime.com/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);
›
}
/home/dev.opinime.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/dev.opinime.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/dev.opinime.com/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/dev.opinime.com/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/dev.opinime.com/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);
› }
}
/home/dev.opinime.com/vendor/doctrine/orm/src/EntityManager.php:831 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1139 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getUserRepositoryService($container) …
›
› return $container->privates['Deax\\Repository\\UserRepository'] = new \Deax\Repository\UserRepository($a->getRepository('Deax\\Entity\\User'), $a);
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1149 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getContextService($container) …
› {
› return $container->privates['Deax\\Security\\Context'] = new \Deax\Security\Context(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['Deax\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['Deax\\Repository\\MembershipRepository'] ?? self::getMembershipRepositoryService($container)));
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:1107 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::getResetPasswordListenerService($container) …
› {
› return $container->privates['Deax\\EventListener\\ResetPasswordListener'] = new \Deax\EventListener\ResetPasswordListener(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['Deax\\Security\\Context'] ?? self::getContextService($container)));
› }
}
/home/dev.opinime.com/var/cache/dev/ContainerWlHaQZ8/Deax_KernelDevDebugContainer.php:875 {
ContainerWlHaQZ8\Deax_KernelDevDebugContainer::ContainerWlHaQZ8\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'Deax\\EventListener\\LanguageCookieListener')] fn () => ($container->privates['Deax\\EventListener\\LanguageCookieListener'] ??= new \Deax\EventListener\LanguageCookieListener()), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Deax\\EventListener\\ResetPasswordListener')] fn () => ($container->privates['Deax\\EventListener\\ResetPasswordListener'] ?? self::getResetPasswordListenerService($container)), 'onKernelRequest'], 4);
› $instance->addListener('domain.membership.remove', [#[\Closure(name: 'Deax\\EventListener\\TeamSpotListener')] fn () => ($container->privates['Deax\\EventListener\\TeamSpotListener'] ?? $container->load('getTeamSpotListenerService')), 'onMembershipRemoval'], 0);
}
/home/dev.opinime.com/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';
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:257 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:121 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/HttpKernel.php:154 {
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);
›
}
/home/dev.opinime.com/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) {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/Kernel.php:185 {
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 {
}
/home/dev.opinime.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/dev.opinime.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/dev.opinime.com/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/dev.opinime.com/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.696+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.696+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.696+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.696+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.696+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Deax\EventListener\LanguageCookieListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.696+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev.opinime.com/robots.txt"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#598
#message: "No route found for "GET https://dev.opinime.com/robots.txt""
#code: 0
#file: "/home/dev.opinime.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#538 …}
-statusCode: 404
-headers: []
trace: {
/home/dev.opinime.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/dev.opinime.com/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);
› }
}
/home/dev.opinime.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/HttpKernel.php:154 {
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);
›
}
/home/dev.opinime.com/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) {
}
/home/dev.opinime.com/vendor/symfony/http-kernel/Kernel.php:185 {
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 {
}
/home/dev.opinime.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/dev.opinime.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/dev.opinime.com/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/dev.opinime.com/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sentry\SentryBundle\EventListener\ErrorListener::handleExceptionEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Deax\EventListener\FlagsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Deax\EventListener\LanguageCookieListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.753+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"
]
]
648 => [
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Deax\EventListener\LanguageCookieListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Deax\EventListener\ResetPasswordListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Deax\EventListener\ChooseOrganisationListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Deax\EventListener\FlagsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.699+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.700+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.700+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.700+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.719+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"host" => "127.0.0.1"
"port" => 5432
"user" => "postgres"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "deax"
"serverVersion" => "11"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.736+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_catalog = ?\n
AND table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type = 'BASE TABLE'
"""
"params" => [
1 => "deax"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.740+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT schema_name\n
FROM information_schema.schemata\n
WHERE schema_name NOT LIKE 'pg\_%'\n
AND schema_name != 'information_schema'
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.741+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SHOW search_path"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.741+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.741+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_catalog = ?\n
AND table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type = 'BASE TABLE'
"""
"params" => [
1 => "deax"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.742+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.742+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT c.relname,\n
CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,\n
obj_description(c.oid, 'pg_class') AS comment\n
FROM pg_class c\n
INNER JOIN pg_namespace n\n
ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.743+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.743+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(r.conname) as conname,\n
pg_get_constraintdef(r.oid, true) as condef\n
FROM pg_constraint r\n
JOIN pg_class AS tc ON tc.oid = r.conrelid\n
JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
WHERE r.conrelid IN\n
(\n
SELECT c.oid\n
FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f'
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.744+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT a.attnum,\n
quote_ident(a.attname) AS field,\n
t.typname AS type,\n
format_type(a.atttypid, a.atttypmod) AS complete_type,\n
(SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,\n
(SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,\n
(SELECT format_type(t2.typbasetype, t2.typtypmod) FROM\n
pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,\n
a.attnotnull AS isnotnull,\n
(SELECT 't'\n
FROM pg_index\n
WHERE c.oid = pg_index.indrelid\n
AND pg_index.indkey[0] = a.attnum\n
AND pg_index.indisprimary = 't'\n
) AS pri,\n
(SELECT pg_get_expr(adbin, adrelid)\n
FROM pg_attrdef\n
WHERE c.oid = pg_attrdef.adrelid\n
AND pg_attrdef.adnum=a.attnum\n
) AS default,\n
(SELECT pg_description.description\n
FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid\n
) AS comment\n
FROM pg_attribute a\n
INNER JOIN pg_class c\n
ON c.oid = a.attrelid\n
INNER JOIN pg_type t\n
ON t.oid = a.atttypid\n
INNER JOIN pg_namespace n\n
ON n.oid = c.relnamespace\n
LEFT JOIN pg_depend d\n
ON d.objid = c.oid\n
AND d.deptype = 'e'\n
AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.747+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.748+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(ic.relname) AS relname,\n
i.indisunique,\n
i.indisprimary,\n
i.indkey,\n
i.indrelid,\n
pg_get_expr(indpred, indrelid) AS "where"\n
FROM pg_index i\n
JOIN pg_class AS tc ON tc.oid = i.indrelid\n
JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
JOIN pg_class AS ic ON ic.oid = i.indexrelid\n
WHERE ic.oid IN (\n
SELECT indexrelid\n
FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast'))
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.749+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT attnum, attname FROM pg_attribute WHERE attrelid=198036 AND attnum IN (1) ORDER BY attnum ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.749+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.750+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Deax\EventListener\FlagsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Deax\EventListener\LanguageCookieListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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" => 1751513616
"timestamp_rfc3339" => "2025-07-03T03:33:36.751+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: [
3 => 1
648 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#306 …}
} |