ErrorController

Request

GET Parameters

Key Value
ip
"37.59.123.17"
limit
"10"
url
"https://preprod.lachouettemauve.com/configurator/image/111/delete"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_firewall_context
"security.firewall.map.context.shop"
_links
Symfony\Component\WebLink\GenericLinkProvider {#14639
  -links: [
    14640 => Symfony\Component\WebLink\Link {#14640
      -href: "https://preprod.lachouettemauve.com/new-api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"c69b53"
exception
ErrorException {#12896
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 116
  #severity: E_NOTICE
  trace: {
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:116 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:91 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:185 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Session.php:261 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);}
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-foundation/Session/Session.php:273 {
      Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
      › {    return $this->getBag($this->flashName);}
    }
    /home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/getSession_FlashBagService.php:24 {
      ContainerADuwsud\getSession_FlashBagService::do($container, $lazyLoad = true) …
      › 
      ›     return $container->privates['session.flash_bag'] = ($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService())->getFlashBag();}
    }
    /home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/App_KernelDevDebugContainer.php:3216 {
      ContainerADuwsud\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
      › 
      ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
    }
    /home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/App_KernelDevDebugContainer.php:8042 {
      ContainerADuwsud\App_KernelDevDebugContainer->getGtmRouteListenerService() …
      › {    return $this->privates['App\\EventListener\\GtmRouteListener'] = new \App\EventListener\GtmRouteListener(($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['google_tag_manager'] ?? $this->getGoogleTagManagerService()), ($this->services['bitbag_sylius_cms_plugin.repository.page'] ?? $this->getBitbagSyliusCmsPlugin_Repository_PageService()), ($this->services['sylius.repository.taxon'] ?? $this->getSylius_Repository_TaxonService()), ($this->services['sylius.repository.product'] ?? $this->getSylius_Repository_ProductService()), ($this->privates['session.flash_bag'] ?? $this->load('getSession_FlashBagService')), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
    }
    /home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/App_KernelDevDebugContainer.php:4820 {
      ContainerADuwsud\App_KernelDevDebugContainer->ContainerADuwsud\{closure} …
      › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventListener\\GtmRouteListener'] ?? $this->getGtmRouteListenerService());}, 1 => 'onKernelRequest'], 0);
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
      Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
      › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
      Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
      › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
      › 
      › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › 
      › $this->preProcess($eventName);try {
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/chouettemauve/preprod/sylius/public/index.php:73 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1390 …9}
media_type
"text/html"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"preprod.lachouettemauve.com"
referer
"https://preprod.lachouettemauve.com/_profiler/53f326/search/results?ip=37.59.123.17&limit=10&url=https://preprod.lachouettemauve.com/configurator/image/111/delete"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"864743696"
x-php-ob-level
"2"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 17 Feb 2026 12:44:47 GMT"
vary
"Accept"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fhome%2Fchouettemauve%2Fpreprod%2Fsylius%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:116"
x-debug-token
"285ab9"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 2

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

2 Usages
Stateless check enabled
Usage
ContainerADuwsud\getSession_FlashBagService:24
[
  [
    "file" => "/home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/getSession_FlashBagService.php"
    "line" => 24
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/App_KernelDevDebugContainer.php"
    "line" => 3205
    "function" => "do"
    "class" => "ContainerADuwsud\getSession_FlashBagService"
    "type" => "::"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/App_KernelDevDebugContainer.php"
    "line" => 8042
    "function" => "load"
    "class" => "ContainerADuwsud\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/var/cache/dev/ContainerADuwsud/App_KernelDevDebugContainer.php"
    "line" => 4820
    "function" => "getGtmRouteListenerService"
    "class" => "ContainerADuwsud\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 164
    "function" => "ContainerADuwsud\{closure}"
    "class" => "ContainerADuwsud\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 297
    "function" => "removeListener"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 148
    "function" => "preProcess"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 66
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/public/index.php"
    "line" => 73
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Sylius\Bundle\ResourceBundle\Storage\SessionStorage:36
[
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/resource-bundle/src/Bundle/Storage/SessionStorage.php"
    "line" => 36
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/LocaleStorage.php"
    "line" => 36
    "function" => "get"
    "class" => "Sylius\Bundle\ResourceBundle\Storage\SessionStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/Context/StorageBasedLocaleContext.php"
    "line" => 46
    "function" => "get"
    "class" => "Sylius\Component\Core\Locale\LocaleStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php"
    "line" => 43
    "function" => "getLocaleCode"
    "class" => "Sylius\Component\Core\Locale\Context\StorageBasedLocaleContext"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php"
    "line" => 42
    "function" => "getLocaleCode"
    "class" => "Sylius\Component\Locale\Context\CompositeLocaleContext"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 66
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chouettemauve/preprod/sylius/public/index.php"
    "line" => 73
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APPLICATION_NAME
"lachouettemauve"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"SECRETDEVAPP"
COMFY_CLOUD_API_KEY
"comfyui-084db1d0d64aa331b6e76b62b3e1c8cc70543b1466b29c406d2771c4f8b88526"
COMFY_CLOUD_BASE_URL
"https://cloud.comfy.org"
DATABASE_URL
"mysql://chouettemauve:gt-_dt-CPOoih@127.0.0.1/chouettemauve_preprod?serverVersion=mariadb-10.7.4"
DEFAULT_ADMIN_ROLE_CODE
"administrator"
DEFAULT_ADMIN_ROLE_NAME
"administrateur"
DEFAULT_ADMIN_USER
"arobases"
JWT_PASSPHRASE
""
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock:///%kernel.project_dir%"
MAILCHIMP_API_KEY
"6eb5f6673e1f35c1b379bb7346103d40-us21"
MAILER_URL
"smtp://mailhog:1025"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MONSIEURBIZ_SEARCHPLUGIN_ES_HOST
"localhost"
MONSIEURBIZ_SEARCHPLUGIN_ES_PORT
"9200"
MONSIEURBIZ_SEARCHPLUGIN_MESSENGER_TRANSPORT_DSN
"doctrine://default"
RECAPTCHA3_KEY
"6LfGuccoAAAAAJnwJqX44zbRjwtEnSkOOWO1vbJD"
RECAPTCHA3_SECRET
"6LfGuccoAAAAAKv9R3Wg_Sri1Wrk-f-RnWvvNkX8"
SYLIUS_ADMIN_PASSWORD
"sylius"
SYLIUS_ADMIN_USERNAME
"sylius"
SYLIUS_CHANNEL
"Web"
SYLIUS_CURRENCY
"EUR"
SYLIUS_FIXTURES_HOSTNAME
"127.0.0.1:8000"
SYLIUS_REFUND_LOGO_FILE
"%kernel.project_dir%/public/images/sylius-logo.svg"
SYLIUS_THEME_NAME
"sylius/bootstrap-theme"
WKHTMLTOIMAGE_PATH
""/usr/local/bin/wkhtmltopdf""
WKHTMLTOPDF_PATH
"bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/chouettemauve/preprod/sylius/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/chouettemauve/preprod/sylius/public/"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"preprod.lachouettemauve.com"
HTTP_REFERER
"https://preprod.lachouettemauve.com/_profiler/53f326/search/results?ip=37.59.123.17&limit=10&url=https://preprod.lachouettemauve.com/configurator/image/111/delete"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"864743696"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"ip=37.59.123.17&limit=10&url=https://preprod.lachouettemauve.com/configurator/image/111/delete"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"ip=37.59.123.17&limit=10&url=https://preprod.lachouettemauve.com/configurator/image/111/delete"
REDIRECT_SSL_TLS_SNI
"preprod.lachouettemauve.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/_profiler/latest"
REMOTE_ADDR
"74.7.227.129"
REMOTE_PORT
"33340"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771332287
REQUEST_TIME_FLOAT
1771332287.3181
REQUEST_URI
"/_profiler/latest?ip=37.59.123.17&limit=10&url=https://preprod.lachouettemauve.com/configurator/image/111/delete"
SCRIPT_FILENAME
"/home/chouettemauve/preprod/sylius/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.19.10.230"
SERVER_ADMIN
"o.haro@arobases.fr"
SERVER_NAME
"preprod.lachouettemauve.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"preprod.lachouettemauve.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MAILER_URL,MESSENGER_TRANSPORT_DSN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,MONSIEURBIZ_SEARCHPLUGIN_ES_HOST,MONSIEURBIZ_SEARCHPLUGIN_ES_PORT,APPLICATION_NAME,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,LOCK_DSN,SYLIUS_THEME_NAME,SYLIUS_CURRENCY,SYLIUS_CHANNEL,SYLIUS_FIXTURES_HOSTNAME,MONSIEURBIZ_SEARCHPLUGIN_MESSENGER_TRANSPORT_DSN,MAILCHIMP_API_KEY,SYLIUS_REFUND_LOGO_FILE,DEFAULT_ADMIN_USER,DEFAULT_ADMIN_ROLE_CODE,DEFAULT_ADMIN_ROLE_NAME,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,COMFY_CLOUD_API_KEY,COMFY_CLOUD_BASE_URL,SYLIUS_ADMIN_USERNAME,SYLIUS_ADMIN_PASSWORD"

Parent Request

Return to parent request (token = 535eae)

Key Value
_links
Symfony\Component\WebLink\GenericLinkProvider {#17218
  -links: [
    17217 => Symfony\Component\WebLink\Link {#17217
      -href: "https://preprod.lachouettemauve.com/new-api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true