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 | "523d35" |
| exception | Twig\Error\RuntimeError {#2024 #message: "Impossible to access an attribute ("title") on a null variable." #code: 0 #file: "/home/saco/subdomains/preprod/templates/front/blog/show.html.twig" #line: 10 -lineno: 10 -name: "front/blog/show.html.twig" -rawMessage: "Impossible to access an attribute ("title") on a null variable." -sourcePath: "/home/saco/subdomains/preprod/templates/front/blog/show.html.twig" -sourceCode: """ {% extends 'layouts/front.html.twig' %}\n \n {% block bodyClass %}interne single_article {% endblock %}\n \n {% block content %}\n <section class="title-page" style="background:url({{ asset('build/images/title-page.jpg') }})">\n <div class="container">\n <div class="row">\n <div class="head_page">\n <div class="head"> {{ post.title }}</div>\n <div class="sperateur"></div>\n </div>\n <div class="arrows_head">\n <a href="#">\n <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"\n id="Layer_1" x="0px" y="0px" viewBox="0 0 492 492"\n style="enable-background:new 0 0 492 492;" xml:space="preserve" fill="#fff">\n <g>\n <g>\n <path xmlns="http://www.w3.org/2000/svg" fill=""\n d="M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z"/>\n </g></svg>\n <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"\n id="Layer_1" x="0px" y="0px" viewBox="0 0 492 492" style="enable-background:new 0 0 492 492;"\n xml:space="preserve" fill="#fff">\n <g>\n <g>\n <path xmlns="http://www.w3.org/2000/svg" fill=""\n d="M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z"/>\n </g></svg>\n </a>\n </div>\n \n </div>\n </div>\n </section>\n <section class="breadcumbs single_bread">\n <div class="container">\n <div class="row">\n <div class="crumbs"><a href="#"> Home </a> > <a href=""> Blog </a> > <a href="">{{ post.title }}</a></div>\n <div class="retour"><a href=""> Retour </a></div>\n </div>\n </div>\n </section>\n <section class="single_content">\n <div class="container">\n <div class="row">\n <div class="col-md-6 col-sm-6 col-xs-12">\n <div class="title_single">\n <span class="red"> {{ post.title }} </span>\n <span class="black"> Publié le <b> {{ post.publishAt|date('d/m/Y') }} </b> </span>\n </div>\n <div class="sperateur"></div>\n <div class="contenu">\n {{ post.content|raw }}\n </div>\n </div>\n <div class="col-md-6 col-sm-6 col-xs-12">\n <div class="image_single">\n {% if post.video %}\n <video controls autoplay>\n <source src="{{ asset('uploads/'~post.video) }}" type="video/mp4">\n Your browser does not support the video tag.\n </video>\n {% elseif post.image %}\n <img src="{{ asset('uploads/'~post.image) }}" />\n {% endif %}\n </div>\n </div>\n </div>\n </div>\n </section>\n {% endblock %}\n \n """ : { { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
| logger | Symfony\Bridge\Monolog\Logger {#207 …8} |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, deflate" |
| content-length | "" |
| content-type | "" |
| from | "gptbot(at)openai.com" |
| host | "saco-preprod.kwantic.fr" |
| referer | "https://saco-preprod.kwantic.fr/index.php/_profiler/bc75e6/search/results?ip=129.212.226.182&limit=10" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" |
| x-openai-host-hash | "46343961" |
| 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 | "Sun, 19 Apr 2026 16:46:56 GMT" |
| x-debug-exception | "Impossible%20to%20access%20an%20attribute%20%28%22title%22%29%20on%20a%20null%20variable." |
| x-debug-exception-file | "%2Fhome%2Fsaco%2Fsubdomains%2Fpreprod%2Ftemplates%2Ffront%2Fblog%2Fshow.html.twig:10" |
| x-debug-token | "5217d4" |
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/saco/subdomains/preprod/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 44
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
"line" => 70
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/twig-bridge/Extension/SecurityExtension.php"
"line" => 52
"function" => "isGranted"
"class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/var/cache/dev/twig/7d/7df289a49c994000dc1823742bf0743d.php"
"line" => 147
"function" => "isGranted"
"class" => "Symfony\Bridge\Twig\Extension\SecurityExtension"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_c085f5a6b7682074113245f7b26d815b"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/var/cache/dev/twig/c0/c019e17283919a1e71d8b7b27aca6fef.php"
"line" => 49
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_7de489f2937587714a8ca776951dd24d"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/twig/twig/src/Environment.php"
"line" => 277
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 258
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 266
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/src/Controller/Front/BlogController.php"
"line" => 64
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 152
"function" => "show"
"class" => "App\Controller\Front\BlogController"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/saco/subdomains/preprod/public/index.php"
"line" => 28
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "588759d2695e7eca626d250fdc823eaa" |
| DATABASE_URL | "pgsql://postgres:M7wH1wFRMXY4h4pS!!@127.0.0.1:5432/saco-preprod" |
| MAILER_DSN | "smtp://info@kifcode.com:Zoubi10$@pro2.mail.ovh.net:587?verify_peer=0" |
| admin_email | "info@kifcode.com" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DOCUMENT_ROOT | "/home/saco/subdomains/preprod/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/home/saco" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, deflate" |
| HTTP_FROM | "gptbot(at)openai.com" |
| HTTP_HOST | "saco-preprod.kwantic.fr" |
| HTTP_REFERER | "https://saco-preprod.kwantic.fr/index.php/_profiler/bc75e6/search/results?ip=129.212.226.182&limit=10" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" |
| HTTP_X_OPENAI_HOST_HASH | "46343961" |
| PATH_INFO | "" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "74.7.227.18" |
| REMOTE_PORT | "55738" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1776617216 |
| REQUEST_TIME_FLOAT | 1776617216.0309 |
| REQUEST_URI | "/blog/robots.txt" |
| SCRIPT_FILENAME | "/home/saco/subdomains/preprod/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "51.38.235.150" |
| SERVER_NAME | "saco-preprod.kwantic.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.18.0" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,admin_email" |
| USER | "saco" |
Parent Request
Return to parent request (token = b1f607)
| Key | Value |
|---|---|
| _controller | "App\Controller\Front\BlogController::show" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "page_blog_single" |
| _route_params | [ "slug" => "robots.txt" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "f1cdd4" |
| slug | "robots.txt" |