https://test.vivog.fr/en/m/122/promex

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"70614f"
exception
Twig\Error\RuntimeError {#2728
  #message: "An exception has been thrown during the rendering of a template ("Parameter "url" for route "manufacturer" must match "[^/]++" ("" given) to generate a corresponding URL.")."
  #code: 0
  #file: "/var/www/dogcat.com/v2-test/templates/front/layout/languages.html.twig"
  #line: 28
  -previous: Symfony\Component\Routing\Exception\InvalidParameterException {#2676 …}
  -lineno: 28
  -name: "front/layout/languages.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Parameter "url" for route "manufacturer" must match "[^/]++" ("" given) to generate a corresponding URL.")."
  -sourcePath: "/var/www/dogcat.com/v2-test/templates/front/layout/languages.html.twig"
  -sourceCode: """
    <div class="languages">\n
    {% if language is not defined %}\n
        {% set language = languageMgr.getCurrentLanguage() %}\n
    {% else %}\n
        {{ languageMgr.switchTo(language) }}\n
    {% endif %}\n
    {% set route = app.request.attributes.get('_route') %}\n
    {% set params = app.request.attributes.get('_route_params') %}\n
    {% if params %}\n
        {% for locale in locales %}\n
            {% if not loop.first %}|{% endif %}\n
            {% if locale != app.request.locale %}\n
                {% if route == 'product' %}\n
                    {% set descr = product.getProductDescription(locale) %}\n
                    {% set params = params|merge({'_locale': locale, 'url':descr.url}) %}\n
                {% elseif (route == 'category') or (route == 'universe') %}\n
                    {% set descr = category.getCategoryDescription(locale) %}\n
                    {% set params = params|merge({'_locale': locale, 'url':descr.url}) %}\n
                {% elseif route == 'page' %}\n
                    {% set descr = page.getPageDescription(locale) %}\n
                    {% set params = params|merge({'_locale': locale, 'url':descr.url}) %}\n
                {% elseif route == 'manufacturer' %}\n
                    {% set descr = manufacturer.getManufacturerDescription(locale) %}\n
                    {% set params = params|merge({'_locale': locale, 'url':descr.url}) %}\n
                {% else %}\n
                    {% set params = params|merge({'_locale': locale}) %}\n
                {% endif %}\n
                {% set redirect = path(route, params) %}\n
                <a href="{{ redirect }}" onclick="document.location = atob('{{ path('change_locale',{_locale:locale,redirect:redirect})|raw|base64_encode }}'); return false;">{{ locale }}</a>\n
            {% else %}\n
                <span>{{ locale }}</span>\n
            {% endif %}\n
        {% endfor %}\n
    {% endif %}\n
    </div>
    """
  trace: {
    /var/www/dogcat.com/v2-test/templates/front/layout/languages.html.twig:28 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › {% endif %}{% set redirect = path(route, params) %}<a href="{{ redirect }}" onclick="document.location = atob('{{ path('change_locale',{_locale:locale,redirect:redirect})|raw|base64_encode }}'); return false;">{{ locale }}</a>
    }
    /var/www/dogcat.com/v2-test/templates/front/layout/header.html.twig:6 {
      __TwigTemplate_00bb4f9ce225274c1d52259ecab6870f->doDisplay(array $context, array $blocks = []) …
      ›     <a href="{{ path('contact_form') }}" class="bt-contact"><img src="{{ asset('img/bt-contact.svg') }}" alt="{% trans %}Contactez-nous{% endtrans %}" width="20" height="20"></a>\r    {% include 'front/layout/languages.html.twig' %}\r</div>\r
    }
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /var/www/dogcat.com/v2-test/var/cache/dev/twig/89/89030e720c345e94b53a2226c203c5a8.php:482 {
      __TwigTemplate_a501c0e1fe5480a8d0d68b9698e82573->block_header($context, array $blocks = []) …
      › yield "            ";yield from         $this->loadTemplate("front/layout/header.html.twig", "front/front.html.twig", 56)->unwrap()->yield($context);// line 57
    }
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/Template.php:430 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
      › 
      › foreach ($template->$block($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /var/www/dogcat.com/v2-test/templates/front/front.html.twig:55 {
      __TwigTemplate_a501c0e1fe5480a8d0d68b9698e82573->doDisplay(array $context, array $blocks = []) …
      › <body class="{% block bodyClass %}page{% endblock %}">\r    {% block header %}\r        {% include 'front/layout/header.html.twig' %}\r
    }
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /var/www/dogcat.com/v2-test/var/cache/dev/twig/ba/ba1c0b4d1eceeb974f4be0d61a07b70b.php:53 {
      __TwigTemplate_03ee0a2726c571ee552bf58f26f54041->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("front/front.html.twig", "front/catalog/manufacturer/view.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/Template.php:335 {
      Twig\Template->render(array $context): string …
      › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
    }
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/dogcat.com/v2-test/vendor/twig/twig/src/Environment.php:306 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/dogcat.com/v2-test/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/dogcat.com/v2-test/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/dogcat.com/v2-test/src/Controller/Front/ManufacturerController.php:56 {
      App\Controller\Front\ManufacturerController->view($id, $url, Request $request, Session $session) …
      › $manufacturerDescription = $manufacturer->getManufacturerDescription($request->getLocale());\rreturn $this->render('front/catalog/manufacturer/view.html.twig',[\r    'manufacturer'=>$manufacturer,\r
    }
    /var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/dogcat.com/v2-test/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) {
    }
    /var/www/dogcat.com/v2-test/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 {
    }
    /var/www/dogcat.com/v2-test/public/index.php:24 {$request = Request::createFromGlobals();\r$response = $kernel->handle($request);\r$response->send();\r
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#301 …9}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.5"
host
"test.vivog.fr"
priority
"u=0, i"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
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
"Fri, 24 Apr 2026 07:04:44 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Parameter%20%22url%22%20for%20route%20%22manufacturer%22%20must%20match%20%22%5B%5E%2F%5D%2B%2B%22%20%28%22%22%20given%29%20to%20generate%20a%20corresponding%20URL.%22%29."
x-debug-exception-file
"%2Fvar%2Fwww%2Fdogcat.com%2Fv2-test%2Ftemplates%2Ffront%2Flayout%2Flanguages.html.twig:28"
x-debug-token
"bb9f2a"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Fri, 24 Apr 26 09:04:44 +0200"
Last used
"Fri, 24 Apr 26 09:04:44 +0200"
Lifetime
172800

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
App\Manager\LanguageManager:20
[
  [
    "file" => "/var/www/dogcat.com/v2-test/src/Manager/LanguageManager.php"
    "line" => 20
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/App_KernelDevDebugContainer.php"
    "line" => 1270
    "function" => "__construct"
    "class" => "App\Manager\LanguageManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/App_KernelDevDebugContainer.php"
    "line" => 723
    "function" => "getLanguageManagerService"
    "class" => "ContainerBz4IvJ3\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/App_KernelDevDebugContainer.php"
    "line" => 1327
    "function" => "get_Container_Private_TwigService"
    "class" => "ContainerBz4IvJ3\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/App_KernelDevDebugContainer.php"
    "line" => 1222
    "function" => "getMailerService"
    "class" => "ContainerBz4IvJ3\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/App_KernelDevDebugContainer.php"
    "line" => 1285
    "function" => "getCartManagerService"
    "class" => "ContainerBz4IvJ3\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/getManufacturerController2Service.php"
    "line" => 25
    "function" => "getPriceManagerService"
    "class" => "ContainerBz4IvJ3\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/var/cache/dev/ContainerBz4IvJ3/App_KernelDevDebugContainer.php"
    "line" => 518
    "function" => "do"
    "class" => "ContainerBz4IvJ3\getManufacturerController2Service"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/dependency-injection/Container.php"
    "line" => 238
    "function" => "load"
    "class" => "ContainerBz4IvJ3\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/dependency-injection/Container.php"
    "line" => 220
    "function" => "make"
    "class" => "Symfony\Component\DependencyInjection\Container"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php"
    "line" => 53
    "function" => "get"
    "class" => "Symfony\Component\DependencyInjection\Container"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/framework-bundle/Controller/ControllerResolver.php"
    "line" => 29
    "function" => "instantiateController"
    "class" => "Symfony\Component\HttpKernel\Controller\ContainerControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Controller/ControllerResolver.php"
    "line" => 120
    "function" => "instantiateController"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php"
    "line" => 42
    "function" => "createController"
    "class" => "Symfony\Component\HttpKernel\Controller\ControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Controller/ControllerResolver.php"
    "line" => 86
    "function" => "createController"
    "class" => "Symfony\Component\HttpKernel\Controller\ContainerControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php"
    "line" => 39
    "function" => "getController"
    "class" => "Symfony\Component\HttpKernel\Controller\ControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 146
    "function" => "getController"
    "class" => "Symfony\Component\HttpKernel\Controller\TraceableControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/v2-test/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"5ad6b3d113858e55d2223538dfa741ed"
BASE_URL
"https://test.vivog.fr"
CNP_BOUTIQUE
"69895024"
CNP_KEY
"kyvVfyiNWjREn8kd"
CNP_MODE
"TEST"
DATABASE_URL
"mysql://dogcat-33113:ZS6wTgSwAVCU4Khj@127.0.0.1:3306/dogcat-com_v2tmp"
EDICOT_DIR
"/Incoming_Test"
EDICOT_HOST
"edi10.edicot.net"
EDICOT_LOGIN
"MarTin$eLliEr"
EDICOT_PORT
"22"
EDICOT_PWD
"M@Rt1n$ElLieR"
GOOGLE_RECAPTCHA_KEY
"6LfUJ8InAAAAAIBM4Nco8MkIHMck_7SVhjrvLPnF"
GOOGLE_SITE_KEY
"AIzaSyC9g3uzqSuZ93Wnf60z2AJSQEpVa_Y2J3U"
MAILER_DSN
"smtp://nc1377.nexylan.net:25?encryption=&auth_mode="
NETREVIEWS_ID
"efa3e291-b4f6-f9e4-b1fc-9733ced49b5f"
NETREVIEWS_KEY
"9ace1b2f-e977-fd74-01a4-f6f9399eafd4"
PAYPAL_CLIENT_ID
"AWUx45S-LeN7OmEweCuh5mgbeX2u_QGhblXmuutpdjmCIL3vzV4_1hcGsoTHBAkFigP1fzyK3X66B866"
PAYPAL_CLIENT_SECRET
"EE-94G2wU07HcoQqojxx0qJwrX90p21CEJ-H1Fx7EDW4cs7Mst3iCPQZeAQAzH8GmYJ1CbP8Dw7aZOWh"
PAYPAL_MODE
"sandbox"
RECAPTCHA3_KEY
"6LfC4d0UAAAAAAsB5-occscKcsPXzI-UhLfgcqRQ"
RECAPTCHA3_SECRET
"6LfC4d0UAAAAAEUK2YixcJn6HfOlW6zrXPQiNkg5"
SAP_LOG
"/var/www/dogcat.com/echanges-erp-preprod/dogcat.log"
SAP_ORDERS_DIR
"/var/www/dogcat.com/echanges-erp-preprod/commandes/"
SAP_ORDERS_STATUS
"/var/www/dogcat.com/echanges-erp-preprod/STATUT_VV_SAP"
SAP_STOCK
"/var/www/dogcat.com/echanges-erp-preprod/STOCK_VV_SAP"
SITE_DOMAIN
"test.vivog.fr"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/dogcat.com/v2-test/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/dogcat.com/v2-test/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
""
H2_STREAM_TAG
"000"
HOME
"/var/www/dogcat.com"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_HOST
"test.vivog.fr"
HTTP_PRIORITY
"u=0, i"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
""
REDIRECT_H2_STREAM_TAG
"000"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"test.vivog.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aesWDFp4HvXXzDiWmMoxYwAAThc"
REDIRECT_URL
"/en/m/122/promex"
REMOTE_ADDR
"47.128.44.93"
REMOTE_PORT
"64224"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1777014284
REQUEST_TIME_FLOAT
1777014284.2505
REQUEST_URI
"/en/m/122/promex"
SCRIPT_FILENAME
"/var/www/dogcat.com/v2-test/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.10.101.77"
SERVER_ADMIN
"contact@nexylan.com"
SERVER_NAME
"test.vivog.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"test.vivog.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,BASE_URL,MAILER_DSN,CNP_BOUTIQUE,CNP_KEY,CNP_MODE,NETREVIEWS_ID,NETREVIEWS_KEY,SITE_DOMAIN,SAP_STOCK,SAP_ORDERS_STATUS,SAP_ORDERS_DIR,SAP_LOG,EDICOT_HOST,EDICOT_PORT,EDICOT_LOGIN,EDICOT_PWD,EDICOT_DIR,GOOGLE_SITE_KEY,GOOGLE_RECAPTCHA_KEY,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,PAYPAL_MODE,PAYPAL_CLIENT_ID,PAYPAL_CLIENT_SECRET"
UNIQUE_ID
"aesWDFp4HvXXzDiWmMoxYwAAThc"
USER
"dogcat-33113"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 9bdffd)

Key Value
_controller
"App\Controller\Front\ManufacturerController::view"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"manufacturer"
_route_params
[
  "_locale" => "en"
  "id" => "122"
  "url" => "promex"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"279696"
id
"122"
url
"promex"