Error 500 Internal Server Error

GET https://www.peintureautoexpert-pro.com/cartProduct/addProduct/157

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"756cc2"
exception
TypeError {#1553
  #message: "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect(): Argument #1 ($url) must be of type string, null given, called in /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php on line 226"
  #code: 0
  #file: "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 130
  trace: {
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:130 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->redirect(string $url, int $status = 302): RedirectResponse …
      ›  */protected function redirect(string $url, int $status = 302): RedirectResponse{
    }
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php:226 {
      App\Controller\CartController->addProduct($id, CartData $cartData, ProductRepository $productRepository, Request $request): Response …
      › \r return $this->redirect($request->headers->get('referer'));\r// return $this->redirectToRoute('app_cart');\r
    }
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#321
  -records: [
    14 => [
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.792+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_cart_add_product"
          "route_parameters" => [
            "_route" => "app_cart_add_product"
            "_controller" => "App\Controller\CartController::addProduct"
            "id" => "157"
          ]
          "request_uri" => "https://www.peintureautoexpert-pro.com/cartProduct/addProduct/157"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.793+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.793+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\AppAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.793+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\AppAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.793+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.795+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.795+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.795+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.795+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.800+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.800+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.800+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerKulAawv\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.800+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.804+00:00"
        "message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#907
            #message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
            #code: 0
            #file: "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:89 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                › if (! version_compare($version, '8.0.0', '>=')) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/dbal/src/Connection.php:421 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › 
                ›     return $this->_driver->createDatabasePlatformForVersion($version);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:724 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:546 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:174 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/orm/src/EntityManager.php:220 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:134 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->resolveRepository(): EntityRepository …
                › /** @var ClassMetadata<T> $classMetadata */$classMetadata = $manager->getClassMetadata($this->entityClass);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->findOneBy(array $criteria, ?array $orderBy = null): ?object …
                › /** @psalm-suppress InvalidReturnStatement This proxy is used only in combination with newer parent class */return ($this->repository ??= $this->resolveRepository())    ->findOneBy($criteria, $orderBy);
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php:211 {
                App\Controller\CartController->addProduct($id, CartData $cartData, ProductRepository $productRepository, Request $request): Response …
                › {\r    $product = $productRepository->findOneBy(['id' => $id]);\r\r
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.818+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "PaePro"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "ProData"
            "serverVersion" => "8"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.819+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.article_code AS article_code_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.weight AS weight_6, t0.illustration AS illustration_7, t0.price_unitaire AS price_unitaire_8, t0.price_palette AS price_palette_9, t0.stock AS stock_10, t0.is_homepage AS is_homepage_11, t0.tva AS tva_12, t0.in_home AS in_home_13, t0.numbre_unite_palette AS numbre_unite_palette_14, t0.in_paint AS in_paint_15, t0.in_labo AS in_labo_16, t0.pvc AS pvc_17, t0.category_id AS category_id_18, t0.grain_id AS grain_id_19, t0.con_mastic_id AS con_mastic_id_20, t0.con_appret_id AS con_appret_id_21, t0.con_vernis_id AS con_vernis_id_22, t0.rapidite_id AS rapidite_id_23, t0.malette_id AS malette_id_24, t0.couleur_all_id AS couleur_all_id_25, t0.filter_dimension_cale_id AS filter_dimension_cale_id_26, t0.dimension_double_face_id AS dimension_double_face_id_27, t0.buse_id AS buse_id_28, t0.product_parent_id AS product_parent_id_29, t0.con_antigravillon_id AS con_antigravillon_id_30, t0.con_degraissant_id AS con_degraissant_id_31, t0.capacite_aspirateur_id AS capacite_aspirateur_id_32, t0.con_polish_id AS con_polish_id_33, t0.con_savon_id AS con_savon_id_34, t0.con_diluant_id AS con_diluant_id_35, t0.con_gobelet_id AS con_gobelet_id_36, t0.con_bidon_plastique_id AS con_bidon_plastique_id_37, t0.con_durcisseur_id AS con_durcisseur_id_38, t0.dimansion_filtre_cabine_id AS dimansion_filtre_cabine_id_39, t0.diametre_zikzak_id AS diametre_zikzak_id_40, t0.diametre_agrafes_id AS diametre_agrafes_id_41, t0.dimension_chariot_kraft_id AS dimension_chariot_kraft_id_42, t0.dimension_papier_cale_id AS dimension_papier_cale_id_43, t0.filtre_cone_id AS filtre_cone_id_44, t0.dimension_micro_bruch_id AS dimension_micro_bruch_id_45, t0.pinceau_dimension_id AS pinceau_dimension_id_46, t0.regle_dosage_id AS regle_dosage_id_47, t0.dimension_kraft_id AS dimension_kraft_id_48, t0.dimension_tireau_id AS dimension_tireau_id_49, t0.taille_fine_tape_id AS taille_fine_tape_id_50, t0.effet_id AS effet_id_51, t0.aspirateur_id AS aspirateur_id_52, t0.ponceuse_id AS ponceuse_id_53, t0.type_pistole_id AS type_pistole_id_54, t0.sol_plafond_id AS sol_plafond_id_55, t0.acier_alu_id AS acier_alu_id_56, t0.taille_id AS taille_id_57, t0.dimension_all_id AS dimension_all_id_58, t0.matiere_id AS matiere_id_59, t0.masquage_id AS masquage_id_60, t0.nettoyage_id AS nettoyage_id_61, t0.durcisseur_id AS durcisseur_id_62, t0.accessoire_aspirateur_id AS accessoire_aspirateur_id_63, t0.vitrage_id AS vitrage_id_64, t0.type_raccord_id AS type_raccord_id_65, t0.type_materiel_id AS type_materiel_id_66, t0.materiel_id AS materiel_id_67, t0.colle_joint_id AS colle_joint_id_68, t0.adhesif_id AS adhesif_id_69, t0.type_ponceuse_id AS type_ponceuse_id_70, t0.type_mastic_id AS type_mastic_id_71, t0.type_diluant_id AS type_diluant_id_72, t0.accessoire_id AS accessoire_id_73, t0.accessoire_polisseuse_id AS accessoire_polisseuse_id_74, t0.debosseleur_marteau_id AS debosseleur_marteau_id_75, t0.equerre_tirage_griffe_id AS equerre_tirage_griffe_id_76, t0.chaine_raccord_id AS chaine_raccord_id_77, t0.barre_debosslage_id AS barre_debosslage_id_78, t0.masse_magnetique_chario_id AS masse_magnetique_chario_id_79, t80.id AS id_81, t80.code AS code_82, t80.produit_id AS produit_id_83 FROM product t0 LEFT JOIN code_barre t80 ON t80.produit_id = t0.id WHERE t0.id = ? LIMIT 1"
          "params" => [
            1 => "157"
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.837+00:00"
        "message" => "Uncaught PHP Exception TypeError: "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect(): Argument #1 ($url) must be of type string, null given, called in /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php on line 226" at AbstractController.php line 130"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => TypeError {#1553
            #message: "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect(): Argument #1 ($url) must be of type string, null given, called in /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php on line 226"
            #code: 0
            #file: "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 130
            trace: {
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:130 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->redirect(string $url, int $status = 302): RedirectResponse …
                ›  */protected function redirect(string $url, int $status = 302): RedirectResponse{
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php:226 {
                App\Controller\CartController->addProduct($id, CartData $cartData, ProductRepository $productRepository, Request $request): Response …
                › \r return $this->redirect($request->headers->get('referer'));\r// return $this->redirectToRoute('app_cart');\r
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.869+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.catalogue_pdf AS catalogue_pdf_4 FROM brand t0"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.870+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.icon AS icon_5, t0.illustration_two AS illustration_two_6, t0.description AS description_7, t0.parent_id_id AS parent_id_id_8 FROM category t0 WHERE t0.parent_id_id IS NULL"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.871+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.icon AS icon_5, t0.illustration_two AS illustration_two_6, t0.description AS description_7, t0.parent_id_id AS parent_id_id_8 FROM category t0"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.874+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2061 => [
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.839+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.839+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.839+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.839+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.840+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.840+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.840+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerKulAawv\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.840+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1756966263
        "timestamp_rfc3339" => "2025-09-04T06:11:03.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    14 => 1
    2061 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#331 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
from
"gptbot(at)openai.com"
host
"www.peintureautoexpert-pro.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.45"
x-forwarded-host
"www.peintureautoexpert-pro.com"
x-openai-host-hash
"596611096"
x-php-ob-level
"1"
x-real-ip
"20.171.207.45"

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
"Thu, 04 Sep 2025 06:11:03 GMT"
vary
"Accept"
x-debug-exception
"Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%3A%3Aredirect%28%29%3A%20Argument%20%231%20%28%24url%29%20must%20be%20of%20type%20string%2C%20null%20given%2C%20called%20in%20%2Fhome%2Fpeintureautoexpert-pro%2Fhtdocs%2Fwww.peintureautoexpert-pro.com%2Fsrc%2FController%2FCartController.php%20on%20line%20226"
x-debug-exception-file
"%2Fhome%2Fpeintureautoexpert-pro%2Fhtdocs%2Fwww.peintureautoexpert-pro.com%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:130"
x-debug-token
"d1edaa"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Thu, 04 Sep 25 06:11:03 +0000"
Last used
"Thu, 04 Sep 25 06:11:03 +0000"
Lifetime
0

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:191
[
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 191
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/src/Controller/CartController.php"
    "line" => 221
    "function" => "addFlash"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "addProduct"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
    "line" => 5
    "args" => [
      "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
    "line" => 5
    "args" => [
      "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
    "line" => 5
    "args" => [
      "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
    "line" => 5
    "args" => [
      "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
    "line" => 5
    "args" => [
      "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
    "line" => 5
    "args" => [
      "/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

Key Value
success
[
  "Produit correctement ajouté à votre panier."
]

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"2c25da37398546bb4b60cbbb4df996fb"
COLISSIMO_ACCOUNT_NUMBER
"458744"
COLISSIMO_CUSER_KEY
"Symfony123456@"
DATABASE_URL
"mysql://PaePro:Peinturevoiture654@localhost:3306/ProData?serverVersion=8&charset=utf8mb4"
DOMAIN
"https://www.peintureautoexpert-pro.com"
MAILER_DSN
"smtp://walidfr.digital@gmail.com:Alamibacinfo11%40@smtp.gmail.com:587?encryption=tls&auth_mode=login"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://www.peintureautoexpert-pro.com/.well-known/mercure"
MERCURE_URL
"https://www.peintureautoexpert-pro.com/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MJ_APIKEY_PRIVATE
"ec4fe6fc496523ecb31e8feccf49f870"
MJ_APIKEY_PUBLIC
"1c437027b04731f5bd48d14c8d19c990"
STRIPE_SECRET_KEY
"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"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_CITY
"Falls Church"
GEOIP_CITY_CONTINENT_CODE
"NA"
GEOIP_CITY_COUNTRY_CODE
"US"
GEOIP_CITY_COUNTRY_CODE3
"USA"
GEOIP_CITY_COUNTRY_NAME
"United States"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_CODE3
"USA"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_LATITUDE
"38.8640"
GEOIP_LONGITUDE
"-77.1922"
GEOIP_POSTAL_CODE
"22042"
GEOIP_REGION
"VA"
HOME
"/home/peintureautoexpert-pro"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"www.peintureautoexpert-pro.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.45"
HTTP_X_FORWARDED_HOST
"www.peintureautoexpert-pro.com"
HTTP_X_OPENAI_HOST_HASH
"596611096"
HTTP_X_REAL_IP
"20.171.207.45"
MGT
"1"
PHP_SELF
"/index.php"
PHP_VALUE
"""
\n
error_log=/home/peintureautoexpert-pro/logs/php/error.log;\n
memory_limit=512M;\n
max_execution_time=60;\n
max_input_time=60;\n
max_input_vars=10000;\n
post_max_size=64M;\n
upload_max_filesize=64M;\n
date.timezone=UTC;\n
display_errors=off;
"""
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"20.171.207.45"
REMOTE_PORT
""
REQUEST_METHOD
"GET"
REQUEST_TIME
1756966263
REQUEST_TIME_FLOAT
1756966263.7783
REQUEST_URI
"/cartProduct/addProduct/157"
SCRIPT_FILENAME
"/home/peintureautoexpert-pro/htdocs/www.peintureautoexpert-pro.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_NAME
"www.peintureautoexpert-pro.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.21.4"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,MJ_APIKEY_PUBLIC,MJ_APIKEY_PRIVATE,MESSENGER_TRANSPORT_DSN,DOMAIN,STRIPE_SECRET_KEY,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,COLISSIMO_ACCOUNT_NUMBER,COLISSIMO_CUSER_KEY"
USER
"peintureautoexpert-pro"

Parent Request

Return to parent request (token = 8ac01d)

Key Value
_controller
"App\Controller\CartController::addProduct"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_cart_add_product"
_route_params
[
  "id" => "157"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"d1c7d3"
id
"157"