https://www.ivoirephytochimies.com/robots.txt/privacy

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
"1a2c92"
exception
Twig\Error\RuntimeError {#298
  #message: "Variable "entreprise" does not exist."
  #code: 0
  #file: "/home/ivoirephytochimies/public_html/templates/entreprise/privacy.html.twig"
  #line: 8
  -lineno: 8
  -name: "entreprise/privacy.html.twig"
  -rawMessage: "Variable "entreprise" does not exist."
  -sourcePath: "/home/ivoirephytochimies/public_html/templates/entreprise/privacy.html.twig"
  -sourceCode: """
    {% extends 'base.html.twig' %}\r\n
    \r\n
    {% block stylesheets %}\r\n
    \t{{ parent() }}\r\n
    {% endblock stylesheets %}\r\n
    \r\n
    {% block body %}\r\n
    \t{% for ent in entreprise  %}\r\n
    \t\t{{ ent.privacy | raw }}\r\n
    \t{% endfor %}\r\n
      {# End main #}\r\n
    {% endblock body %}\r\n
    \r\n
    {% block javascripts %}\r\n
    \t{{ parent() }}\r\n
    \t\r\n
    \t\r\n
    \t\r\n
    {% endblock javascripts %}\r\n
    """
  trace: {
    /home/ivoirephytochimies/public_html/templates/entreprise/privacy.html.twig:8 {
      __TwigTemplate_7de698cc0144d969355725dd0d886928->{closure} …
      › {% block body %}\r\t{% for ent in entreprise  %}\r\t\t{{ ent.privacy | raw }}\r
    }
    /home/ivoirephytochimies/public_html/var/cache/dev/twig/9e/9eb8dacc21f99b3ab59f07c1b6f6108a.php:95 {
      __TwigTemplate_7de698cc0144d969355725dd0d886928->block_body($context, array $blocks = []) …
      › $context['_parent'] = $context;$context['_seq'] = twig_ensure_traversable((isset($context["entreprise"]) || array_key_exists("entreprise", $context) ? $context["entreprise"] : (function () { throw new RuntimeError('Variable "entreprise" does not exist.', 8, $this->source); })()));foreach ($context['_seq'] as $context["_key"] => $context["ent"]) {
    }
    /home/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/templates/base.html.twig:239 {
      __TwigTemplate_2ec9d40cd1522989aee4544532010310->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block body %}{% endblock body %}
    }
    /home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/var/cache/dev/twig/9e/9eb8dacc21f99b3ab59f07c1b6f6108a.php:50 {
      __TwigTemplate_7de698cc0144d969355725dd0d886928->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "entreprise/privacy.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/src/Controller/EntrepriseController.php:138 {
      App\Controller\EntrepriseController->privacyAction() …
      › \rreturn $this->render('entreprise/privacy.html.twig', [\r  \r
    }
    /home/ivoirephytochimies/public_html/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/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/ivoirephytochimies/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/ivoirephytochimies/public_html/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/ivoirephytochimies/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/ivoirephytochimies/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
null

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"www.ivoirephytochimies.com"
referer
"https://ivoirephytochimies.com/robots.txt/privacy"
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
"Thu, 23 Jan 2025 13:11:35 GMT"
x-debug-exception
"Variable%20%22entreprise%22%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fivoirephytochimies%2Fpublic_html%2Ftemplates%2Fentreprise%2Fprivacy.html.twig:8"
x-debug-token
"0afc5e"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 70
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/twig-bridge/Extension/SecurityExtension.php"
    "line" => 52
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/var/cache/dev/twig/ea/ea753a24889c063f36939a98466afb03.php"
    "line" => 459
    "function" => "isGranted"
    "class" => "Symfony\Bridge\Twig\Extension\SecurityExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_header"
    "class" => "__TwigTemplate_2ec9d40cd1522989aee4544532010310"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/var/cache/dev/twig/ea/ea753a24889c063f36939a98466afb03.php"
    "line" => 75
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_2ec9d40cd1522989aee4544532010310"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/var/cache/dev/twig/9e/9eb8dacc21f99b3ab59f07c1b6f6108a.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7de698cc0144d969355725dd0d886928"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 277
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/src/Controller/EntrepriseController.php"
    "line" => 138
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 153
    "function" => "privacyAction"
    "class" => "App\Controller\EntrepriseController"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ivoirephytochimies/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/ivoirephytochimies/public_html/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
"73f12703cfdbefb3311fe1cf9661d5cc"
DATABASE_URL
"mysql://ivoirephytochimies:oENPnG7810xj3Ca@127.0.0.1:3306/ivoirephytochimies?serverVersion=8&charset=utf8mb4"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/ivoirephytochimies/cgi-bin/"
CONTEXT_PREFIX
"/cgi-bin/"
DOCUMENT_ROOT
"/home/ivoirephytochimies/public_html"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.ivoirephytochimies.com"
HTTP_REFERER
"https://ivoirephytochimies.com/robots.txt/privacy"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/home/ivoirephytochimies/public_html/public/index.php"
ORIG_SCRIPT_FILENAME
"/home/ivoirephytochimies/cgi-bin/php8.3.cgi"
ORIG_SCRIPT_NAME
"/public/index.php"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHPRC
"/home/ivoirephytochimies/public_html/../etc/php8.3"
PHP_SELF
"/public/index.php"
PWD
"/home/ivoirephytochimies/cgi-bin"
QUERY_STRING
""
REDIRECT_HANDLER
"application/x-httpd-php8.3"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"3.14.249.191"
REMOTE_PORT
"57576"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1737637895
REQUEST_TIME_FLOAT
1737637895.4538
REQUEST_URI
"/robots.txt/privacy"
SCRIPT_FILENAME
"/home/ivoirephytochimies/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://www.ivoirephytochimies.com/robots.txt/privacy"
SCRIPT_URL
"/robots.txt/privacy"
SERVER_ADDR
"94.23.42.159"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.ivoirephytochimies.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SSL_TLS_SNI
"www.ivoirephytochimies.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"

Parent Request

Return to parent request (token = b9fee2)

Key Value
_controller
"App\Controller\EntrepriseController::privacyAction"
_firewall_context
"security.firewall.map.context.main"
_locale
"robots.txt"
_remove_csp_headers
true
_route
"privacy"
_route_params
[
  "_locale" => "robots.txt"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"cdbb0b"