TwigExceptionController :: showAction

Request

GET Parameters

Key Value
file
"vendor/sylius/sylius/src/Sylius/Bundle/InventoryBundle/SyliusInventoryBundle.php"
line
"19"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"fos_rest.exception.twig_controller::showAction"
_links
Fig\Link\GenericLinkProvider {#7299
  -links: [
    "000000000d8fb6070000000079a48685" => Fig\Link\Link {#7281
      -href: "https://preprod.pro-occasion-rayonnage.fr/new-api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
exception
ErrorException {#4831
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 101
  #severity: E_NOTICE
  trace: {
    /home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
      › {    return (bool) $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
      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/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag($name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Session.php:249 {
      Symfony\Component\HttpFoundation\Session\Session->getBag($name) …
      › {    $bag = $this->storage->getBag($name);}
    /home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Session.php:271 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/http-foundation/Session/Session.php:73 {
      Symfony\Component\HttpFoundation\Session\Session->get($name, $default = null) …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /home/rayonnage/preprod/sylius/vendor/sylius/resource-bundle/src/Bundle/Storage/SessionStorage.php:42 {
      Sylius\Bundle\ResourceBundle\Storage\SessionStorage->get(string $name, $default = null) …
      › {    return $this->session->get($name, $default);}
    }
    /home/rayonnage/preprod/sylius/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/LocaleStorage.php:37 {
      Sylius\Component\Core\Locale\LocaleStorage->get(ChannelInterface $channel): string …
      › {    $localeCode = $this->storage->get($this->provideKey($channel));    if (null === $localeCode) {
    }
    /home/rayonnage/preprod/sylius/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/Context/StorageBasedLocaleContext.php:49 {
      Sylius\Component\Core\Locale\Context\StorageBasedLocaleContext->getLocaleCode(): string …
      › try {    $localeCode = $this->localeStorage->get($this->channelContext->getChannel());} catch (ChannelNotFoundException $exception) {
    }
    /home/rayonnage/preprod/sylius/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php:43 {
      Sylius\Component\Locale\Context\CompositeLocaleContext->getLocaleCode(): string …
      › try {    return $localeContext->getLocaleCode();} catch (LocaleNotFoundException $exception) {
    }
    /home/rayonnage/preprod/sylius/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php:44 {
      Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter->onKernelRequest(RequestEvent $event): void …
      › 
      › $request->setLocale($this->localeContext->getLocaleCode());$request->setDefaultLocale($this->localeProvider->getDefaultLocaleCode());
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /home/rayonnage/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
      › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
    /home/rayonnage/preprod/sylius/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php:134 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/rayonnage/preprod/sylius/vendor/symfony/http-kernel/HttpKernel.php:80 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/rayonnage/preprod/sylius/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/rayonnage/preprod/sylius/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#418 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"preprod.pro-occasion-rayonnage.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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"
date
"Sat, 26 Jul 2025 13:06:09 GMT"
x-debug-token
"0e25e6"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Sat, 26 Jul 25 15:06:09 +0200"
Last used
"Sat, 26 Jul 25 15:06:09 +0200"
Lifetime
"0"

Session Attributes

No session attributes

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APPLICATION_NAME
"prorayon_preprod"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"EDITME"
DATABASE_URL
"mysql://rayonnage:46fo-p1v280M@127.0.0.1/rayonnage_preprod"
GOOGLE_RECAPTCHA_SECRET
"6LcyegMnAAAAACPUW3s441NjNLnSVYq_-gDD-VeV"
GOOGLE_RECAPTCHA_SITE_KEY
"6LcyegMnAAAAALWj-MfxDITpqOo7Y3IABr2oXnmZ"
JWT_PASSPHRASE
"frfrfrf"
JWT_PUBLIC_KEY
"frfrfrf"
JWT_SECRET_KEY
"frfrfrf"
MAILER_URL
"smtp://localhost"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MONSIEURBIZ_SEARCHPLUGIN_ES_HOST
"localhost"
MONSIEURBIZ_SEARCHPLUGIN_ES_PORT
"9200"
RECAPTCHA3_KEY
"6LcyegMnAAAAALWj-MfxDITpqOo7Y3IABr2oXnmZ"
RECAPTCHA3_SECRET
"6LcyegMnAAAAACPUW3s441NjNLnSVYq_-gDD-VeV"
WKHTMLTOIMAGE_PATH
""/usr/local/bin/wkhtmltopdf""
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/rayonnage/preprod/sylius/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/rayonnage/preprod/sylius/public/"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"preprod.pro-occasion-rayonnage.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"file=vendor%2Fsylius%2Fsylius%2Fsrc%2FSylius%2FBundle%2FInventoryBundle%2FSyliusInventoryBundle.php&line=19"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"file=vendor%2Fsylius%2Fsylius%2Fsrc%2FSylius%2FBundle%2FInventoryBundle%2FSyliusInventoryBundle.php&line=19"
REDIRECT_SSL_TLS_SNI
"preprod.pro-occasion-rayonnage.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/_profiler/open"
REMOTE_ADDR
"216.73.216.12"
REMOTE_PORT
"46239"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1753535161
REQUEST_TIME_FLOAT
1753535161.5367
REQUEST_URI
"/_profiler/open?file=vendor%2Fsylius%2Fsylius%2Fsrc%2FSylius%2FBundle%2FInventoryBundle%2FSyliusInventoryBundle.php&line=19"
SCRIPT_FILENAME
"/home/rayonnage/preprod/sylius/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"37.187.147.197"
SERVER_ADMIN
"o.haro@arobases.fr"
SERVER_NAME
"preprod.pro-occasion-rayonnage.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"preprod.pro-occasion-rayonnage.fr"
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,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"

Parent Request

Return to parent request (token = 96d093)

Key Value
_controller
"web_profiler.controller.profiler::openAction"
_firewall_context
"security.firewall.map.context.shop"
_links
Fig\Link\GenericLinkProvider {#9348
  -links: [
    "000000000d8f8ef50000000079a48685" => Fig\Link\Link {#9347
      -href: "https://preprod.pro-occasion-rayonnage.fr/new-api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_route
"_profiler_open_file"
_route_params
[]
media_type
"text/html"