Error 500 Internal Server Error

GET https://mercure-qualite-web-test.autobilan-systems.com/admin/planification-audits

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d9bb09"
exception
Doctrine\DBAL\Exception\InvalidFieldNameException {#1514
  #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 {#1510 …}
  -query: Doctrine\DBAL\Query {#1511 …}
  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:1848 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getOneToManyStatement(OneToManyAssociationMapping $assoc, object $sourceEntity, ?int $offset = null, ?int $limit = null): Result …
      › 
      ›     return $this->conn->executeQuery($sql, $params, $types);}
    }
    /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1793 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadOneToManyCollection(AssociationMapping $assoc, object $sourceEntity, PersistentCollection $collection): mixed …
      › assert($assoc instanceof OneToManyAssociationMapping);$stmt = $this->getOneToManyStatement($assoc, $sourceEntity);}
    /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/UnitOfWork.php:2709 {
      Doctrine\ORM\UnitOfWork->loadCollection(PersistentCollection $collection): void …
      › case ClassMetadata::ONE_TO_MANY:    $persister->loadOneToManyCollection($assoc, $collection->getOwner(), $collection);    break;
    }
    /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/PersistentCollection.php:636 {
      Doctrine\ORM\PersistentCollection->doInitialize(): void …
      › $this->unwrap()->clear();$this->getUnitOfWork()->loadCollection($this);$this->takeSnapshot();
    }
    /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/PersistentCollection.php:186 {
      Doctrine\ORM\PersistentCollection->initialize(): void …
      › 
      › $this->doInitialize();}
    /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/collections/src/AbstractLazyCollection.php:313 {
      Doctrine\Common\Collections\AbstractLazyCollection->getIterator() …
      › {    $this->initialize();}
    /home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:328 {
      App\Controller\AuditAgendaController->calculerPlanningPourAuditeur(PersonnelAbs $auditeur, TPlanningtacheRepository $tacheRepo, TAuditRepository $auditRepo, TAudittypeRepository $auditTypeRepo, TUserRepository $userRepo, PlannificationDateAuditSuperviseurRepository $planifSuperviseurRepo, THabilitationRepository $habilitationRepo): array …
      › 
      › foreach ($centres as $centre) {    if (!$centre->getEstactif()) continue;
    }
    /home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:229 {
      App\Controller\AuditAgendaController->planifAudit(TPlanningtacheRepository $tacheRepo, TAuditRepository $auditRepo, TAudittypeRepository $auditTypeRepo, TUserRepository $userRepo, PersonnelAbsRepository $personnelAbsRepo, PlannificationDateAuditSuperviseurRepository $planifSuperviseurRepo, THabilitationRepository $habilitationRepository): Response …
      › // On appelle notre moteur de calcul magique$data = $this->calculerPlanningPourAuditeur(    $user, $tacheRepo, $auditRepo, $auditTypeRepo, $userRepo, $planifSuperviseurRepo,$habilitationRepository
    }
    /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"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#109
  -records: [
    2 => [
      [
        "timestamp" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.858+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_planif_audits"
          "route_parameters" => [
            "_route" => "app_planif_audits"
            "_controller" => "App\Controller\AuditAgendaController::planifAudit"
          ]
          "request_uri" => "https://mercure-qualite-web-test.autobilan-systems.com/admin/planification-audits"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.860+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.860+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.862+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.912+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.930+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.930+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "mainadmin"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.930+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.930+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.931+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.935+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.935+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.935+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.935+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.935+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" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.937+00:00"
        "message" => "User Deprecated: Providing the property $indexes on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\Index attribute instead. (Table.php:26 called by TAudit.php:11, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1217
            #message: "User Deprecated: Providing the property $indexes on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\Index attribute instead. (Table.php:26 called by TAudit.php:11, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)"
            #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/orm/src/Mapping/Table.php:26 {
                Doctrine\ORM\Mapping\Table->__construct(?string $name = null, ?string $schema = null, ?array $indexes = null, ?array $uniqueConstraints = null, array $options = []) …
                › if ($this->indexes !== null) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/src/Entity/TAudit.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: TAuditRepository::class)]#[ORM\Table(    name: "t_audit",
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:115 {
                Doctrine\ORM\Mapping\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
                › 
                › $instance = $attribute->newInstance();assert($instance instanceof MappingAttribute);
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:33 {
                Doctrine\ORM\Mapping\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:83 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
                › 
                › $classAttributes = $this->reader->getClassAttributes($reflectionClass);}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:60 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
                › if (str_starts_with($className, $namespace)) {    $driver->loadMetadataForClass($className, $metadata);}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:39 {
                Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
                › {    $this->driver->loadMetadataForClass($className, $metadata);}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:163 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/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/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/EntityManager.php:220 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query/SqlWalker.php:719 {
                Doctrine\ORM\Query\SqlWalker->walkSelectClause(SelectClause $selectClause): string …
                › 
                › $targetClass   = $this->em->getClassMetadata($assoc->targetEntity);$isIdentifier  = (isset($assoc->id) && $assoc->id === true);
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query/SqlWalker.php:498 {
                Doctrine\ORM\Query\SqlWalker->createSqlForFinalizer(SelectStatement $selectStatement): string …
                › {    $sql = $this->walkSelectClause($selectStatement->selectClause)        . $this->walkFromClause($selectStatement->fromClause)
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query/SqlOutputWalker.php:18 {
                Doctrine\ORM\Query\SqlOutputWalker->getFinalizer(Doctrine\ORM\Query\AST\DeleteStatement|Doctrine\ORM\Query\AST\UpdateStatement|Doctrine\ORM\Query\AST\SelectStatement $AST): SqlFinalizer …
                › case $AST instanceof AST\SelectStatement:    return new SingleSelectSqlFinalizer($this->createSqlForFinalizer($AST));}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query/Parser.php:363 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › if ($outputWalker instanceof OutputWalker) {    $finalizer = $outputWalker->getFinalizer($AST);    $this->parserResult->setSqlFinalizer($finalizer);
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/AbstractQuery.php:935 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/AbstractQuery.php:891 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/AbstractQuery.php:689 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/src/Repository/TPlanningtacheRepository.php:73 {
                App\Repository\TPlanningtacheRepository->findTachesAvenirParUser(TUser $user, ?DateTimeInterface $date = null): array …
                ›         ->getQuery()        ->getResult();}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:288 {
                App\Controller\AuditAgendaController->calculerPlanningPourAuditeur(PersonnelAbs $auditeur, TPlanningtacheRepository $tacheRepo, TAuditRepository $auditRepo, TAudittypeRepository $auditTypeRepo, TUserRepository $userRepo, PlannificationDateAuditSuperviseurRepository $planifSuperviseurRepo, THabilitationRepository $habilitationRepo): array …
                › // --- 1. Récupération de l'agenda ---$taches = $tacheRepo->findTachesAvenirParUser($tUser, $aujourdhui);$joursOccupesParTache = [];
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:229 {
                App\Controller\AuditAgendaController->planifAudit(TPlanningtacheRepository $tacheRepo, TAuditRepository $auditRepo, TAudittypeRepository $auditTypeRepo, TUserRepository $userRepo, PersonnelAbsRepository $personnelAbsRepo, PlannificationDateAuditSuperviseurRepository $planifSuperviseurRepo, THabilitationRepository $habilitationRepository): Response …
                › // On appelle notre moteur de calcul magique$data = $this->calculerPlanningPourAuditeur(    $user, $tacheRepo, $auditRepo, $auditTypeRepo, $userRepo, $planifSuperviseurRepo,$habilitationRepository
              }
              /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" => "deprecation"
      ]
      [
        "timestamp" => 1776764237
        "timestamp_rfc3339" => "2026-04-21T09:37:17.938+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0_.IDPlanningTache AS IDPlanningTache_0, t0_.SiegeOuDomicile AS SiegeOuDomicile_1, t0_.FKFormation AS FKFormation_2, t0_.FKCentre AS FKCentre_3, t0_.DateHeureDebut AS DateHeureDebut_4, t0_.DateHeureFin AS DateHeureFin_5, t0_.Titre AS Titre_6, t0_.Description AS Description_7, t0_.DateHeureMajMYSQL AS DateHeureMajMYSQL_8, t0_.id_session_formation AS id_session_formation_9, t0_.FKPlanningType AS FKPlanningType_10, t0_.FKUser AS FKUser_11, t0_.FKAudit AS FKAudit_12 FROM t_planningtache t0_ WHERE t0_.FKUser = ? AND t0_.DateHeureDebut >= ? ORDER BY t0_.DateHeureDebut ASC"
          "params" => [
            1 => 1419
            2 => "2026-04-21 00:00:00"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#549}
            2 => Doctrine\DBAL\ParameterType {#1024
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.027+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.date_de_soumission AS date_de_soumission_2, t0.date_demander AS date_demander_3, t0.temp_trajet_avant_rdv AS temp_trajet_avant_rdv_4, t0.temp_trajet_apres_rdv AS temp_trajet_apres_rdv_5, t0.centre_id AS centre_id_6, t0.controleur_id AS controleur_id_7, t0.type_audit_id AS type_audit_id_8, t0.auditeur_id AS auditeur_id_9 FROM aut_plannification_date_audit_superviseur t0 WHERE t0.auditeur_id = ?"
          "params" => [
            1 => 16
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#549}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.069+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.personnel_id = ?"
          "params" => [
            1 => 16
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#549}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.089+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 {#1514
            #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 {#1510 …}
            -query: Doctrine\DBAL\Query {#1511 …}
            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:1848 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getOneToManyStatement(OneToManyAssociationMapping $assoc, object $sourceEntity, ?int $offset = null, ?int $limit = null): Result …
                › 
                ›     return $this->conn->executeQuery($sql, $params, $types);}
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1793 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadOneToManyCollection(AssociationMapping $assoc, object $sourceEntity, PersistentCollection $collection): mixed …
                › assert($assoc instanceof OneToManyAssociationMapping);$stmt = $this->getOneToManyStatement($assoc, $sourceEntity);}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/UnitOfWork.php:2709 {
                Doctrine\ORM\UnitOfWork->loadCollection(PersistentCollection $collection): void …
                › case ClassMetadata::ONE_TO_MANY:    $persister->loadOneToManyCollection($assoc, $collection->getOwner(), $collection);    break;
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/PersistentCollection.php:636 {
                Doctrine\ORM\PersistentCollection->doInitialize(): void …
                › $this->unwrap()->clear();$this->getUnitOfWork()->loadCollection($this);$this->takeSnapshot();
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/orm/src/PersistentCollection.php:186 {
                Doctrine\ORM\PersistentCollection->initialize(): void …
                › 
                › $this->doInitialize();}
              /home/ks185124202150/public_html/mercurequaliteweb_test/vendor/doctrine/collections/src/AbstractLazyCollection.php:313 {
                Doctrine\Common\Collections\AbstractLazyCollection->getIterator() …
                › {    $this->initialize();}
              /home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:328 {
                App\Controller\AuditAgendaController->calculerPlanningPourAuditeur(PersonnelAbs $auditeur, TPlanningtacheRepository $tacheRepo, TAuditRepository $auditRepo, TAudittypeRepository $auditTypeRepo, TUserRepository $userRepo, PlannificationDateAuditSuperviseurRepository $planifSuperviseurRepo, THabilitationRepository $habilitationRepo): array …
                › 
                › foreach ($centres as $centre) {    if (!$centre->getEstactif()) continue;
              }
              /home/ks185124202150/public_html/mercurequaliteweb_test/src/Controller/AuditAgendaController.php:229 {
                App\Controller\AuditAgendaController->planifAudit(TPlanningtacheRepository $tacheRepo, TAuditRepository $auditRepo, TAudittypeRepository $auditTypeRepo, TUserRepository $userRepo, PersonnelAbsRepository $personnelAbsRepo, PlannificationDateAuditSuperviseurRepository $planifSuperviseurRepo, THabilitationRepository $habilitationRepository): Response …
                › // On appelle notre moteur de calcul magique$data = $this->calculerPlanningPourAuditeur(    $user, $tacheRepo, $auditRepo, $auditTypeRepo, $userRepo, $planifSuperviseurRepo,$habilitationRepository
              }
              /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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.271+00:00"
        "message" => "Stored the security token in the session."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "_security_mainadmin"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.275+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.276+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.276+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.276+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.276+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"
      ]
    ]
    1681 => [
      [
        "timestamp" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.090+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.091+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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" => 1776764238
        "timestamp_rfc3339" => "2026-04-21T09:37:18.270+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
    1681 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#108 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
connection
"keep-alive"
cookie
"_ga=GA1.1.1983776565.1772115233; _ga_WL6SGM4GN2=GS2.1.s1776763330$o5$g0$t1776763339$j51$l0$h0; mainadmin_auth_profile_token=7f1bfb; mercurequaliteweb_session=e7ubm9ock63ln3j5ef0j91s65f"
host
"mercure-qualite-web-test.autobilan-systems.com"
referer
"https://mercure-qualite-web-test.autobilan-systems.com/admin/gestion_audits"
sec-ch-ua
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 21 Apr 2026 09:37:18 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S22%5D%3A%20Column%20not%20found%3A%201054%20Unknown%20column%20%27t0.date_affectation_auditeur%27%20in%20%27field%20list%27"
x-debug-exception-file
"%2Fhome%2Fks185124202150%2Fpublic_html%2Fmercurequaliteweb_test%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:63"
x-debug-token
"b92c59"

Cookies

Request Cookies

Key Value
_ga
"GA1.1.1983776565.1772115233"
_ga_WL6SGM4GN2
"GS2.1.s1776763330$o5$g0$t1776763339$j51$l0$h0"
mainadmin_auth_profile_token
"7f1bfb"
mercurequaliteweb_session
"e7ubm9ock63ln3j5ef0j91s65f"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Tue, 21 Apr 26 09:32:24 +0000"
Last used
"Tue, 21 Apr 26 09:37:10 +0000"
Lifetime
0

Session Attributes

Attribute Value
_security.last_username
"a.mandet@autobilan-systems.com"
_security_mainadmin
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:9:"mainadmin";i:2;a:5:{i:0;O:23:"App\Entity\PersonnelAbs":27:{s:27:"\x00App\Entity\PersonnelAbs\x00id";i:16;s:28:"\x00App\Entity\PersonnelAbs\x00nom";s:6:"MANDET";s:31:"\x00App\Entity\PersonnelAbs\x00prenom";s:9:"Alexandre";s:30:"\x00App\Entity\PersonnelAbs\x00email";s:30:"a.mandet@autobilan-systems.com";s:30:"\x00App\Entity\PersonnelAbs\x00login";s:9:"alexandre";s:33:"\x00App\Entity\PersonnelAbs\x00password";s:60:"$2y$13$ogcVzeVV3hbj8nDs16n6Y.83AWQA6c6Vtzh..kE3zzlWDGusGxqYq";s:33:"\x00App\Entity\PersonnelAbs\x00auditeur";b:0;s:34:"\x00App\Entity\PersonnelAbs\x00formateur";b:0;s:29:"\x00App\Entity\PersonnelAbs\x00etat";b:1;s:30:"\x00App\Entity\PersonnelAbs\x00image";s:36:"6602351e8ae7775d278ecad0ff897a6e.jpg";s:33:"\x00App\Entity\PersonnelAbs\x00createAt";O:8:"DateTime":3:{s:4:"date";s:26:"2019-05-02 13:07:05.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:33:"\x00App\Entity\PersonnelAbs\x00createBy";s:6:"Import";s:33:"\x00App\Entity\PersonnelAbs\x00fonction";O:37:"Proxies\__CG__\App\Entity\FonctionAbs":1:{s:26:"\x00App\Entity\FonctionAbs\x00id";i:25;}s:34:"\x00App\Entity\PersonnelAbs\x00droitsAbs";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:34:"\x00App\Entity\PersonnelAbs\x00Comptable";b:1;s:37:"\x00App\Entity\PersonnelAbs\x00Informatique";b:0;s:35:"\x00App\Entity\PersonnelAbs\x00Commercial";b:0;s:32:"\x00App\Entity\PersonnelAbs\x00Hotline";b:0;s:34:"\x00App\Entity\PersonnelAbs\x00Direction";b:1;s:38:"\x00App\Entity\PersonnelAbs\x00Administratif";b:1;s:42:"\x00App\Entity\PersonnelAbs\x00formationSessions";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:34:"\x00App\Entity\PersonnelAbs\x00Telephone";s:0:"";s:33:"\x00App\Entity\PersonnelAbs\x00idRiseUp";s:7:"2260244";s:41:"\x00App\Entity\PersonnelAbs\x00SuperviseurAudit";b:1;s:30:"\x00App\Entity\PersonnelAbs\x00TUser";O:31:"Proxies\__CG__\App\Entity\TUser":1:{s:24:"\x00App\Entity\TUser\x00iduser";i:1419;}s:32:"\x00App\Entity\PersonnelAbs\x00initial";s:2:"AM";s:32:"\x00App\Entity\PersonnelAbs\x00centres";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:9:"ROLE_USER";}}}"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 74
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ks185124202150/public_html/mercurequaliteweb_test/public/index.php"
    "line" => 5
    "args" => [
      "/home/ks185124202150/public_html/mercurequaliteweb_test/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"e7233887e63ba8307b429738cdac3b86"
DATABASE_URL
"mysql://qualite_2_web:BouRho13AbS13720@94.23.28.171:3306/mercure_qualite_test"
DB_HOST_CENTRE_PL
"185.43.45.122"
DB_HOST_CENTRE_VL
"185.124.200.153"
DB_HOST_CT_WEB
"185.43.45.120"
DB_HOST_RDV
"185.124.202.150"
DB_HOST_REMONTE_CT
"remonte-ct.aquila-infotech.fr"
DB_NAME_CT_REF
"base_datas_ref"
DB_NAME_CT_WEB
"ct_web"
DB_NAME_RDV
"mercure_rdv"
DB_NAME_REMONTE_CT_PL
"remonte_pl"
DB_NAME_REMONTE_CT_VL
"remonte_vl"
DB_PASSWORD_CENTRE_PL
"U28Fe_5@rT"
DB_PASSWORD_CENTRE_VL
"U28Fe_5@rT"
DB_PASSWORD_CT_WEB
"HxfMtZun7PCAE97x"
DB_PASSWORD_RDV
"AbS2113/!"
DB_PASSWORD_REMONTE_CT
"AquilA13720%"
DB_USER_CENTRE_PL
"statsweb"
DB_USER_CENTRE_VL
"statsweb"
DB_USER_CT_WEB
"espace_client"
DB_USER_RDV
"espace-client-sms"
DB_USER_REMONTE_CT
"remonte_ct"
MAILER_DSN
"smtp://spool-1.smtp.notification-abs.com:25?auth_mode=login&username=noreply%40notification-abs.com&password=TGU1gEHDfy4%40J1z6&verify_peer=0"
MESSENGER_TRANSPORT_DSN
"sync://"
ftp_port_150
"22"
ftp_server_150
"185.124.202.150"
ftp_user_name_150
"autobilan"
ftp_user_pass_150
"3HMo94Gp@ggqc"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/ks185124202150/public_html/mercurequaliteweb_test/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/ks185124202150/public_html/mercurequaliteweb_test/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"_ga=GA1.1.1983776565.1772115233; _ga_WL6SGM4GN2=GS2.1.s1776763330$o5$g0$t1776763339$j51$l0$h0; mainadmin_auth_profile_token=7f1bfb; mercurequaliteweb_session=e7ubm9ock63ln3j5ef0j91s65f"
HTTP_HOST
"mercure-qualite-web-test.autobilan-systems.com"
HTTP_REFERER
"https://mercure-qualite-web-test.autobilan-systems.com/admin/gestion_audits"
HTTP_SEC_CH_UA
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"mercure-qualite-web-test.autobilan-systems.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/admin/planification-audits"
REMOTE_ADDR
"86.228.222.67"
REMOTE_PORT
"61035"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776764237
REQUEST_TIME_FLOAT
1776764237.8518
REQUEST_URI
"/admin/planification-audits"
SCRIPT_FILENAME
"/home/ks185124202150/public_html/mercurequaliteweb_test/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"185.124.200.68"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"mercure-qualite-web-test.autobilan-systems.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"mercure-qualite-web-test.autobilan-systems.com"
SYMFONY_DOTENV_PATH
"/home/ks185124202150/public_html/mercurequaliteweb_test/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,DB_HOST_REMONTE_CT,DB_NAME_REMONTE_CT_VL,DB_NAME_REMONTE_CT_PL,DB_USER_REMONTE_CT,DB_PASSWORD_REMONTE_CT,DB_HOST_CT_WEB,DB_NAME_CT_WEB,DB_NAME_CT_REF,DB_USER_CT_WEB,DB_PASSWORD_CT_WEB,DB_HOST_RDV,DB_NAME_RDV,DB_USER_RDV,DB_PASSWORD_RDV,DB_HOST_CENTRE_VL,DB_USER_CENTRE_VL,DB_PASSWORD_CENTRE_VL,DB_HOST_CENTRE_PL,DB_USER_CENTRE_PL,DB_PASSWORD_CENTRE_PL,ftp_server_150,ftp_user_name_150,ftp_user_pass_150,ftp_port_150,MESSENGER_TRANSPORT_DSN"

Parent Request

Return to parent request (token = d7164a)

Key Value
_controller
"App\Controller\AuditAgendaController::planifAudit"
_firewall_context
"security.firewall.map.context.mainadmin"
_remove_csp_headers
true
_route
"app_planif_audits"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_mainadmin"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#312
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#237 …}
  }
]
_stopwatch_token
"a21cac"