Error 404 Not Found

GET http://dep.accomplus.fr/robots.txt

Forwarded to ErrorController (2e9c14)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"d20b0b"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"dep.accomplus.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.60"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.60"

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
"Mon, 30 Mar 2026 21:50:32 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2Fdep.accomplus.fr%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fgestion-client%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"afa38c"
x-debug-token-link
"http://dep.accomplus.fr/_profiler/2e9c14"
x-previous-debug-token
"2e9c14"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"45a2125f3ad5a25167dcefc3895a1861"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://symfony:Panama58!@127.0.0.1:3306/gestion_client?serverVersion=mariadb-10.11.14"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/var/www/gestion-client"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/gestion-client"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/gestion-client/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dep.accomplus.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.60"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"216.73.216.60"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"192.168.10.5"
REMOTE_PORT
"38772"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1774907432
REQUEST_TIME_FLOAT
1774907432.7581
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/gestion-client/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.10.100"
SERVER_NAME
"_"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_PATH
"/var/www/gestion-client/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,APP_DEBUG"
USER
"www-data"

Sub Requests 1

ErrorController (token = 2e9c14)

Key Value
_controller
"error_controller"
_stopwatch_token
"f03b4c"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#314
  #message: "No route found for "GET http://dep.accomplus.fr/robots.txt""
  #code: 0
  #file: "/var/www/gestion-client/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#485 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/gestion-client/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/gestion-client/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/gestion-client/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/gestion-client/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/gestion-client/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/gestion-client/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/gestion-client/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/gestion-client/vendor/symfony/http-kernel/Kernel.php:191 {
      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/gestion-client/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/gestion-client/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/gestion-client/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/gestion-client/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#283
  -records: [
    2 => [
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.771+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://dep.accomplus.fr/robots.txt"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#314
            #message: "No route found for "GET http://dep.accomplus.fr/robots.txt""
            #code: 0
            #file: "/var/www/gestion-client/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#485 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/gestion-client/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/gestion-client/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/gestion-client/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/gestion-client/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/gestion-client/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/gestion-client/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/gestion-client/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/gestion-client/vendor/symfony/http-kernel/Kernel.php:191 {
                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/gestion-client/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/gestion-client/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/gestion-client/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/gestion-client/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.794+00:00"
        "message" => "User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by AppSetting.php:10, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1124
            #message: "User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by AppSetting.php:10, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)"
            #code: 0
            #file: "/var/www/gestion-client/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/gestion-client/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/gestion-client/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/gestion-client/vendor/doctrine/orm/src/Mapping/Table.php:36 {
                Doctrine\ORM\Mapping\Table->__construct(?string $name = null, ?string $schema = null, ?array $indexes = null, ?array $uniqueConstraints = null, array $options = []) …
                › if ($this->uniqueConstraints !== null) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/gestion-client/src/Entity/AppSetting.php:10 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[ORM\Table(name: 'app_setting', uniqueConstraints: [    new ORM\UniqueConstraint(name: 'uniq_app_setting_tenant_key', columns: ['tenant_id', 'setting_key'])
              }
              /var/www/gestion-client/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:115 {
                Doctrine\ORM\Mapping\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
                › 
                › $instance = $attribute->newInstance();assert($instance instanceof MappingAttribute);
              }
              /var/www/gestion-client/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:33 {
                Doctrine\ORM\Mapping\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/gestion-client/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:62 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->isTransient(string $className): bool …
                › {    $classAttributes = $this->reader->getClassAttributes(new ReflectionClass($className));}
              /var/www/gestion-client/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:113 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->isTransient(string $className): bool …
                › if ($this->isInNamespace($className, $namespace)) {    return $driver->isTransient($className);}
              }
              /var/www/gestion-client/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:33 {
                Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->isTransient($className): bool …
                › {    return $this->driver->isTransient($className);}
              }
              /var/www/gestion-client/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:392 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->isTransient(string $className): bool …
                ›     /** @phpstan-var class-string $className */    return $this->getDriver()->isTransient($className);}
              }
              /var/www/gestion-client/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:149 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class): ObjectManager …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/gestion-client/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php:129 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository->resolveRepository(): EntityRepository …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/gestion-client/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php:52 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository->createQueryBuilder(string $alias, ?string $indexBy = null): QueryBuilder …
                › {    return ($this->repository ??= $this->resolveRepository())        ->createQueryBuilder($alias, $indexBy);
              }
              /var/www/gestion-client/src/Repository/AppSettingRepository.php:95 {
                App\Repository\AppSettingRepository->createScopedQueryBuilder(?string $key = null): QueryBuilder …
                › {    $qb = $this->createQueryBuilder('s');}
              /var/www/gestion-client/src/Repository/AppSettingRepository.php:34 {
                App\Repository\AppSettingRepository->getAllAsArray(): array …
                › 
                › foreach ($this->createScopedQueryBuilder()->orderBy('s.settingKey', 'ASC')->getQuery()->getResult() as $setting) {    $data[$setting->getSettingKey()] = $this->normalizeValue($setting->getValue());
              }
              /var/www/gestion-client/src/Twig/AppSettingExtension.php:27 {
                App\Twig\AppSettingExtension->getGlobals(): array …
                › $all = array_filter(    $this->repository->getAllAsArray(),    fn (string $key): bool => !$this->isSensitiveSettingKey($key),
              }
              /var/www/gestion-client/vendor/twig/twig/src/ExtensionSet.php:365 {
                Twig\ExtensionSet->getGlobals(): array …
                › 
                ›     $globals = array_merge($globals, $extension->getGlobals());}
              }
              /var/www/gestion-client/vendor/twig/twig/src/Environment.php:908 {
                Twig\Environment->getGlobals(): array …
                › if (null === $this->resolvedGlobals) {    $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);}
              }
              /var/www/gestion-client/vendor/twig/twig/src/Template.php:398 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › {    $context += $this->env->getGlobals();    $blocks = array_merge($this->blocks, $blocks);
              }
              /var/www/gestion-client/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/gestion-client/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/gestion-client/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/gestion-client/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/gestion-client/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:163 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
                › if (false !== $pos) {    $toolbar = "\n".str_replace("\n", '', $this->twig->render(        '@WebProfiler/Profiler/toolbar_js.html.twig',
              }
              /var/www/gestion-client/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:151 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
                › 
                ›     $this->injectToolbar($response, $request, $nonces);}
              }
              /var/www/gestion-client/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/gestion-client/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/gestion-client/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/gestion-client/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/gestion-client/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/gestion-client/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /var/www/gestion-client/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/gestion-client/vendor/symfony/http-kernel/Kernel.php:191 {
                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/gestion-client/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/gestion-client/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/gestion-client/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/gestion-client/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.796+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "symfony"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "gestion_client"
            "serverVersion" => "mariadb-10.11.14"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.797+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT a0_.id AS id_0, a0_.setting_key AS setting_key_1, a0_.value AS value_2, a0_.tenant_id AS tenant_id_3 FROM app_setting a0_ WHERE a0_.tenant_id IS NULL ORDER BY a0_.setting_key ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.798+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.address_line1 AS address_line1_4, t0.address_line2 AS address_line2_5, t0.postal_code AS postal_code_6, t0.city AS city_7, t0.country AS country_8, t0.siret AS siret_9, t0.vat_number AS vat_number_10, t0.invoice_footer AS invoice_footer_11, t0.domains AS domains_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14 FROM tenant t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1"
          "params" => [
            1 => "accomplus"
            2 => 1
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1234
              +name: "STRING"
            }
            2 => Doctrine\DBAL\ParameterType {#1231
              +name: "BOOLEAN"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.799+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT value FROM app_setting WHERE tenant_id = ? AND setting_key = ? LIMIT 1"
          "params" => [
            1 => 1
            2 => "admin_logo"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1234}
            2 => Doctrine\DBAL\ParameterType {#1234}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774907432
        "timestamp_rfc3339" => "2026-03-30T21:50:32.799+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT value FROM app_setting WHERE tenant_id = ? AND setting_key = ? LIMIT 1"
          "params" => [
            1 => 1
            2 => "favicon"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1234}
            2 => Doctrine\DBAL\ParameterType {#1234}
          ]
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#282 …}
}