Error 404 Not Found

GET https://ftp.pickium.fr/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"9c2818"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1044
  #message: ""
  #code: 0
  #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Controller/Storefront/StorefrontController.php"
  #line: 138
  -statusCode: 404
  -headers: []
  trace: {
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Controller/Storefront/StorefrontController.php:138 {
      App\Controller\Storefront\StorefrontController->shop(): Shop …
      › } catch (TenantNotResolvedException) {    throw new NotFoundHttpException();}
    }
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Controller/Storefront/StorefrontController.php:39 {
      App\Controller\Storefront\StorefrontController->home(): Response …
      › return $this->render('storefront/home.html.twig', [    'shop' => $this->shop(),    'categories' => $this->categoryRepository->findAllActiveOrdered(),
    }
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $type: 1
      }
    }
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#405
  -records: [
    11 => [
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.643+02:00"
        "message" => "User Deprecated: Using WITH for the join condition of arbitrary joins is deprecated. Use ON instead. (Parser.php:1677 called by Parser.php:1549, https://github.com/doctrine/orm/issues/12192, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#879
            #message: "User Deprecated: Using WITH for the join condition of arbitrary joins is deprecated. Use ON instead. (Parser.php:1677 called by Parser.php:1549, https://github.com/doctrine/orm/issues/12192, package doctrine/orm)"
            #code: 0
            #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:1677 {
                Doctrine\ORM\Query\Parser->Join(): Join …
                ›     $conditionalExpression = $this->ConditionalExpression();    Deprecation::trigger('doctrine/orm', 'https://github.com/doctrine/orm/issues/12192', 'Using WITH for the join condition of arbitrary joins is deprecated. Use ON instead.');}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:1549 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › ) {    $joins[] = $this->Join();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:1306 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:848 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:819 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:243 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query/Parser.php:335 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/doctrine/orm/src/AbstractQuery.php:737 {
                Doctrine\ORM\AbstractQuery->getOneOrNullResult(string|int|null $hydrationMode = null): mixed …
                › try {    $result = $this->execute(null, $hydrationMode);} catch (NoResultException) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Repository/Tenant/ShopRepository.php:51 {
                App\Repository\Tenant\ShopRepository->findOneByCustomHostname(string $hostname): Shop …
                ›         ->getQuery()        ->getOneOrNullResult();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Tenant/TenantResolverListener.php:100 {
                App\Tenant\TenantResolverListener->__invoke(RequestEvent $event): void …
                › // (`www.paolo.fr`). Résolu uniquement s'il est VÉRIFIÉ.$shop = $this->shopRepository->findOneByCustomHostname($host);if ($shop === null) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.648+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "7664ne.myd.infomaniak.com"
            "port" => 3306
            "user" => "7664ne_pickium"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "7664ne_pickium"
            "serverVersion" => "10.11.15-MariaDB"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.650+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.slug AS slug_1, s0_.name AS name_2, s0_.status AS status_3, s0_.plan AS plan_4, s0_.commission_rate AS commission_rate_5, s0_.loyalty_expiration_months AS loyalty_expiration_months_6, s0_.admin_note AS admin_note_7, s0_.stripe_account_id AS stripe_account_id_8, s0_.stripe_customer_id AS stripe_customer_id_9, s0_.stripe_subscription_id AS stripe_subscription_id_10, s0_.primary_color AS primary_color_11, s0_.accent_color AS accent_color_12, s0_.bg_color AS bg_color_13, s0_.fg_color AS fg_color_14, s0_.contact_phone AS contact_phone_15, s0_.contact_email AS contact_email_16, s0_.contact_address AS contact_address_17, s0_.disabled_payment_modes AS disabled_payment_modes_18, s0_.pickup_instructions AS pickup_instructions_19, s0_.is_itinerant AS is_itinerant_20, s0_.legal_representative_phone AS legal_representative_phone_21, s0_.legal_representative_role AS legal_representative_role_22, s0_.siret AS siret_23, s0_.siret_pending AS siret_pending_24, s0_.vat_number AS vat_number_25, s0_.logo_filename AS logo_filename_26, s0_.logo_size AS logo_size_27, s0_.logo_mime_type AS logo_mime_type_28, s0_.cover_filename AS cover_filename_29, s0_.cover_size AS cover_size_30, s0_.cover_mime_type AS cover_mime_type_31, s0_.created_at AS created_at_32, s0_.updated_at AS updated_at_33 FROM shops s0_ INNER JOIN shop_domains s1_ ON (s1_.shop_id = s0_.id) WHERE s1_.hostname = ? AND s1_.verified_at IS NOT NULL"
          "params" => [
            1 => "ftp.pickium.fr"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#472
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.656+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "storefront_home"
          "route_parameters" => [
            "_route" => "storefront_home"
            "_controller" => "App\Controller\Storefront\StorefrontController::home"
          ]
          "request_uri" => "https://ftp.pickium.fr/"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.671+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at StorefrontController.php line 138"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1044
            #message: ""
            #code: 0
            #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Controller/Storefront/StorefrontController.php"
            #line: 138
            -statusCode: 404
            -headers: []
            trace: {
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Controller/Storefront/StorefrontController.php:138 {
                App\Controller\Storefront\StorefrontController->shop(): Shop …
                › } catch (TenantNotResolvedException) {    throw new NotFoundHttpException();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Controller/Storefront/StorefrontController.php:39 {
                App\Controller\Storefront\StorefrontController->home(): Response …
                › return $this->render('storefront/home.html.twig', [    'shop' => $this->shop(),    'categories' => $this->categoryRepository->findAllActiveOrdered(),
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.724+02:00"
        "message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3364
            #message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
            #code: 0
            #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
                Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
                › {    trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Entity/Catalog/ProductPhoto.php:23 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Index(name: 'idx_photo_product', columns: ['product_id'])]#[Vich\Uploadable]class ProductPhoto implements ShopScopedInterface
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
                › $attributeName = $attribute->getName();$instance = $attribute->newInstance();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
                › {    return $this->getClassAttributes($class)[$attributeName] ?? null;}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
                › // Support both new Attribute\ and deprecated Annotation\ namespaces$uploadable = $this->reader->getClassAttribute($class, Uploadable::class);if (null === $uploadable) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
                › foreach ($metadata as $classMeta) {    if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {        $classes[] = $classMeta->getName();
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
                Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.724+02:00"
        "message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3363
            #message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
            #code: 0
            #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
                Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
                › {    trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Entity/Catalog/ProductPhoto.php:23 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Index(name: 'idx_photo_product', columns: ['product_id'])]#[Vich\Uploadable]class ProductPhoto implements ShopScopedInterface
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
                › $attributeName = $attribute->getName();$instance = $attribute->newInstance();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
                › {    return $this->getClassAttributes($class)[$attributeName] ?? null;}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
                ›     // Fallback to deprecated Annotation namespace    $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
                › foreach ($metadata as $classMeta) {    if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {        $classes[] = $classMeta->getName();
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
                Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    1137 => [
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.716+02:00"
        "message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3328
            #message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
            #code: 0
            #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
                Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
                › {    trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Entity/Catalog/ProductPhoto.php:23 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Index(name: 'idx_photo_product', columns: ['product_id'])]#[Vich\Uploadable]class ProductPhoto implements ShopScopedInterface
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
                › $attributeName = $attribute->getName();$instance = $attribute->newInstance();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
                › {    return $this->getClassAttributes($class)[$attributeName] ?? null;}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
                › // Support both new Attribute\ and deprecated Annotation\ namespaces$uploadable = $this->reader->getClassAttribute($class, Uploadable::class);if (null === $uploadable) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
                › foreach ($metadata as $classMeta) {    if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {        $classes[] = $classMeta->getName();
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
                Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778933580
        "timestamp_rfc3339" => "2026-05-16T14:13:00.716+02:00"
        "message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3329
            #message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
            #code: 0
            #file: "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
                Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
                › {    trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/src/Entity/Catalog/ProductPhoto.php:23 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Index(name: 'idx_photo_product', columns: ['product_id'])]#[Vich\Uploadable]class ProductPhoto implements ShopScopedInterface
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
                › $attributeName = $attribute->getName();$instance = $attribute->newInstance();}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
                › {    return $this->getClassAttributes($class)[$attributeName] ?? null;}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
                ›     // Fallback to deprecated Annotation namespace    $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
                Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
                › foreach ($metadata as $classMeta) {    if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {        $classes[] = $classMeta->getName();
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
                Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#11 …}
                }
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
  ]
  -errorCount: [
    11 => 1
    1137 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#403 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.5"
cache-control
"max-age=0"
host
"ftp.pickium.fr"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 16 May 2026 12:13:00 GMT"
x-debug-exception
""
x-debug-exception-file
"%2Fhome%2Fclients%2Ffda19bc7e9c4048f3bc2fae439884b78%2Fsites%2Fpickium.fr%2Fsrc%2FController%2FStorefront%2FStorefrontController.php:138"
x-debug-token
"c21203"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"e16b854e6e8779fd128a0b35ff13d0c7"
APP_SHARE_DIR
"var/share"
CONTACT_EMAIL_TO
"contact@pickium.fr"
DATABASE_URL
"mysql://7664ne_pickium:2gx2T5O_G-t@7664ne.myd.infomaniak.com:3306/7664ne_pickium?serverVersion=10.11.15-MariaDB&charset=utf8mb4"
DEFAULT_URI
"https://www.pickium.fr"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PICKIUM_APEX_HOST
"localhost"
STRIPE_PRICE_ENTERPRISE
""
STRIPE_PRICE_ESSENTIAL
""
STRIPE_PRICE_PRO
""
STRIPE_RETURN_URL_BASE
"http://localhost:8012"
STRIPE_SECRET_KEY
""
STRIPE_WEBHOOK_SECRET
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr"
]
CONTEXT_DOCUMENT_ROOT
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_HOST
"ftp.pickium.fr"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"8.5"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PHP_VERSION
"8.5"
REDIRECT_SCRIPT_URI
"https://ftp.pickium.fr/"
REDIRECT_SCRIPT_URL
"/"
REDIRECT_SSL_TLS_SNI
"ftp.pickium.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aghfTEBhoCFGZmHYbD2dxgAAAH4"
REDIRECT_URL
"/"
REMOTE_ADDR
"23.27.145.74"
REMOTE_PORT
"37568"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1778933580
REQUEST_TIME_FLOAT
1778933580.4949
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://ftp.pickium.fr/"
SCRIPT_URL
"/"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"webmaster@pickium.fr"
SERVER_NAME
"ftp.pickium.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"ftp.pickium.fr"
SYMFONY_DOTENV_PATH
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/sites/pickium.fr/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MAILER_DSN,STRIPE_SECRET_KEY,STRIPE_WEBHOOK_SECRET,STRIPE_RETURN_URL_BASE,STRIPE_PRICE_ESSENTIAL,STRIPE_PRICE_PRO,STRIPE_PRICE_ENTERPRISE,PICKIUM_APEX_HOST,CONTACT_EMAIL_TO,MESSENGER_TRANSPORT_DSN"
TEMP
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/tmp"
TMP
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/tmp"
TMPDIR
"/home/clients/fda19bc7e9c4048f3bc2fae439884b78/tmp"
UNIQUE_ID
"aghfTEBhoCFGZmHYbD2dxgAAAH4"

Parent Request

Return to parent request (token = 3851d0)

Key Value
_controller
"App\Controller\Storefront\StorefrontController::home"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"storefront_home"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#965
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#783 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#974
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#899 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#980
    -supports: false
    -passport: null
    -duration: null
    -stub: "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator {#971 …}
  }
]
_stopwatch_token
"c769aa"