Error 500 Internal Server Error

GET https://violons-d-ingres.higumadev.fr/actualites/stage-vacances-printemps

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"c3a17b"
exception
Twig\Error\RuntimeError {#488
  #message: "Impossible to access an attribute ("title") on a null variable in "front/actualites/show.html.twig" at line 72."
  #code: 0
  #file: "/var/www/violons-d-ingres.higumadev/html/templates/front/actualites/show.html.twig"
  #line: 72
  -lineno: 72
  -rawMessage: "Impossible to access an attribute ("title") on a null variable."
  -source: Twig\Source {#461 …}
  -phpFile: "/var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1752
  trace: {
    /var/www/violons-d-ingres.higumadev/html/templates/front/actualites/show.html.twig:72 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › 
      › {% block title %}{{ currentArticle.title }} — Les Violons d'Ingres{% endblock %}}
    /var/www/violons-d-ingres.higumadev/html/var/cache/dev/twig/5a/5aff6d9a56acfaba2e73fc5998b7af6b.php:117 {
      __TwigTemplate_5d4c6b097b0cdb23625e2c989f078b17->block_title(array $context, array $blocks = []): iterable …
      › 
      › yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["currentArticle"]) || array_key_exists("currentArticle", $context) ? $context["currentArticle"] : (function () { throw new RuntimeError('Variable "currentArticle" does not exist.', 72, $this->source); })()), "title", [], "any", false, false, false, 72), "html", null, true);yield " — Les Violons d\x27Ingres";
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:456 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/violons-d-ingres.higumadev/html/templates/front/base.html.twig:15 {
      __TwigTemplate_22fa4ea31740b5d3531f10885ff0d58d->doDisplay(array $context, array $blocks = []): iterable …
      › 
      ›     <title>{% block title %}{% endblock %} | Les Violons d'Ingres</title></head>
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/violons-d-ingres.higumadev/html/var/cache/dev/twig/5a/5aff6d9a56acfaba2e73fc5998b7af6b.php:95 {
      __TwigTemplate_5d4c6b097b0cdb23625e2c989f078b17->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("front/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:366 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:381 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:284 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/violons-d-ingres.higumadev/html/src/Controller/front/ActualityController.php:20 {
      App\Controller\front\ActualityController->show(string $slug): Response …
      › {    return $this->render('front/actualites/show.html.twig', [        'slug' => $slug,
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/violons-d-ingres.higumadev/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/violons-d-ingres.higumadev/html/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/violons-d-ingres.higumadev/html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/violons-d-ingres.higumadev/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#57
  -records: [
    19 => [
      [
        "timestamp" => 1789604848
        "timestamp_rfc3339" => "2026-09-17T00:27:28.827+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_news_show"
          "route_parameters" => [
            "_route" => "app_news_show"
            "_controller" => "App\Controller\front\ActualityController::show"
            "slug" => "stage-vacances-printemps"
          ]
          "request_uri" => "https://violons-d-ingres.higumadev.fr/actualites/stage-vacances-printemps"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1789604848
        "timestamp_rfc3339" => "2026-09-17T00:27:28.834+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789604848
        "timestamp_rfc3339" => "2026-09-17T00:27:28.834+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789604848
        "timestamp_rfc3339" => "2026-09-17T00:27:28.834+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789604848
        "timestamp_rfc3339" => "2026-09-17T00:27:28.858+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("title") on a null variable in "front/actualites/show.html.twig" at line 72." at show.html.twig line 72"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#488
            #message: "Impossible to access an attribute ("title") on a null variable in "front/actualites/show.html.twig" at line 72."
            #code: 0
            #file: "/var/www/violons-d-ingres.higumadev/html/templates/front/actualites/show.html.twig"
            #line: 72
            -lineno: 72
            -rawMessage: "Impossible to access an attribute ("title") on a null variable."
            -source: Twig\Source {#461 …}
            -phpFile: "/var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Extension/CoreExtension.php"
            -phpLine: 1752
            trace: {
              /var/www/violons-d-ingres.higumadev/html/templates/front/actualites/show.html.twig:72 {
                Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
                › 
                › {% block title %}{{ currentArticle.title }} — Les Violons d'Ingres{% endblock %}}
              /var/www/violons-d-ingres.higumadev/html/var/cache/dev/twig/5a/5aff6d9a56acfaba2e73fc5998b7af6b.php:117 {
                __TwigTemplate_5d4c6b097b0cdb23625e2c989f078b17->block_title(array $context, array $blocks = []): iterable …
                › 
                › yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["currentArticle"]) || array_key_exists("currentArticle", $context) ? $context["currentArticle"] : (function () { throw new RuntimeError('Variable "currentArticle" does not exist.', 72, $this->source); })()), "title", [], "any", false, false, false, 72), "html", null, true);yield " — Les Violons d\x27Ingres";
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:456 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/violons-d-ingres.higumadev/html/templates/front/base.html.twig:15 {
                __TwigTemplate_22fa4ea31740b5d3531f10885ff0d58d->doDisplay(array $context, array $blocks = []): iterable …
                › 
                ›     <title>{% block title %}{% endblock %} | Les Violons d'Ingres</title></head>
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/violons-d-ingres.higumadev/html/var/cache/dev/twig/5a/5aff6d9a56acfaba2e73fc5998b7af6b.php:95 {
                __TwigTemplate_5d4c6b097b0cdb23625e2c989f078b17->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("front/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:366 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Template.php:381 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:284 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/violons-d-ingres.higumadev/html/src/Controller/front/ActualityController.php:20 {
                App\Controller\front\ActualityController->show(string $slug): Response …
                › {    return $this->render('front/actualites/show.html.twig', [        'slug' => $slug,
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/violons-d-ingres.higumadev/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/violons-d-ingres.higumadev/html/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/violons-d-ingres.higumadev/html/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/violons-d-ingres.higumadev/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    19 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#51 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"violons-d-ingres.higumadev.fr"
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, 17 Sep 2026 00:27:28 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22title%22%29%20on%20a%20null%20variable%20in%20%22front%2Factualites%2Fshow.html.twig%22%20at%20line%2072."
x-debug-exception-file
"%2Fvar%2Fwww%2Fviolons-d-ingres.higumadev%2Fhtml%2Ftemplates%2Ffront%2Factualites%2Fshow.html.twig:72"
x-debug-token
"2a5971"

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
"4f4db64f5794680183b313eb7782aa6f"
DATABASE_URL
"mysql://violons-d-ingres:mxkAM7ds1!@localhost:3306/violons-d-ingres_db?serverVersion=8.0&charset=utf8mb4"
MAILER_DSN
"smtp://contact@higumadev.fr:RUM%3DQZ3c%21K@smtp.hostinger.com:465?encryption=ssl&auth_mode=login"
MAILER_FROM
"contact@higumadev.fr"
MAILER_SENDER
"contact@higumadev.fr"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/violons-d-ingres.higumadev/html"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/violons-d-ingres.higumadev/html"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/violons-d-ingres.higumadev/html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/lib/nginx"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"violons-d-ingres.higumadev.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.217.114"
REMOTE_PORT
"5578"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789604848
REQUEST_TIME_FLOAT
1789604848.7065
REQUEST_URI
"/actualites/stage-vacances-printemps"
SCRIPT_FILENAME
"/var/www/violons-d-ingres.higumadev/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"195.35.3.73"
SERVER_NAME
"violons-d-ingres.higumadev.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.1"
SYMFONY_DOTENV_PATH
"/var/www/violons-d-ingres.higumadev/html/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,MAILER_SENDER,MAILER_FROM"
USER
"nginx"

Parent Request

Return to parent request (token = 43f7ad)

Key Value
_controller
"App\Controller\front\ActualityController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_news_show"
_route_params
[
  "slug" => "stage-vacances-printemps"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#293
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#246 …}
  }
]
_stopwatch_token
"9b20ff"
slug
"stage-vacances-printemps"