Error 500 Internal Server Error

GET https://editeur-dentaire.fr/document/peview/1116430

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"3184df"
exception
Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException {#1454
  #message: "The file "/var/www/vhosts/editeur-dentaire.fr/httpdocs/upload/documents/aec6dcb3e859b6030c47cb930973f770.pdf" does not exist"
  #code: 0
  #file: "/var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Helper/FileHelper.php"
  #line: 41
  trace: {
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Helper/FileHelper.php:41 {
      App\Helper\FileHelper::generateFile(string $path, string $fileName): BinaryFileResponse …
      › if(!is_file($fullFileName)){    throw new FileNotFoundException($fullFileName);}
    }
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Helper/FileHelper.php:78 {
      App\Helper\FileHelper::generateFileInlineResponse(string $path, string $fileName): BinaryFileResponse …
      › {    $response = self::generateFile($path, $fileName);    $response->setContentDisposition(ResponseHeaderBag::DISPOSITION_INLINE, $fileName);
    }
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Controller/DocumentController.php:394 {
      App\Controller\DocumentController->preview(int $id) …
      › 
      ›     return FileHelper::generateFileInlineResponse($path, $document->getName());}
    }
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
    }
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
      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 {
    }
    /var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#643
  -records: [
    10 => [
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.393+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "preview_document"
          "route_parameters" => [
            "_route" => "preview_document"
            "_controller" => "App\Controller\DocumentController::preview"
            "id" => "1116430"
          ]
          "request_uri" => "https://editeur-dentaire.fr/document/peview/1116430"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.394+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.394+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.394+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.395+02:00"
        "message" => "Read existing security token from the session."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "_security_main"
          "token_class" => "Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.396+02:00"
        "message" => "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:1735, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#752
            #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:1735, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)"
            #code: 0
            #file: "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php:47 {
                Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
                › if (! $numberAware) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:1735 {
                ContainerVVTKFim\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$instance->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$instance->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:912 {
                ContainerVVTKFim\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);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:903 {
                ContainerVVTKFim\App_KernelDevDebugContainer::{closure:ContainerVVTKFim\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():903} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:66 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:48 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Security/UserLoginProvider.php:52 {
                App\Security\UserLoginProvider->refreshUser(UserInterface $user): UserInterface …
                › 
                › $reloadedUser = $this->userRepository->find($user->getId());if ($reloadedUser instanceof UserInterface) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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;
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
                Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
                › $originalToken = $token;$token = $this->refreshUser($token);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:70 {
                Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
                › foreach ($listeners as $listener) {    $listener($event);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:94 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › } elseif (false !== $listener->supports($event->getRequest())) {    $listener->authenticate($event);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-http/Firewall.php:93 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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 {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.397+02:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#762
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:912 {
                ContainerVVTKFim\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);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:903 {
                ContainerVVTKFim\App_KernelDevDebugContainer::{closure:ContainerVVTKFim\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():903} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:66 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:48 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Security/UserLoginProvider.php:52 {
                App\Security\UserLoginProvider->refreshUser(UserInterface $user): UserInterface …
                › 
                › $reloadedUser = $this->userRepository->find($user->getId());if ($reloadedUser instanceof UserInterface) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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;
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
                Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
                › $originalToken = $token;$token = $this->refreshUser($token);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:70 {
                Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
                › foreach ($listeners as $listener) {    $listener($event);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:94 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › } elseif (false !== $listener->supports($event->getRequest())) {    $listener->authenticate($event);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-http/Firewall.php:93 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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 {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.399+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "utf8mb4"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3310
            "user" => "root"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "8.0.34"
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collate" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "Saps_base"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.400+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.civility AS civility_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.login AS login_4, t0.password AS password_5, t0.email AS email_6, t0.phone AS phone_7, t0.mobile_phone AS mobile_phone_8, t0.contact AS contact_9, t0.status AS status_10, t0.first_login AS first_login_11, t0.avatar AS avatar_12, t0.token AS token_13, t0.token_created_at AS token_created_at_14, t0.id AS id_15, t0.role_id AS role_id_16, t0.group_id AS group_id_17 FROM user t0 WHERE t0.id = ?"
          "params" => [
            1 => 1046
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.403+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.label AS label_2, t0.id AS id_3, t4.civility AS civility_5, t4.first_name AS first_name_6, t4.last_name AS last_name_7, t4.login AS login_8, t4.password AS password_9, t4.email AS email_10, t4.phone AS phone_11, t4.mobile_phone AS mobile_phone_12, t4.contact AS contact_13, t4.status AS status_14, t4.first_login AS first_login_15, t4.avatar AS avatar_16, t4.token AS token_17, t4.token_created_at AS token_created_at_18, t4.id AS id_19, t4.role_id AS role_id_20, t4.group_id AS group_id_21, t0.parent AS parent_22 FROM role t0 LEFT JOIN user t4 ON t4.role_id = t0.id WHERE t0.id = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.405+02:00"
        "message" => "User was reloaded from a user provider."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "provider" => "App\Security\UserLoginProvider"
          "username" => "amine_gest_fd"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.405+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.407+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.date AS date_0, c0_.first_connection_time AS first_connection_time_1, c0_.last_connection_time AS last_connection_time_2, c0_.last_action_time AS last_action_time_3, c0_.last_disconnection_time AS last_disconnection_time_4, c0_.total_duration AS total_duration_5, c0_.session_count AS session_count_6, c0_.active AS active_7, c0_.id AS id_8, c0_.user_id AS user_id_9 FROM connection_history c0_ INNER JOIN user u1_ ON c0_.user_id = u1_.id WHERE u1_.id = ? ORDER BY c0_.date DESC LIMIT 1"
          "params" => [
            1 => 1046
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.408+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.date AS date_1, t0.first_connection_time AS first_connection_time_2, t0.last_connection_time AS last_connection_time_3, t0.last_action_time AS last_action_time_4, t0.last_disconnection_time AS last_disconnection_time_5, t0.total_duration AS total_duration_6, t0.session_count AS session_count_7, t0.active AS active_8, t0.id AS id_9, t0.user_id AS user_id_10 FROM connection_history t0 WHERE t0.user_id = ? AND t0.date = ? LIMIT 1"
          "params" => [
            1 => 1046
            2 => "2026-04-25"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.408+02:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.409+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UPDATE connection_history SET last_action_time = ? WHERE id = ?"
          "params" => [
            1 => "2026-04-25 17:50:00"
            2 => 97688
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.410+02:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\MaintenanceListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\FirstLoginListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.411+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\AjaxSessionCloseListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.414+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.414+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.414+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.415+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.415+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.415+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.415+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.415+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.417+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.name AS name_0, d0_.created_at AS created_at_1, d0_.visit_date AS visit_date_2, d0_.bounded_at AS bounded_at_3, d0_.signed_by_patient AS signed_by_patient_4, d0_.signed_by_centre AS signed_by_centre_5, d0_.signed_by_patient_at AS signed_by_patient_at_6, d0_.signed_by_centre_at AS signed_by_centre_at_7, d0_.refused_by_patient AS refused_by_patient_8, d0_.refused_by_patient_at AS refused_by_patient_at_9, d0_.sent_to_patient_to_sign AS sent_to_patient_to_sign_10, d0_.sent_to_patient_to_sign_at AS sent_to_patient_to_sign_at_11, d0_.id AS id_12, d0_.user_id AS user_id_13, d0_.type_id AS type_id_14, d0_.quotation_status_id AS quotation_status_id_15, d0_.comment_id AS comment_id_16, d0_.quotation_id AS quotation_id_17, d0_.patient_id AS patient_id_18, d0_.centre_id AS centre_id_19, d0_.signed_by_centre_user_id AS signed_by_centre_user_id_20, d0_.signed_by_patient_user_id AS signed_by_patient_user_id_21, d0_.second_user_id AS second_user_id_22 FROM document d0_ WHERE d0_.id = ?"
          "params" => [
            1 => 1116430
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.418+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.418+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.418+02:00"
        "message" => "Deprecated: Creation of dynamic property App\Security\RoleVoter::$em is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1649
            #message: "Deprecated: Creation of dynamic property App\Security\RoleVoter::$em is deprecated"
            #code: 0
            #file: "/var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Security/RoleVoter.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Security/RoleVoter.php:25 {
                App\Security\RoleVoter->__construct(EntityManagerInterface $em) …
                › {    $this->em = $em;    // get flat array of role aliases
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/getRoleVoterService.php:33 {
                ContainerVVTKFim\getRoleVoterService::do($container, $lazyLoad = true) …
                › 
                › $instance = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RoleVoter(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container))), $a);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:652 {
                ContainerVVTKFim\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/var/cache/dev/ContainerVVTKFim/App_KernelDevDebugContainer.php:1587 {
                ContainerVVTKFim\App_KernelDevDebugContainer::{closure:ContainerVVTKFim\App_KernelDevDebugContainer::getDebug_Security_Access_DecisionManagerService():1580} …
                › yield 5 => ($container->privates['.debug.security.voter.App\\Security\\QuotationDataAccessVoter'] ?? $container->load('getQuotationDataAccessVoterService'));yield 6 => ($container->privates['.debug.security.voter.App\\Security\\RoleVoter'] ?? $container->load('getRoleVoterService'));yield 7 => ($container->privates['.debug.security.voter.App\\Security\\Voter\\DocumentVoter'] ?? $container->load('getDocumentVoterService'));
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:115 {
                Symfony\Component\Security\Core\Authorization\AccessDecisionManager->getVoters(array $attributes, $object = null): iterable …
                › $keyObject = \is_object($object) ? $object::class : get_debug_type($object);foreach ($this->voters as $key => $voter) {    if (!$voter instanceof CacheableVoterInterface) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:87 {
                Symfony\Component\Security\Core\Authorization\AccessDecisionManager->collectResults(TokenInterface $token, array $attributes, mixed $object, AccessDecision $accessDecision): Traversable …
                › {    foreach ($this->getVoters($attributes, $object) as $voter) {        $vote = new Vote();
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php:36 {
                Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy->decide(Traversable $results, ?AccessDecision $accessDecision = null): bool …
                › $deny = 0;foreach ($results as $result) {    if (VoterInterface::ACCESS_GRANTED === $result) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:73 {
                Symfony\Component\Security\Core\Authorization\AccessDecisionManager->decide(TokenInterface $token, array $attributes, mixed $object = null, Symfony\Component\Security\Core\Authorization\AccessDecision|bool|null $accessDecision = null, bool $allowMultipleAttributes = false): bool …
                › try {    return $accessDecision->isGranted = $this->strategy->decide(        $this->collectResults($token, $attributes, $object, $accessDecision),
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php:57 {
                Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager->decide(TokenInterface $token, array $attributes, mixed $object = null, Symfony\Component\Security\Core\Authorization\AccessDecision|bool|null $accessDecision = null, bool $allowMultipleAttributes = false): bool …
                › try {    return $accessDecision->isGranted = $this->manager->decide($token, $attributes, $object, $accessDecision, $allowMultipleAttributes);} finally {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:54 {
                Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted(mixed $attribute, mixed $subject = null, ?AccessDecision $accessDecision = null): bool …
                › try {    return $accessDecision->isGranted = $this->accessDecisionManager->decide($token, [$attribute], $subject, $accessDecision);} finally {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:222 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->getAccessDecision(mixed $attribute, mixed $subject = null): AccessDecision …
                › $accessDecision = new AccessDecision();$accessDecision->isGranted = $this->container->get('security.authorization_checker')->isGranted($attribute, $subject, $accessDecision);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:236 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->denyAccessUnlessGranted(mixed $attribute, mixed $subject = null, string $message = '…14'): void …
                › if (class_exists(AccessDecision::class)) {    $accessDecision = $this->getAccessDecision($attribute, $subject);    $isGranted = $accessDecision->isGranted;
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Controller/DocumentController.php:384 {
                App\Controller\DocumentController->preview(int $id) …
                › 
                › $this->denyAccessUnlessGranted('DOCUMENT_DOWNLOAD', $document);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.419+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT r0_.alias AS alias_0 FROM rule r0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.419+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.419+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.finess AS finess_2, t0.login AS login_3, t0.password AS password_4, t0.address AS address_5, t0.city AS city_6, t0.postal_code AS postal_code_7, t0.phone AS phone_8, t0.fax AS fax_9, t0.email AS email_10, t0.saps_email AS saps_email_11, t0.saps_password AS saps_password_12, t0.quotation_price AS quotation_price_13, t0.estimated_price AS estimated_price_14, t0.subscription_price AS subscription_price_15, t0.billing_excluded AS billing_excluded_16, t0.subscription_excluded AS subscription_excluded_17, t0.multi_centre AS multi_centre_18, t0.invoicing AS invoicing_19, t0.bank_score AS bank_score_20, t0.status AS status_21, t0.start_date AS start_date_22, t0.enable_ocr AS enable_ocr_23, t0.email_comptable AS email_comptable_24, t0.cabinet_status AS cabinet_status_25, t0.insurance_agreement_status AS insurance_agreement_status_26, t0.id AS id_27, t28.id_externe AS id_externe_29, t28.desmos AS desmos_30, t28.veasy AS veasy_31, t28.doctolib AS doctolib_32, t28.id AS id_33, t28.centre_id AS centre_id_34, t0.creator_group_id AS creator_group_id_35, t0.group_id AS group_id_36, t0.contact_id AS contact_id_37 FROM centre t0 LEFT JOIN centre_mapping t28 ON t28.centre_id = t0.id WHERE t0.id = ?"
          "params" => [
            1 => 125
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.421+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.423+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException: "The file "/var/www/vhosts/editeur-dentaire.fr/httpdocs/upload/documents/aec6dcb3e859b6030c47cb930973f770.pdf" does not exist" at FileHelper.php line 41"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException {#1454
            #message: "The file "/var/www/vhosts/editeur-dentaire.fr/httpdocs/upload/documents/aec6dcb3e859b6030c47cb930973f770.pdf" does not exist"
            #code: 0
            #file: "/var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Helper/FileHelper.php"
            #line: 41
            trace: {
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Helper/FileHelper.php:41 {
                App\Helper\FileHelper::generateFile(string $path, string $fileName): BinaryFileResponse …
                › if(!is_file($fullFileName)){    throw new FileNotFoundException($fullFileName);}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Helper/FileHelper.php:78 {
                App\Helper\FileHelper::generateFileInlineResponse(string $path, string $fileName): BinaryFileResponse …
                › {    $response = self::generateFile($path, $fileName);    $response->setContentDisposition(ResponseHeaderBag::DISPOSITION_INLINE, $fileName);
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/src/Controller/DocumentController.php:394 {
                App\Controller\DocumentController->preview(int $id) …
                › 
                ›     return FileHelper::generateFileInlineResponse($path, $document->getName());}
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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);}
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/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) {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.436+02:00"
        "message" => "Stored the security token in the session."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "_security_main"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.439+02: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"
      ]
    ]
    1848 => [
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\MaintenanceListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\FirstLoginListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\AjaxSessionCloseListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.424+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.425+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.425+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.425+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.425+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.425+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.425+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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" => 1777132200
        "timestamp_rfc3339" => "2026-04-25T17:50:00.435+02: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: [
    10 => 1
    1848 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#642 …}
}

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"
cookie
"main_auth_profile_token=6704f3; PHPSESSID=aa73ebb5f81a91403c4beeb88237779e"
host
"editeur-dentaire.fr"
priority
"u=0, i"
referer
"https://editeur-dentaire.fr/quotation/303241/process/invoicing"
sec-ch-ua
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"iframe"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 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
"Sat, 25 Apr 2026 15:50:00 GMT"
vary
"Accept"
x-debug-exception
"The%20file%20%22%2Fvar%2Fwww%2Fvhosts%2Fediteur-dentaire.fr%2Fhttpdocs%2Fupload%2Fdocuments%2Faec6dcb3e859b6030c47cb930973f770.pdf%22%20does%20not%20exist"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fediteur-dentaire.fr%2Fhttpdocs%2Fsrc%2FHelper%2FFileHelper.php:41"
x-debug-token
"afe40c"

Cookies

Request Cookies

Key Value
PHPSESSID
"aa73ebb5f81a91403c4beeb88237779e"
main_auth_profile_token
"6704f3"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Sat, 25 Apr 26 15:00:18 +0200"
Last used
"Sat, 25 Apr 26 17:49:33 +0200"
Lifetime
43200

Session Attributes

Attribute Value
_csrf/https-document_file
"91qVS0QmtAib_TOEcp_wdFlydNE_aEupmJvl4cH0GaQ"
_csrf/https-quotation_add_ccam_code_form
"894Fupnetj0m0gPnuNDtPGbI5YdNFJjt0Yrwv5qSLTo"
_csrf/https-quotation_for_manager
"rV18ttyOd0zTv9ki46Xa8ZqFcpBBIpHhTIznwpzt0rg"
_csrf/https-quotation_insurance_company
"Knd5oh9EFlf--CrAcIY6E6dKgVbbBEeVpu3x9CtbMk8"
_csrf/https-quotation_invoice
"n_mW7ho91xmZ0UnUgedRVRPC2MmVqAlWB3UadcQupbc"
_csrf/https-quotation_ocr_details
"3P1aEf5vI2T61z169oxZIaqmMWdDJSJSqzTNn8g5G9E"
_csrf/https-quotation_practitioner_form
"bwk_oKx4jbuS4b6EBb6H_cWp_7oq7ysJnGfbuTWj_Q0"
_csrf/https-user_centre_accessibility_config
"cbrcATouYp_Rl-v1NJiiF7jKL77wd8RJ28-uBP23wI0"
_security.last_username
"amine_gest_FD"
_security.main.target_path
"https://editeur-dentaire.fr/"
_security_main
"O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":24:{s:19:"\x00App\Entity\User\x00id";i:1046;s:21:"\x00App\Entity\User\x00role";O:30:"Proxies\__CG__\App\Entity\Role":8:{s:17:"__isInitialized__";b:1;s:19:"\x00App\Entity\Role\x00id";i:8;s:21:"\x00App\Entity\Role\x00name";s:22:"ROLE_FULLDEVIS_MANAGER";s:23:"\x00App\Entity\Role\x00parent";N;s:22:"\x00App\Entity\Role\x00label";s:22:"Gestionnaire Fulldevis";s:21:"\x00App\Entity\Role\x00user";O:15:"App\Entity\User":24:{s:19:"\x00App\Entity\User\x00id";i:2272;s:21:"\x00App\Entity\User\x00role";r:6;s:25:"\x00App\Entity\User\x00civility";i:2;s:26:"\x00App\Entity\User\x00firstName";s:6:"Shirel";s:25:"\x00App\Entity\User\x00lastName";s:4:"Pasi";s:22:"\x00App\Entity\User\x00login";s:6:"Shirel";s:25:"\x00App\Entity\User\x00password";s:96:"$argon2i$v=19$m=65536,t=4,p=1$ek14bDR0VGR5ckt4d1NVMQ$1bBQJMaNRVV1YpoF55EyMEWuTtDAsBiHdS9pDbyy8nA";s:22:"\x00App\Entity\User\x00email";s:19:"Shirel@fulldevis.fr";s:22:"\x00App\Entity\User\x00phone";N;s:28:"\x00App\Entity\User\x00mobilePhone";N;s:24:"\x00App\Entity\User\x00contact";s:1:"N";s:23:"\x00App\Entity\User\x00status";s:4:"open";s:27:"\x00App\Entity\User\x00firstLogin";s:1:"Y";s:5:"group";N;s:24:"\x00App\Entity\User\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;}s:34:"\x00App\Entity\User\x00connectionHistory";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:36:"\x00App\Entity\User\x00notificationHistory";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:23:"\x00App\Entity\User\x00avatar";N;s:22:"\x00App\Entity\User\x00token";s:64:"907aa27a449a7d5322406ec3439cdc99158d80e8ef2cdc63c9698019ca987a26";s:31:"\x00App\Entity\User\x00tokenCreatedAt";O:8:"DateTime":3:{s:4:"date";s:26:"2025-02-18 13:42:35.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:12:"Europe/Paris";}s:40:"\x00App\Entity\User\x00documentQuotationAlerts";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:40:"\x00App\Entity\User\x00createdNoFurtherActions";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:42:"\x00App\Entity\User\x00confirmedNoFurtherActions";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:38:"\x00App\Entity\User\x00centreAccessibilities";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:26:"\x00App\Entity\Role\x00roleRules";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:41:"\x00App\Entity\Role\x00allowedQuotationStatuses";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:25:"\x00App\Entity\User\x00civility";i:1;s:26:"\x00App\Entity\User\x00firstName";s:5:"amine";s:25:"\x00App\Entity\User\x00lastName";s:5:"ammar";s:22:"\x00App\Entity\User\x00login";s:13:"amine_gest_fd";s:25:"\x00App\Entity\User\x00password";s:96:"$argon2i$v=19$m=65536,t=4,p=1$QXJyQ2VJSTg0WVZZREs3aQ$i7gfZTs4faRwzdnt5UryH/d8faIR4HhuIYsF71RDJHY";s:22:"\x00App\Entity\User\x00email";N;s:22:"\x00App\Entity\User\x00phone";N;s:28:"\x00App\Entity\User\x00mobilePhone";N;s:24:"\x00App\Entity\User\x00contact";s:1:"N";s:23:"\x00App\Entity\User\x00status";s:4:"open";s:27:"\x00App\Entity\User\x00firstLogin";s:1:"N";s:5:"group";N;s:24:"\x00App\Entity\User\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;}s:34:"\x00App\Entity\User\x00connectionHistory";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:36:"\x00App\Entity\User\x00notificationHistory";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:23:"\x00App\Entity\User\x00avatar";N;s:22:"\x00App\Entity\User\x00token";N;s:31:"\x00App\Entity\User\x00tokenCreatedAt";N;s:40:"\x00App\Entity\User\x00documentQuotationAlerts";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:40:"\x00App\Entity\User\x00createdNoFurtherActions";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:42:"\x00App\Entity\User\x00confirmedNoFurtherActions";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:38:"\x00App\Entity\User\x00centreAccessibilities";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:22:"ROLE_FULLDEVIS_MANAGER";}}}"
search_parameters_manager
"/quotation/search-as-manager"
selected_pole
"polepec"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 75
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 70
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 94
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ACCESS_DENIED_REDIRECT_DELAY
"30"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_MAINTENANCE_ALLOWED_PATH_PREFIXES
"/api/v1"
APP_MAINTENANCE_DETAIL
"L'application revient très vite. Merci de réessayer dans quelques minutes."
APP_MAINTENANCE_ENABLED
"0"
APP_MAINTENANCE_MESSAGE
"Une intervention technique est en cours sur FullDevis."
APP_MAINTENANCE_TITLE
"Maintenance en cours"
APP_PUBLIC_BASE_URL
"https://editeur-dentaire.fr"
APP_SECRET
"ddc0b171012e7f414b3a427f79d9034b"
AUTOMATION_BASE_URL
"https://fulldevis-automatisation.fr"
AUTOMATION_SERVER2_BASE_URL
"https://serveur-2.fulldevis-automatisation.fr"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://root:root@127.0.0.1:3310/Saps_base?serverVersion=8.0.34&charset=utf8mb4"
DB_DATABASE
"Saps_base"
DB_PASSWORD
"root"
DB_USERNAME
"root"
DEV_MAILER_URL
"smtp://1d318f7b090ee7:e34befa0812225@sandbox.smtp.mailtrap.io:2525"
DEV_PWD_RESTORE_MAILER_URL
"smtp://1d318f7b090ee7:e34befa0812225@sandbox.smtp.mailtrap.io:2525"
IMAP_MAILBOX
"{imap.ionos.fr:993/imap/ssl}INBOX"
IMAP_PASSWORD
"G4qRfv2ezZGRHC2XsqDU"
IMAP_USERNAME
"admin@fulldevis.fr"
MAILER_DSN
"smtp://1d318f7b090ee7:e34befa0812225@sandbox.smtp.mailtrap.io:2525"
MAILER_URL
"smtp://1d318f7b090ee7:e34befa0812225@sandbox.smtp.mailtrap.io:2525"
MAIL_BCC
"tampon@fulldevis.fr"
MAIL_LIMIT_PER_SESSION
"20"
MAIL_REPORT_RECEIVERS
"jessica@fulldevis.fr,pascale@web-saps.fr,jk@web-saps.fr,adg@web-saps.fr"
MESSENGER_TRANSPORT_DSN
"kafka://localhost:9092"
MYSQL_ROOT_PASSWORD
"root"
PWD_RESTORE_MAILER_URL
"smtp://1d318f7b090ee7:e34befa0812225@sandbox.smtp.mailtrap.io:2525"
PWD_RESTORE_SENDER
"admin@fulldevis.fr"
SMS_LOGIN
"jkatz"
SMS_PASSWORD
"fulldevissms"

Defined as regular env variables

Key Value
"dev"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/vhosts/editeur-dentaire.fr/httpdocs/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/editeur-dentaire.fr"
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_COOKIE
"main_auth_profile_token=6704f3; PHPSESSID=aa73ebb5f81a91403c4beeb88237779e"
HTTP_HOST
"editeur-dentaire.fr"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://editeur-dentaire.fr/quotation/303241/process/invoicing"
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
""macOS""
HTTP_SEC_FETCH_DEST
"iframe"
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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"92.184.146.66"
REMOTE_PORT
"56187"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1777132200
REQUEST_TIME_FLOAT
1777132200.3656
REQUEST_URI
"/document/peview/1116430"
SCRIPT_FILENAME
"/var/www/vhosts/editeur-dentaire.fr/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"217.72.204.14"
SERVER_NAME
"editeur-dentaire.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.28.3"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/editeur-dentaire.fr/httpdocs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_DEBUG,APP_PUBLIC_BASE_URL,AUTOMATION_BASE_URL,AUTOMATION_SERVER2_BASE_URL,APP_MAINTENANCE_ENABLED,APP_MAINTENANCE_TITLE,APP_MAINTENANCE_MESSAGE,APP_MAINTENANCE_DETAIL,APP_MAINTENANCE_ALLOWED_PATH_PREFIXES,APP_ACCESS_DENIED_REDIRECT_DELAY,MAILER_URL,PWD_RESTORE_MAILER_URL,PWD_RESTORE_SENDER,IMAP_MAILBOX,IMAP_USERNAME,IMAP_PASSWORD,MAIL_BCC,MAIL_LIMIT_PER_SESSION,MAIL_REPORT_RECEIVERS,SMS_LOGIN,SMS_PASSWORD,MESSENGER_TRANSPORT_DSN,CORS_ALLOW_ORIGIN,DATABASE_URL,DB_DATABASE,DB_USERNAME,DB_PASSWORD,MYSQL_ROOT_PASSWORD,MAILER_DSN,DEV_MAILER_URL,DEV_PWD_RESTORE_MAILER_URL"
USER
"fulldevisftp"

Parent Request

Return to parent request (token = d2fcb2)

Key Value
_controller
"App\Controller\DocumentController::preview"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"preview_document"
_route_params
[
  "id" => "1116430"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#65
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginFormAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginFormAuthenticator {#267 …}
  }
]
_stopwatch_token
"f6fac5"
id
"1116430"