https://iwip-collecte.archivage.site/support

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"
_links
Symfony\Component\WebLink\GenericLinkProvider {#1491
  -links: [
    1490 => Symfony\Component\WebLink\Link {#1490
      -href: "https://iwip-collecte.archivage.site/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"eee71c"
exception
Twig\Error\RuntimeError {#1220
  -lineno: 47
  -name: "base.html.twig"
  -rawMessage: "Impossible to access an attribute ("roles") on a null variable."
  -sourcePath: "/home/apache/www/iwip-collecte.archivage.site/pub/templates/base.html.twig"
  -sourceCode: """
    <!DOCTYPE html>\n
    <html>\n
        {# TODO: mettre template nav en fonction du role utilisateur #}\n
        <head>\n
            <meta charset="UTF-8">\n
            <title>{% block title %}Welcome!{% endblock %}</title>\n
            <link rel="icon" type="image/png" href="/assets/GPU.png"/>\n
            {# Run `composer require symfony/webpack-encore-bundle`\n
               and uncomment the following Encore helpers to start using Symfony UX #}\n
            {% block stylesheets %}\n
                {{ encore_entry_link_tags('app') }}\n
            {% endblock %}\n
    \n
            {% block javascripts %}\n
                {{ encore_entry_script_tags('app') }}\n
            {% endblock %}\n
    \n
            <!-- before the closing <body> tag -->\n
            \n
            {% if app.user is not null and app.user.contact is not null  %}\n
            \n
            {% set enteprises = app.user.contact.enterpriseContactPositions %}\n
            {% if enterprises | length > 0 %}\n
                {% set enterprise = enterprises[0] %}\n
                {% if enterprise.mainColor != '#000000' %}\n
                <style>\n
                    .navbar{\n
                        background-color: {{enterprise.mainColor}} !important;\n
                    }\n
                    .navbar .active::after {\n
                        border-bottom: 15px solid {{enterprise.secondaryColor}} !important;\n
                    }    \n
                    .bg-footer {\n
                        background-image: linear-gradient(to right, {{enterprise.mainColor}}, {{enterprise.secondaryColor}}) !important;\n
                        z-index: 100;\n
                        margin-top: 1em;\n
                    }   \n
                    table.dataTable thead th {\n
                        background-color: {{enterprise.secondaryColor}} !important;\n
                    }\n
                </style>\n
            {% endif %}\n
            {% endif %}\n
            {% endif %}\n
        </head>\n
        {% block body_head %}\n
            {% if app.user.roles[0] in ['ROLE_ADMIN','ROLE_BUSINESSLINEMANAGER','ROLE_GROUPMANAGER'] %}\n
                {% set body_class = 'body-admin' %}\n
            {% elseif app.user.roles[0] == 'ROLE_CUSTOMER'  %}\n
                {% set body_class = 'body-customer' %}\n
            {% else %}\n
                {% set body_class = 'body-provider' %}\n
            {% endif %}\n
            <body data-controller="hello" class="{{body_class}}">\n
            <div class="modal" tabindex="-1" role="dialog"  id="leModal" >\n
      <div class="modal-dialog" role="document">\n
        <div class="modal-content">\n
          <div class="modal-header">\n
            <h5 class="modal-title"></h5>\n
            <button type="button" class="close" data-dismiss="modal" aria-label="Close" data-action="click->hello#modalClose">\n
              <span aria-hidden="true">&times;</span>\n
            </button>\n
          </div>\n
          <div class="modal-body" id="toast-body" >\n
            <p>Modal body text goes here.</p>\n
          </div>\n
        </div>\n
      </div>\n
    </div>\n
    \n
            {% endblock %}\n
            {% block navbar %}                   \n
            {% endblock %}\n
    \n
            {% block message %}\n
                <div class="container container-fluid">\n
                    <div class="row justify-content-md-center">\n
                        <div class="col-md-4">\n
                            {% for label, messages in app.flashes %}\n
                                {% for message in messages %}\n
                                    <div class="alert alert-success" style="text-align:center">\n
                                        {{ message }}\n
                                    </div>\n
                                {% endfor %}\n
                            {% endfor %}\n
                        </div>\n
                    </div>\n
                </div>\n
            {% endblock %}\n
            {% block modal %}\n
                {% include ('common/_modal.html.twig') %}\n
            {% endblock %}\n
            {% include 'common/_panel.html.twig' %}\n
            {% block body %}{% endblock %}\n
            {% block js %}{% endblock %}\n
            {% block footer %}\n
                {% include('common/_footer.html.twig') %}\n
            {% endblock %}\n
        </body>\n
    </html>\n
    """
  #message: "Impossible to access an attribute ("roles") on a null variable."
  #code: 0
  #file: "/home/apache/www/iwip-collecte.archivage.site/pub/templates/base.html.twig"
  #line: 47
  trace: {
    /home/apache/www/iwip-collecte.archivage.site/pub/templates/base.html.twig:47 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › {% block body_head %}    {% if app.user.roles[0] in ['ROLE_ADMIN','ROLE_BUSINESSLINEMANAGER','ROLE_GROUPMANAGER'] %}        {% set body_class = 'body-admin' %}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/var/cache/dev/twig/06/06aa5f1ce6c7e21d43da1422006e675d299687227d4fafc2dc08774f3fa66704.php:250 {
      __TwigTemplate_8e3b202713237446655116777e9db5a3fa28ab42d4b3c09e6adc6b183a07e213->block_body_head($context, array $blocks = []) …
      › echo "        ";if (twig_in_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 47, $this->source); })()), "user", [], "any", false, false, false, 47), "roles", [], "any", false, false, false, 47), 0, [], "array", false, false, false, 47), [0 => "ROLE_ADMIN", 1 => "ROLE_BUSINESSLINEMANAGER", 2 => "ROLE_GROUPMANAGER"])) {    // line 48
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/templates/base.html.twig:46 {
      __TwigTemplate_8e3b202713237446655116777e9db5a3fa28ab42d4b3c09e6adc6b183a07e213->doDisplay(array $context, array $blocks = []) …
      › </head>{% block body_head %}    {% if app.user.roles[0] in ['ROLE_ADMIN','ROLE_BUSINESSLINEMANAGER','ROLE_GROUPMANAGER'] %}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/var/cache/dev/twig/49/49eca01d9a86c316e330af24bc8459bcd92a2a72698a1fb6edb49f220c890aeb.php:50 {
      __TwigTemplate_de8e69e92d9c8403e9a61967290d07bf0ec4decf065cf864cf4c84ea1224b466->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "front/supportClient.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/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);}
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/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);}
    /home/apache/www/iwip-collecte.archivage.site/pub/src/Controller/SupportController.php:57 {
      App\Controller\SupportController->supportClient(Request $request, MailerInterface $mailer): Response …
      › \r    return $this->render('front/supportClient.html.twig', ['form' => $form->createView()]);\r}\r
    }
    /home/apache/www/iwip-collecte.archivage.site/pub/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);}
    /home/apache/www/iwip-collecte.archivage.site/pub/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/apache/www/iwip-collecte.archivage.site/pub/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/apache/www/iwip-collecte.archivage.site/pub/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#277 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"iwip-collecte.archivage.site"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.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, 20 Mar 2026 09:12:10 GMT"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22roles%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Fapache%2Fwww%2Fiwip-collecte.archivage.site%2Fpub%2Ftemplates%2Fbase.html.twig:47"
x-debug-token
"e987e2"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Fri, 20 Mar 26 10:12:10 +0100"
Last used
"Fri, 20 Mar 26 10:12:10 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-customer_supportcontact
"6NfhFi3QrOeGGxZRzZIwsVGwgc_R63APT35WHRyGSQI"

Session Usage

9 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-core/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-core/Security.php"
    "line" => 40
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/src/EventSubscriber/TwigEventSubscriber.php"
    "line" => 46
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelController"
    "class" => "App\EventSubscriber\TwigEventSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 151
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:98
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 98
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/src/Controller/SupportController.php"
    "line" => 57
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "supportClient"
    "class" => "App\Controller\SupportController"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/src/Controller/SupportController.php"
    "line" => 57
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "supportClient"
    "class" => "App\Controller\SupportController"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/src/Controller/SupportController.php"
    "line" => 57
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "supportClient"
    "class" => "App\Controller\SupportController"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
    "line" => 20
    "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
"9f42e2167145dc4005222547ca6329ed"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_PW
"Hwva3D9z_ybZ9Nun"
DATABASE_URL
"mysql://gpu-dbaccess:Hwva3D9z_ybZ9Nun@localhost:3306/gpu_prod_db1"
DATABASE_USER
"gpu-dbaccess"
DB_NAME
"gpu_prod_db1"
DB_PATH
"localhost"
JWT_PASSPHRASE
"__ToBeDefined__"
JWT_PUBLIC_KEY
"__ToBeDefined__"
JWT_SECRET_KEY
"__ToBeDefined__"
LANGUAGE
"fr"
MAILER_DSN
"smtp://info@hmsb.email:8T6&Ko8^9eTS0GF9@ssl0.ovh.net:587"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/apache/www/iwip-collecte.archivage.site/pub/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/apache/www/iwip-collecte.archivage.site/pub/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"iwip-collecte.archivage.site"
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"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://iwip-collecte.archivage.site/support"
REDIRECT_SCRIPT_URL
"/support"
REDIRECT_SSL_TLS_SNI
"iwip-collecte.archivage.site"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ab0PaudCVKmwkHuAhlKhTQAAAVU"
REDIRECT_URL
"/support"
REMOTE_ADDR
"216.73.216.20"
REMOTE_PORT
"57043"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1773997930
REQUEST_TIME_FLOAT
1773997930.081
REQUEST_URI
"/support"
SCRIPT_FILENAME
"/home/apache/www/iwip-collecte.archivage.site/pub/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://iwip-collecte.archivage.site/support"
SCRIPT_URL
"/support"
SERVER_ADDR
"51.178.176.13"
SERVER_ADMIN
"projets@elementaire.in"
SERVER_NAME
"iwip-collecte.archivage.site"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k"
SSL_TLS_SNI
"iwip-collecte.archivage.site"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,LANGUAGE,MAILER_DSN,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,DB_PATH,DB_NAME,DATABASE_USER,DATABASE_PW"
UNIQUE_ID
"ab0PaudCVKmwkHuAhlKhTQAAAVU"
USER
"apache"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 5acac8)

Key Value
_controller
"App\Controller\SupportController::supportClient"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#2263
  -links: [
    2262 => Symfony\Component\WebLink\Link {#2262
      -href: "https://iwip-collecte.archivage.site/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
_route
"support_client"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"86f00e"