| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#109
-records: [
2 => [
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.626+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_audit_agenda"
"route_parameters" => [
"_route" => "app_audit_agenda"
"_controller" => "App\Controller\AuditAgendaController::index"
]
"request_uri" => "https://mercure-qualite-web-test.autobilan-systems.com/admin/agenda"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.628+00:00"
"message" => "Read existing security token from the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_mainadmin"
"token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"
]
"channel" => "security"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.629+00:00"
"message" => "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#393
#message: "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
#code: 0
#file: "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/ks185124202150/public_html/mercurequaliteweb_test/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);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/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);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:75 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
›
› Deprecation::trigger(
› 'doctrine/dbal',
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:122 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› /** @phpstan-ignore arguments.count (DBAL < 4.x doesn't accept an argument) */
› $platform = $driver->getDatabasePlatform(
› ...(class_exists(StaticServerVersionProvider::class)
}
/home/ks185124202150/public_html/mercurequaliteweb_test/var/cache/dev/ContainerS9NxSAT/App_KernelDevDebugContainer.php:740 {
ContainerS9NxSAT\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $container->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true, 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, NULL, []);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/var/cache/dev/ContainerS9NxSAT/App_KernelDevDebugContainer.php:759 {
ContainerS9NxSAT\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);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/var/cache/dev/ContainerS9NxSAT/App_KernelDevDebugContainer.php:751 {
ContainerS9NxSAT\App_KernelDevDebugContainer::ContainerS9NxSAT\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
ContainerS9NxSAT\EntityManagerGhost614a58f->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/EntityManager.php:495 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:138 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:91 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› foreach ($requestListeners as $listener) {
› $listener($event);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/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 {
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/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/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/HttpKernel.php:159 {
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/ks185124202150/public_html/mercurequaliteweb_test/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/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/Kernel.php:182 {
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/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/ks185124202150/public_html/mercurequaliteweb_test/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.632+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "94.23.28.171"
"port" => 3306
"user" => "qualite_2_web"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "mercure_qualite_test"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.682+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.login AS login_5, t0.password AS password_6, t0.auditeur AS auditeur_7, t0.formateur AS formateur_8, t0.etat AS etat_9, t0.image AS image_10, t0.create_at AS create_at_11, t0.create_by AS create_by_12, t0.comptable AS comptable_13, t0.informatique AS informatique_14, t0.commercial AS commercial_15, t0.hotline AS hotline_16, t0.direction AS direction_17, t0.administratif AS administratif_18, t0.telephone AS telephone_19, t0.id_rise_up AS id_rise_up_20, t0.superviseur_audit AS superviseur_audit_21, t0.initial AS initial_22, t0.fonction_id AS fonction_id_23, t0.FKUser AS FKUser_24 FROM bo_personnel_abs t0 WHERE t0.id = ?"
"params" => [
1 => 16
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#549
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.700+00:00"
"message" => "User was reloaded from a user provider."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
"username" => "a.mandet@autobilan-systems.com"
]
"channel" => "security"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.700+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "mainadmin"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.700+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "mainadmin"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.700+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "mainadmin"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.701+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.707+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.707+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.709+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.709+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.709+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.709+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerS9NxSAT\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.709+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.710+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.IDPlanningType AS IDPlanningType_1, t0.NomTypeTache AS NomTypeTache_2, t0.RVB_R AS RVB_R_3, t0.RVB_V AS RVB_V_4, t0.RVB_B AS RVB_B_5, t0.DateHeureMajMYSQL AS DateHeureMajMYSQL_6 FROM t_planningtype t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.726+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.IDAuditType AS IDAuditType_1, t0.LibelleAuditType AS LibelleAuditType_2, t0.VL AS VL_3, t0.PL AS PL_4, t0.CL AS CL_5, t0.Tarif AS Tarif_6, t0.Duree AS Duree_7, t0.DateHeureMajMYSQL AS DateHeureMajMYSQL_8 FROM t_audittype t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.743+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.IDCentre AS IDCentre_1, t0.NumeroAgrementCentre AS NumeroAgrementCentre_2, t0.LoginCentre AS LoginCentre_3, t0.MotDePasseCrypte AS MotDePasseCrypte_4, t0.estVL AS estVL_5, t0.LogoCentre AS LogoCentre_6, t0.DateCreationInstallation AS DateCreationInstallation_7, t0.EnseigneCommerciale AS EnseigneCommerciale_8, t0.DateAgrementCentre AS DateAgrementCentre_9, t0.SurfaceTerrain AS SurfaceTerrain_10, t0.SurfaceZonesCouvertes AS SurfaceZonesCouvertes_11, t0.SurfaceZoneControle AS SurfaceZoneControle_12, t0.SurfaceBureaux AS SurfaceBureaux_13, t0.SurfaceSalleAttente AS SurfaceSalleAttente_14, t0.SurfaceParking AS SurfaceParking_15, t0.NombrePlacesParking AS NombrePlacesParking_16, t0.HauteurPorte AS HauteurPorte_17, t0.NombreLignesDeControle AS NombreLignesDeControle_18, t0.FKAdresseCNPA AS FKAdresseCNPA_19, t0.AdresseFacturationEstAdresseCentre AS AdresseFacturationEstAdresseCentre_20, t0.PL_NumeroAccreditationCentre AS PL_NumeroAccreditationCentre_21, t0.PL_DateAccreditationCentre AS PL_DateAccreditationCentre_22, t0.PL_SurfaceLocalArchives AS PL_SurfaceLocalArchives_23, t0.PL_NombrePlacesParkingEntree AS PL_NombrePlacesParkingEntree_24, t0.PL_NombrePlacesParkingSortie AS PL_NombrePlacesParkingSortie_25, t0.PL_ZoneDeControleLongueur AS PL_ZoneDeControleLongueur_26, t0.PL_ZoneDeControleLargeur AS PL_ZoneDeControleLargeur_27, t0.VL_HauteurPontEtOuFosse AS VL_HauteurPontEtOuFosse_28, t0.FK_VL_AdresseChauffage AS FK_VL_AdresseChauffage_29, t0.FKConciliateur AS FKConciliateur_30, t0.FKSociete AS FKSociete_31, t0.estActif AS estActif_32, t0.CommandeAutorisee AS CommandeAutorisee_33, t0.ID_CentreGroupe AS ID_CentreGroupe_34, t0.DateMiseEnServiceESIControl AS DateMiseEnServiceESIControl_35, t0.DateHeureMajMYSQL AS DateHeureMajMYSQL_36, t0.date_affectation_auditeur AS date_affectation_auditeur_37, t0.FKAdresseCentre AS FKAdresseCentre_38, t39.id AS id_40, t39.numero_compte_comptable AS numero_compte_comptable_41, t39.tarif_pv_reg AS tarif_pv_reg_42, t39.tarif_pv_vol AS tarif_pv_vol_43, t39.remise_expedition_paragon AS remise_expedition_paragon_44, t39.remise_produit AS remise_produit_45, t39.nom_facturation AS nom_facturation_46, t39.logo AS logo_47, t39.mercure_access AS mercure_access_48, t39.contrat AS contrat_49, t39.id_doc_contrant AS id_doc_contrant_50, t39.fichier_contrat AS fichier_contrat_51, t39.duree_contrat AS duree_contrat_52, t39.date_contrat AS date_contrat_53, t39.date_fin_contrat AS date_fin_contrat_54, t39.avenant AS avenant_55, t39.id_doc_avenant AS id_doc_avenant_56, t39.fichier_avenant AS fichier_avenant_57, t39.forfait_avenant AS forfait_avenant_58, t39.date_avenant AS date_avenant_59, t39.date_fin_avenant AS date_fin_avenant_60, t39.maintenance AS maintenance_61, t39.id_doc_maintenance AS id_doc_maintenance_62, t39.fichier_maintenance AS fichier_maintenance_63, t39.duree_maintenance AS duree_maintenance_64, t39.date_maintenance AS date_maintenance_65, t39.date_fin_maintenance AS date_fin_maintenance_66, t39.fichier_annexe AS fichier_annexe_67, t39.date_annexe AS date_annexe_68, t39.date_fin_annexe AS date_fin_annexe_69, t39.tarif_rel2ans_auto AS tarif_rel2ans_auto_70, t39.tarif_rel4ans AS tarif_rel4ans_71, t39.numero_compte_comptable_rel AS numero_compte_comptable_rel_72, t39.mode_reglement_compta AS mode_reglement_compta_73, t39.tarif_rel2ans_cent AS tarif_rel2ans_cent_74, t39.tarif_sms AS tarif_sms_75, t39.tarif_pay_ligne AS tarif_pay_ligne_76, t39.audit_compris AS audit_compris_77, t39.contrat_signe AS contrat_signe_78, t39.duree_contrat_signe AS duree_contrat_signe_79, t39.date_debut_contrat_signe AS date_debut_contrat_signe_80, t39.tvacentre AS tvacentre_81, t39.abs_group AS abs_group_82, t39.Centre AS Centre_83, t39.commercial_contrat_id AS commercial_contrat_id_84, t0.personnel_id AS personnel_id_85 FROM t_centre t0 LEFT JOIN bo_parametre_centre t39 ON t39.Centre = t0.IDCentre WHERE t0.estActif = ?"
"params" => [
1 => true
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#549}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.772+00:00"
"message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.date_affectation_auditeur' in 'field list'" at ExceptionConverter.php line 63"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Doctrine\DBAL\Exception\InvalidFieldNameException {#1246
#message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.date_affectation_auditeur' in 'field list'"
#code: 1054
#file: "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 63
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1238 …}
-query: Doctrine\DBAL\Query {#1247 …}
trace: {
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:63 {
Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› 1166,
› 1611 => new InvalidFieldNameException($exception, $query),
› 1052,
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Connection.php:1456 {
Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
› $this->exceptionConverter ??= $this->driver->getExceptionConverter();
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Connection.php:1392 {
Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
› ): DriverException {
› return $this->handleDriverException($e, new Query($sql, $params, $types));
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/dbal/src/Connection.php:809 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
› } catch (Driver\Exception $e) {
› throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:938 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
› [$params, $types] = $this->expandParameters($criteria);
› $stmt = $this->conn->executeQuery($sql, $params, $types);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/EntityRepository.php:110 {
Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
›
› return $persister->loadAll($criteria, $orderBy, $limit, $offset);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:73 {
Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
› return ($this->repository ??= $this->resolveRepository())
› ->findBy($criteria, $orderBy, $limit, $offset);
› }
}
/home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:50 {
App\Controller\AuditAgendaController->index(TPlanningtypeRepository $typeRepo, TAudittypeRepository $auditTypeRepo, TCentreRepository $centreRepo, PersonnelAbsRepository $personnelAbsRepo): Response …
› $typesAudits = $auditTypeRepo->findAll();
› $centres = $centreRepo->findBy(['estactif' => true]);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/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/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/Kernel.php:182 {
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/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/ks185124202150/public_html/mercurequaliteweb_test/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+00:00"
"message" => "Stored the security token in the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_mainadmin"
]
"channel" => "security"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.864+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"
]
]
1413 => [
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.773+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.773+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.773+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.773+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.773+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.773+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.774+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.774+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.774+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.774+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.774+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.775+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.775+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.776+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.776+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.776+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.776+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerS9NxSAT\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.776+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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" => 1776764230
"timestamp_rfc3339" => "2026-04-21T09:37:10.860+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: [
2 => 1
1413 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#108 …}
} |