https://236.ip-51-77-244.eu/grandpublic/protection_donnees/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"2ac53f"
exception
Twig\Error\RuntimeError {#618
  #message: "Variable "content" does not exist."
  #code: 0
  #file: "/home/efc/efc974/dev/site/templates/grand_public/commun/mentions_legales.html.twig"
  #line: 6
  -lineno: 6
  -name: "grand_public/commun/mentions_legales.html.twig"
  -rawMessage: "Variable "content" does not exist."
  -sourcePath: "/home/efc/efc974/dev/site/templates/grand_public/commun/mentions_legales.html.twig"
  -sourceCode: """
    {% extends ['grand_public/commun/master_page_' ~ clientEFC ~ '.html.twig', 'grand_public/commun/master_page_.html.twig'] %}\n
    \n
    {% block body %}\n
        <div class="card card-master mt-0">\n
            <div class="card-body">\n
                {{ content | raw }}\n
            </div>\n
        </div>\n
    {% endblock %}\n
    \n
    {% block javascripts %}\n
        {{ parent() }}\n
    {% endblock %}
    """
  trace: {
    /home/efc/efc974/dev/site/templates/grand_public/commun/mentions_legales.html.twig:6 {
      __TwigTemplate_0a82e98b9f79efb0d0ebf1ca7ef3f971->{closure} …
      › <div class="card-body">    {{ content | raw }}</div>
    }
    /home/efc/efc974/dev/site/templates/grand_public/commun/mentions_legales.html.twig:6 {
      __TwigTemplate_0a82e98b9f79efb0d0ebf1ca7ef3f971->block_body($context, array $blocks = []) …
      › <div class="card-body">    {{ content | raw }}</div>
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:182 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/efc/efc974/dev/site/templates/grand_public/commun/master_page_efc974.html.twig:72 {
      __TwigTemplate_dd600551b003599d43b07016da3020d3->doDisplay(array $context, array $blocks = []) …
      › <div class="container">{% block body %}{% endblock %}</div>
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/efc/efc974/dev/site/var/cache/dev/twig/14/14ff6472849df041a0c8a3ebe77e9f33.php:48 {
      __TwigTemplate_0a82e98b9f79efb0d0ebf1ca7ef3f971->doDisplay(array $context, array $blocks = []) …
      › 
      › $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));}
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/efc/efc974/dev/site/var/cache/dev/twig/9c/9ceabb5b84c3f53c4b3b96868a13cdb8.php:47 {
      __TwigTemplate_1f219a89eed5e2fcd655e305ab621481->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("grand_public/commun/mentions_legales.html.twig", "grand_public/commun/protection_donnees_efc974.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/efc/efc974/dev/site/vendor/twig/twig/src/TemplateWrapper.php:45 {
      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/efc/efc974/dev/site/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
    }
    /home/efc/efc974/dev/site/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/efc/efc974/dev/site/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/efc/efc974/dev/site/src/Controller/GrandPublic/IndexGrandPublicController.php:136 {
      App\Controller\GrandPublic\IndexGrandPublicController->protectionDonnees() …
      › 
      › return $this->render('grand_public/commun/protection_donnees_' . $num . '.html.twig', [            'urlLogoEntete' => $urlLogoEntete
    }
    /home/efc/efc974/dev/site/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/efc/efc974/dev/site/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/efc/efc974/dev/site/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/efc/efc974/dev/site/public/index.php:35 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#205 …9}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip"
accept-language
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"no-cache"
connection
"keep-alive, close"
host
"236.ip-51-77-244.eu"
pragma
"no-cache"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
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, 27 Aug 2026 15:52:52 GMT"
vary
"Accept"
x-debug-exception
"Variable%20%22content%22%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fefc%2Fefc974%2Fdev%2Fsite%2Ftemplates%2Fgrand_public%2Fcommun%2Fmentions_legales.html.twig:6"
x-debug-token
"cfa050"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"78JUN9Yh4d94zaUQVDyr7G5wvm1IES40"
CLIENT_EFC
"efc974"
DATABASE_URL
"postgresql://efc974_dev:efc974_dev@127.0.0.1:5432/efc974_dev"
DATABASE_URL_SA
"postgresql://efc974_dev_sa:efc974_dev_sa@127.0.0.1:5432/efc974_dev"
ENVIRONNEMENT_EFC
"dev"
ID_GOOGLE_ANALYTICS
"G-VLRXK69CPB"
MAILER_DSN
"smtp://vps-abdcc3c5.vps.ovh.net:25"
MAILS_ADRESSE_BOUCHON
"catherine.bonneton+efc974devenfenconfiance@gmail.com"
REPERTOIRE_PHOTOS
"/home/efc/efc974/dev/photos"
REPERTOIRE_REJETS
"/home/dpt974_dev/from_efc"
VERSION
"2848d34f169dbb4ddbe02791decb3e503ce4b3f7"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/efc/efc974/dev/site/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/efc/efc974/dev/site/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_CONNECTION
"keep-alive, close"
HTTP_HOST
"236.ip-51-77-244.eu"
HTTP_PRAGMA
"no-cache"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"236.ip-51-77-244.eu"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/grandpublic/protection_donnees/"
REMOTE_ADDR
"43.153.48.240"
REMOTE_PORT
"53724"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1787845972
REQUEST_TIME_FLOAT
1787845972.7451
REQUEST_URI
"/grandpublic/protection_donnees/"
SCRIPT_FILENAME
"/home/efc/efc974/dev/site/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.77.244.236"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"236.ip-51-77-244.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.68 (Debian) Server at 236.ip-51-77-244.eu Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.68 (Debian)"
SSL_TLS_SNI
"236.ip-51-77-244.eu"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,ID_GOOGLE_ANALYTICS,REPERTOIRE_PHOTOS,DATABASE_URL,DATABASE_URL_SA,VERSION,REPERTOIRE_REJETS,MAILS_ADRESSE_BOUCHON,CLIENT_EFC,ENVIRONNEMENT_EFC,MAILER_DSN"

Parent Request

Return to parent request (token = 9bda80)

Key Value
_controller
"App\Controller\GrandPublic\IndexGrandPublicController::protectionDonnees"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"gp_protection_donnees"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"ad1c50"