https://lk1.test.genesii.fr/p/e8sz7k?recap=1

ErrorController

Request

GET Parameters

Key Value
recap
"1"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"10393c"
exception
Twig\Error\RuntimeError {#2446
  -lineno: 78
  -name: "public/index.html.twig"
  -rawMessage: "Key "0" does not exist as the array is empty."
  -sourcePath: "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/templates/public/index.html.twig"
  -sourceCode: """
    {% extends './public/layout.html.twig' %}\n
    \n
    {% block main %}\n
        {% set isProposition = false %}\n
        {% if propositions|length > 0 %}\n
            {% set isProposition = true %}\n
            {% set firstProposition = propositions|first %}\n
        {% endif %}\n
    \n
        <div class="homepage mobile" style="{% if isProposition %} background-image: linear-gradient(180deg, rgb(48 48 48 / 80%) 0%, rgb(48 48 48 / 80%) 100%), url({{ asset('uploads/lots_images/' ~ firstProposition.lot.image) }}); {% endif %}">\n
            {% if not recap %}\n
            <div class="container-fluid">\n
                <div class="titles row">\n
                    <div class="col-12 text-center">\n
                        <h4 class="subtitle text-white font-weight-bold">\n
                            Votre sélection personnalisée {{ interlocuteur is not null ? 'par ' ~ interlocuteur.entreprise.nom : '' }} : Cliquez sur une vignette !\n
                        </h4>\n
                        <p class="sub-subtitle text-white">\n
                            <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="8vh">\n
                                <path d="M12 14.5L7.5 10L6.08 11.42L12 17.34L17.92 11.42L16.5 10L12 14.5ZM12 10L7.5 5.5L6.08 6.92L12 12.84L17.92 6.92L16.5 5.5L12 10Z" fill="#46bdf7"/>\n
                            </svg>\n
                        </p>\n
                    </div>\n
                </div>\n
            </div>\n
            {% endif %}\n
    \n
            {% set nb = 0 %}\n
                {% if not recap %}\n
                    <div class="container-fluid-content container-lots position-relative">\n
                        <div class="content-lots m-0">\n
                            <div class="row justify-content-center w-100 m-0 p-0 lots">\n
                                {% if propositions is defined and propositions %}\n
                                    {% for key, proposition in propositions %}\n
                                        <div class="lot-item {% if propositions|length == 1 %} col-8 {% elseif propositions|length == 2 %} col-6 {% else %} col-4 {% endif %} active-loading">\n
                                            <a href="{{ path('public_lot', {token: proposition.prospect.token, id: proposition.lot.id}) }}" class="noAnim link-card-item active-loading">\n
                                                <div class="hide-zoom-in d-flex justify-content-between card-lot-item" style="min-height: {% if propositions|length == 1 %} 50vh {% elseif propositions|length == 2 %} 44vh {% else %} 34vh {% endif %}">\n
                                                    <div class="noAnim bg-img-lot" style="background-image: url({{ asset('uploads/lots_images/' ~ proposition.lot.image) }});"></div>\n
                                                    <div class="lot-caracts d-flex justify-content-between align-items-end w-100 mb-1">\n
                                                        <div class="text-white text-15 col-10">\n
                                                            <h3 class="lot-name mb-0">{% if proposition.lot.reference is not empty %}{{proposition.lot.reference}} - {% endif %}{{proposition.lot.ville|upper}}</h3>\n
                                                            <h2 class="lot-size text-bold">{{proposition.lot.type|upper}} {% if proposition.lot.superficie is not empty %} - {{ proposition.lot.Superficie }}m² {% endif %}</h2>\n
                                                        </div>\n
                                                        <div class="num col-2">{{ loop.index }}</div>\n
                                                    </div>\n
                                                </div>\n
                                            </a>\n
                                            <div>\n
                                                <h5 class="lot-realisation">\n
                                                    {% if proposition.lot.prix is not empty %}\n
                                                        <span class="lot-prix">{{ proposition.lot.prix|number_format(0, ',', ' ') }}€</span>\n
                                                    {% endif %}\n
    \n
                                                    {% if proposition.lot.prix is not empty and proposition.lot.programmeParent.visuLivraison and proposition.lot.livraison is not empty %}\n
                                                        <span class="text-white"> - </span>\n
                                                    {% endif %}\n
    \n
                                                    {% if proposition.lot.programmeParent.visuLivraison and proposition.lot.livraison is not empty %}\n
                                                        <span class="lot-livraison">\n
                                                            {{ proposition.lot.livraison }}\n
                                                        </span>\n
                                                    {% endif %}\n
                                                </h5>\n
                                            </div>\n
                                        </div>\n
                                    {% endfor %}\n
                                {% endif %}\n
                            </div>\n
                        </div>\n
                        <div class="w-100 d-flex justify-content-end">\n
                            <p class="logo-zada text-white text-center w-100">Zada © {{ "now"|date('Y') }}</p>\n
                        </div>\n
                    </div>\n
                {% else %}\n
                    {% if propositions.first is defined %}\n
                        {% set firstProposition = propositions.first %}\n
                    {% else %}\n
                        {% set firstProposition = propositions[0] %}\n
                    {% endif %}\n
    \n
                    <div class="slide slide-avis" style="background-image:linear-gradient(180deg, rgb(48 48 48 / 75%) 0%, rgb(48 48 48 / 100%) 100%), url({{ asset('uploads/lots_images/' ~ firstProposition.lot.image) }});">\n
                        <div class="container-fluid-content container-lots position-relative container-fluid p-0" class="container-lots">\n
                            <div class="container-avis pt-lg-5 mx-auto">\n
                                <div class="content-lots recap-lots m-0">\n
                                    <div class="row justify-content-center w-100 m-0 pb-0 pt-4 px-0 lots">\n
                                        {% if propositions is defined and propositions %}\n
                                            {% for key, proposition in propositions %}\n
                                                <div class="{% if propositions|length == 1 %}col-8{% elseif propositions|length == 2 %}col-6{% else %}col-4{% endif %} d-flex flex-column px-2 px-lg-4 py-2 py-lg-4 recap-card">\n
                                                    <h2 class="location-card-{{ (key%6)+1 }} image-title text-bold">{{ proposition.lot.ville }}</h2>\n
                                                    <div class="lot-item lot-item-recap h-100" data-bs-toggle="modal" data-bs-target="#modalImage" style="min-height: {% if propositions|length == 1 %}50vh{% elseif propositions|length == 2 %}44vh{% else %}34vh{% endif %}">\n
                                                        <div class="row mx-0 h-100">\n
                                                            <div class="{% if proposition.lot.plan is null and proposition.lot.image is null %} col-12 {% else %} col-5 {% endif %} px-0 lot-caracts lot-{{ (key%6)+1 }}">\n
                                                                <ul class="px-2 py-3 m-0">\n
                                                                    <li class="nom-card-recap text-bold">{{ proposition.lot.programme }}</li>\n
                                                                    <li class="ref-card-recap">\n
                                                                        {{proposition.lot.type}}\n
                                                                        {% if proposition.lot.reference is not empty %}\n
                                                                            - {{ proposition.lot.reference }}\n
                                                                        {% endif %}\n
                                                                    </li>\n
                                                                    {% if proposition.lot.etage is not empty %}\n
                                                                        <li class="title-card-recap">Etage : <b>{{ proposition.lot.etage }}</b></li>\n
                                                                    {%  endif %}\n
                                                                    {% if proposition.lot.superficie is not empty %}\n
                                                                        <li class="title-card-recap">Superficie : <b>{{ proposition.lot.superficie|number_format(2, ',', ' ')|replace({',00': ''}) }}m²</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.terrasse is not empty %}\n
                                                                        <li class="title-card-recap">Terrasse : <b>{{ proposition.lot.terrasse|number_format(2, ',', ' ')|replace({',00': ''}) }}m²</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.terrasse2 is not empty %}\n
                                                                        <li class="title-card-recap">Deuxième terrasse : <b>{{ proposition.lot.terrasse2|number_format(2, ',', ' ')|replace({',00': ''}) }}m²</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.jardin is not empty %}\n
                                                                        <li class="title-card-recap">Jardin : <b>{{ proposition.lot.jardin|number_format(2, ',', ' ')|replace({',00': ''}) }}m²</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.orientation is not empty %}\n
                                                                        <li class="title-card-recap">Orientation : <b>{{ proposition.lot.orientation }}</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.prix is not null %}\n
                                                                        <li class="title-card-recap">Prix : <b>{{ proposition.lot.prix|number_format(2, ',', ' ')|replace({',00': ''}) }} €</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if(proposition.lot.annexes is not null) %}\n
                                                                        <li class="title-card-recap">Annexes incluses : <b>{{ proposition.lot.annexes }}</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.fraisNotaireInclus is not null %}\n
                                                                        <li class="title-card-recap">Frais de notaire {% if proposition.lot.fraisNotaireType is null or proposition.lot.fraisNotaireType == 'reduits' %} réduits{% endif %} : <b>{{ proposition.lot.fraisNotaireInclus|number_format(2, ',', ' ')|replace({',00': ''}) }} €</b></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.programmeParent.visuLivraison %}\n
                                                                        {% if proposition.lot.livraison is not empty %}\n
                                                                            <li class="title-card-recap">Livraison : <b>{{ proposition.lot.livraison }}</b></li>\n
                                                                        {% endif %}\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.description is not empty %}\n
                                                                        <li class="title-card-recap">Autres notes : <br><strong>{{ proposition.lot.description }}</strong></br></li>\n
                                                                    {% endif %}\n
                                                                    {% if proposition.lot.programmeParent.noteGlobale is not empty %}\n
                                                                        <li class="title-card-recap"><strong>{{ proposition.lot.programmeParent.noteGlobale }}</strong></li>\n
                                                                    {% endif %}\n
                                                                </ul>\n
                                                            </div>\n
                                                            <div class="col-7 recap-plan-masse px-0">\n
                                                                <div class="viewer-pdf h-100">\n
                                                                    {% if proposition.lot.plan is not null or proposition.lot.image is not null %}\n
                                                                        <div id="viewer_n{{ proposition.lot.pjs|length }}" class="viewer d-flex flex-wrap align-content-center h-100">\n
                                                                            {% if proposition.lot.plan is not null %}\n
                                                                                {% if proposition.lot.plan.filename|unserialize is not null %}\n
                                                                                    {% for img in proposition.lot.plan.filename|unserialize %}\n
                                                                                        <img class="minia-plan" loading="lazy" src="{{ asset(img) }}"/><br/>\n
                                                                                    {% endfor %}\n
                                                                                {% else %}\n
                                                                                    <img class="minia-plan" loading="lazy" src="{{ asset('uploads/pieces_jointes/' ~ proposition.lot.plan.filename) }}"/>\n
                                                                                {% endif %}\n
                                                                            {% elseif proposition.lot.image is not null %}\n
                                                                                {#<div class="h-100 w-100 minia-image" style="background-image: url({{ asset('uploads/lots_images/' ~ proposition.lot.image) }});"></div>#}\n
                                                                                <img class="minia-image test" loading="lazy" src="{{ asset('uploads/lots_images/' ~ proposition.lot.image) }}"><br/>\n
                                                                            {% endif %}\n
                                                                        </div>\n
                                                                    {% endif %}\n
                                                                </div>\n
                                                            </div>\n
                                                        </div>\n
                                                    </div>\n
                                                    <div class="d-flex my-2 justify-content-between">\n
                                                        <h2 class="text-bold"><span data-html2canvas-ignore class="location-card-{{ (key%6)+1 }}">{{proposition.lot.type|slice(0,2)}} {{proposition.lot.reference}}</span><span data-html2canvas-ignore class="lot-prix"> - {{ proposition.lot.prix|number_format(0, ',', ' ') }}€</span></h2>\n
                                                        <div class="icones d-flex align-items-center">\n
                                                            <a class="icone d-flex icone-retour mx-lg-1" data-html2canvas-ignore href="{{ path('public_lot', {token: proposition.prospect.token, id: proposition.lot.id}) }}"><img class="w-100" src="{{ asset('build/images/back-arrow.png') }}"></a>\n
                                                            <a class="icone d-flex icone-dowload mx-1" data-html2canvas-ignore href="#"><img class="w-100" src="{{ asset('build/images/telechargement-icone.png') }}"></a>\n
                                                            <a class="icone d-flex icone-full mx-lg-1" data-html2canvas-ignore data-bs-toggle="modal" data-bs-target="#modalImage" href="#"><img class="w-100" src="{{ asset('build/images/fullscreen-icone.png') }}"></a>\n
                                                        </div>\n
                                                    </div>\n
                                                </div>\n
                                            {% endfor %}\n
                                        {% endif %}\n
                                    </div>\n
                                </div>\n
                            </div>\n
                        </div>\n
                        <div class="w-100 d-flex justify-content-end">\n
                            <p class=" text-white text-center w-100">Zada © {{ "now"|date('Y') }}</p>\n
                        </div>\n
                    </div>\n
                {% endif %}\n
            </div>\n
            <div class="modal fade" id="modalImage" tabindex="-1" aria-hidden="true">\n
                <div class="modal-dialog modal-fullscreen ">\n
                    <div class="modal-content">\n
                        <div class="modal-header">\n
                            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>\n
                        </div>\n
                        <div class="modal-body">\n
                            <img class="img-modal d-block mx-auto">\n
                        </div>\n
                    </div>\n
                </div>\n
            </div>\n
    {% endblock %}\n
    \n
    {% block footer %}\n
    {% endblock %}\n
    """
  #message: "Key "0" does not exist as the array is empty."
  #code: 0
  #file: "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/templates/public/index.html.twig"
  #line: 78
  trace: {
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/templates/public/index.html.twig:78 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › {% else %}    {% set firstProposition = propositions[0] %}{% endif %}
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/8c/8cd9056fa7adfb74a3dd834b5365e2aa16d692f2a7e21a60c622db808fe58743.php:282 {
      __TwigTemplate_40d5184248f0c3dbf24fc863b81be00b387f87eade7c29127590aae171998dff->block_main($context, array $blocks = []) …
      › echo "                    ";$context["firstProposition"] = twig_get_attribute($this->env, $this->source, (isset($context["propositions"]) || array_key_exists("propositions", $context) ? $context["propositions"] : (function () { throw new RuntimeError('Variable "propositions" does not exist.', 78, $this->source); })()), 0, [], "array", false, false, false, 78);// line 79
      arguments: {
        $env: Twig\Environment {#1884 …}
        $source: Twig\Source {#2189 …}
        $object: []
        $item: 0
        $arguments: []
        $type: "array"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 78
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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) {
      arguments: {
        $context: [ …11]
        $blocks: [ …8]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/templates/public/layout.html.twig:174 {
      __TwigTemplate_51cad81690ca44d7feb9146b6b0e696af27841a1893464e491ea7fad60bfd576->block_body($context, array $blocks = []) …
      › 
      › {% block main %}arguments: {
        $name: "main"
        $context: [ …11]
        $blocks: [ …8]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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) {
      arguments: {
        $context: [ …11]
        $blocks: [ …8]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/templates/base.html.twig:31 {
      __TwigTemplate_6d0e4abff77dd93aabd614b0e51a5797b6b783fd867a27ead3027e5db054349b->doDisplay(array $context, array $blocks = []) …
      › <body>    {% block body %}{% endblock %}</body>
      arguments: {
        $name: "body"
        $context: [ …9]
        $blocks: [ …8]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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));}
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/74/74b3bb4d48a3c5277f1cc1736536e99183662b3f237491fe0e2daa01ed27d65b.php:53 {
      __TwigTemplate_51cad81690ca44d7feb9146b6b0e696af27841a1893464e491ea7fad60bfd576->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "./public/layout.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …8]
        $blocks: [ …6]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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));}
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/8c/8cd9056fa7adfb74a3dd834b5365e2aa16d692f2a7e21a60c622db808fe58743.php:49 {
      __TwigTemplate_40d5184248f0c3dbf24fc863b81be00b387f87eade7c29127590aae171998dff->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("./public/layout.html.twig", "public/index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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));}
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …4]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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] ?? []);}
      arguments: {
        $context: [ …4]
        ...: {
          []
        }
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …4]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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);}
      arguments: {
        $name: "public/index.html.twig"
        $context: [ …4]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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);arguments: {
        $view: "public/index.html.twig"
        $parameters: [ …4]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/src/Controller/PublicController.php:118 {
      App\Controller\PublicController->prospect(?Prospect $prospect, Request $request, EntityManagerInterface $entityManager, HistoriqueRepository $historiqueRepo, LotRepository $lotRepository, VisiteManager $visiteManager, UtilisateurRepository $utilisateurRepository, Notification $serviceNotification): Response …
      ›     'recap' => $recap,    'interlocuteur' => $interlocuteur]);
      arguments: {
        $view: "public/index.html.twig"
        $parameters: [ …4]
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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);arguments: {
        $prospect: App\Entity\Prospect {#1113 …}
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
        $entityManager: ContainerLqAXrOp\EntityManager_9a5be93 {#506 …}
        $historiqueRepo: App\Repository\HistoriqueRepository {#1646 …}
        $lotRepository: App\Repository\LotRepository {#1655 …}
        $visiteManager: App\Service\VisiteManager {#1862 …}
        $utilisateurRepository: App\Repository\UtilisateurRepository {#1871 …}
        $serviceNotification: App\Service\Notification {#1880 …}
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
        $type: 1
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
      }
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#139 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"lk1.test.genesii.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 02 Oct 2025 12:22:43 GMT"
x-debug-exception
"Key%20%220%22%20does%20not%20exist%20as%20the%20array%20is%20empty."
x-debug-exception-file
"%2Fhome%2Fclients%2Fd5fc483de73e2cf6f126c55abcd1b2e6%2Fsites%2Flk1.test.genesii.fr%2Ftemplates%2Fpublic%2Findex.html.twig:78"
x-debug-token
"ee256d"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Thu, 02 Oct 25 14:22:43 +0200"
Last used
"Thu, 02 Oct 25 14:22:43 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
App\Controller\PublicController:76
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/src/Controller/PublicController.php"
    "line" => 76
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "prospect"
    "class" => "App\Controller\PublicController"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 82
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1607
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/74/74b3bb4d48a3c5277f1cc1736536e99183662b3f237491fe0e2daa01ed27d65b.php"
    "line" => 192
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_header"
    "class" => "__TwigTemplate_51cad81690ca44d7feb9146b6b0e696af27841a1893464e491ea7fad60bfd576"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/74/74b3bb4d48a3c5277f1cc1736536e99183662b3f237491fe0e2daa01ed27d65b.php"
    "line" => 125
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_body"
    "class" => "__TwigTemplate_51cad81690ca44d7feb9146b6b0e696af27841a1893464e491ea7fad60bfd576"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/9d/9dfcd1a2f210b8f7a78acee6638bb602d4f489e204a2fede478f74110e3e52f1.php"
    "line" => 102
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6d0e4abff77dd93aabd614b0e51a5797b6b783fd867a27ead3027e5db054349b"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/74/74b3bb4d48a3c5277f1cc1736536e99183662b3f237491fe0e2daa01ed27d65b.php"
    "line" => 53
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_51cad81690ca44d7feb9146b6b0e696af27841a1893464e491ea7fad60bfd576"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/var/cache/dev/twig/8c/8cd9056fa7adfb74a3dd834b5365e2aa16d692f2a7e21a60c622db808fe58743.php"
    "line" => 49
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_40d5184248f0c3dbf24fc863b81be00b387f87eade7c29127590aae171998dff"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/twig/twig/src/Environment.php"
    "line" => 277
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/src/Controller/PublicController.php"
    "line" => 118
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "prospect"
    "class" => "App\Controller\PublicController"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"7166278ec2e5be3c4a92d7f4de6fa021"
DATABASE_URL
"mysql://4y9ac_test_lk1:NDJvs_D7zY6@4y9ac.myd.infomaniak.com:3306/4y9ac_test_lk1"
GOOGLE_API_KEY
"AIzaSyDjoLfbKLLFbXm0rCgQQPfBbihIFj8_T1Q"
MAILER_DSN
"sendinblue+smtp://ascoll@laposte.net:xsmtpsib-d47e7b7aefe7aac285b2c185a25379ec9fd3db581919b576fd9468570760002f-zOVtd3Dr6hCFK9nw@smtp-relay.brevo.com:587/"
MAILER_DSN_AMERULLA
"smtp://amerulla@lk1.fr:Hamilton.1.2022%21@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_AUSSANDON
"smtp://c.aussandon@lk1.fr:ChristelleLK1@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_CAROLINE
"smtp://carolinepetit@lk1.fr:Caroline.2024LK1@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_EBALA
"smtp://ebala@lk1.fr:Lakshmi.2023@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_GWENOLA
"smtp://gwenola@lk1.fr:LK1.2024@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_IMBARD
"smtp://b.imbard@lk1.fr:Benjamin.2025.LK1.One@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_NORDAHL
"smtp://ndufort@lk1.fr:NDLK1.2024@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_SOULET
"smtp://a.soulet@lk1.fr:AURELIA.LK1.one.2025@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_STEPHANIE
"smtp://sweltz@lk1.fr:Swlkone74%2A@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_VINCENT
"smtp://vruiz@lk1.fr:Vincent.LK1.2024@smtp.office365.com:587/?allow_peer=0"
MAILER_DSN_WAFAA
"smtp://wdouma@lk1.fr:WafaaLK1@smtp.office365.com:587/?allow_peer=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/.config/apache/lk1.test.genesii.fr/.fpm/"
CONTEXT_PREFIX
"/.fpm/"
DOCUMENT_ROOT
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"lk1.test.genesii.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_PROTO
"https"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
ORIG_SCRIPT_FILENAME
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/.config/apache/lk1.test.genesii.fr/.fpm/php5.external"
ORIG_SCRIPT_NAME
"/.fpm/php5.external"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"7.4"
QUERY_STRING
"recap=1"
REDIRECT_HANDLER
"php5-fcgi"
REDIRECT_HTTPS
"on"
REDIRECT_PHP_VERSION
"7.4"
REDIRECT_QUERY_STRING
"recap=1"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_PHP_VERSION
"7.4"
REDIRECT_REDIRECT_SCRIPT_URI
"https://lk1.test.genesii.fr/p/e8sz7k"
REDIRECT_REDIRECT_SCRIPT_URL
"/p/e8sz7k"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aN5ukgLFgT7cERRJBEaA4AAAAAA"
REDIRECT_SCRIPT_URI
"https://lk1.test.genesii.fr/p/e8sz7k"
REDIRECT_SCRIPT_URL
"/p/e8sz7k"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aN5ukgLFgT7cERRJBEaA4AAAAAA"
REDIRECT_URL
"/index.php"
REMOTE_ADDR
"216.73.216.87"
REMOTE_PORT
"57212"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1759407762
REQUEST_TIME_FLOAT
1759407762.8607
REQUEST_URI
"/p/e8sz7k?recap=1"
SCRIPT_FILENAME
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://lk1.test.genesii.fr/p/e8sz7k"
SCRIPT_URL
"/p/e8sz7k"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"webmaster@genesii.fr"
SERVER_NAME
"lk1.test.genesii.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,MAILER_DSN_EBALA,MAILER_DSN_AMERULLA,MAILER_DSN_GWENOLA,MAILER_DSN_CAROLINE,MAILER_DSN_NORDAHL,MAILER_DSN_VINCENT,MAILER_DSN_STEPHANIE,MAILER_DSN_WAFAA,MAILER_DSN_AUSSANDON,MAILER_DSN_SOULET,MAILER_DSN_IMBARD,DATABASE_URL,GOOGLE_API_KEY"
TEMP
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/tmp"
TMP
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/tmp"
TMPDIR
"/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/tmp"
UNIQUE_ID
"aN5ukgLFgT7cERRJBEaA4AAAAAA"

Parent Request

Return to parent request (token = 24973b)

Key Value
_controller
"App\Controller\PublicController::prospect"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"public_prospect_short"
_route_params
[
  "token" => "e8sz7k"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"3807da"
prospect
App\Entity\Prospect {#1113
  -id: 773
  -dateheure: DateTime @1713796289 {#1116
    date: 2024-04-22 16:31:29.0 Europe/Paris (+02:00)
  }
  -dateDerniereModification: DateTime @1713796289 {#1115
    date: 2024-04-22 16:31:29.0 Europe/Paris (+02:00)
  }
  -apporteur: "Universal studio"
  -societe: null
  -emprunteurNom: "testtettt"
  -emprunteurPrenom: "tetts"
  -emprunteurDateNaissance: null
  -emprunteurAdresse: null
  -emprunteurTelFr: null
  -emprunteurTelCh: null
  -emprunteurEmail: "tessa@genesii.fr"
  -emprunteurLieuTravail: null
  -coEmprunteurNom: null
  -coEmprunteurPrenom: null
  -coEmprunteurDateNaissance: null
  -coEmprunteurAdresse: null
  -coEmprunteurTelFr: null
  -coEmprunteurTelCh: null
  -coEmprunteurEmail: null
  -coEmprunteurLieuTravail: null
  -isRP: null
  -isLocatif: null
  -isTerrain: null
  -isConstruction: null
  -isLMNP: null
  -budgetApproximatif: null
  -mensualiteSouhaitee: null
  -descriptionProjetGlobal: null
  -rdvDateHeure1: null
  -rdvDateHeure2: null
  -rdvDateheure3: null
  -rdvDateHeure4: null
  -rdvDateHeure5: null
  -rdvDateHeure6: null
  -descriptionDenonciations: null
  -descriptionSecteur: null
  -descriptionCriteresParticuliers: null
  -descriptionCriteresGeneraux: null
  -descriptionSituationActuelle: null
  -descriptionProgrammesProposes: null
  -demandes: Doctrine\ORM\PersistentCollection {#1027 …}
  -emprunteurVille: null
  -emprunteurCodePostal: null
  -propositions: Doctrine\ORM\PersistentCollection {#1181 …}
  -coemprunteurVille: null
  -coemprunteurCodePostal: null
  -token: "e8sz7k"
  -impressions: Doctrine\ORM\PersistentCollection {#1138 …}
  -historiques: Doctrine\ORM\PersistentCollection {#1220 …}
  -type: []
  -denonciations: Doctrine\ORM\PersistentCollection {#1259 …}
  -statut: "encourstraitement"
  -afficherNomCoEmprunteur: false
  -afficherNomEmprunteur: false
  -auteur: Proxies\__CG__\App\Entity\Utilisateur {#1327 …}
  -entreprise: Proxies\__CG__\App\Entity\Entreprise {#1288 …}
  -infosSuivis: Doctrine\ORM\PersistentCollection {#1351 …}
  -actionTraces: Doctrine\ORM\PersistentCollection {#1395 …}
  -typologies: Doctrine\ORM\PersistentCollection {#1443 …}
  -secteursGeographiques: Doctrine\ORM\PersistentCollection {#1491 …}
  -etages: Doctrine\ORM\PersistentCollection {#1539 …}
  -villesProgrammes: Doctrine\ORM\PersistentCollection {#1587 …}
}
token
"e8sz7k"