| 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 …}
} |