| exception |
Twig\Error\RuntimeError {#1244
#message: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User" in "front/post-item.html.twig" at line 31."
#code: 0
#file: "/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig"
#line: 31
-lineno: 31
-rawMessage: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User"."
-source: Twig\Source {#989 …}
-phpFile: "/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Extension/CoreExtension.php"
-phpLine: 1887
trace: {
/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig:31 {
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) …
› <p class="blog-meta">\r
› \t<span class="author"><i class="fas fa-user"></i> {{post.author.name}}</span>\r
› \t<span class="date"><i class="fas fa-calendar"></i> {{post.createdAt|date('d/m/Y')}}</span>\r
}
/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig:31 {
__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa->block_body(array $context, array $blocks = []): iterable …
› <p class="blog-meta">\r
› \t<span class="author"><i class="fas fa-user"></i> {{post.author.name}}</span>\r
› \t<span class="date"><i class="fas fa-calendar"></i> {{post.createdAt|date('d/m/Y')}}</span>\r
arguments: {
$env: Twig\Environment {#207 …}
$source: Twig\Source {#989 …}
$object: Proxies\__CG__\App\Entity\User\User {#847 …}
$item: "name"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 31
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …3]
$blocks: [ …5]
}
}
/htdocs/service.confection-mada.fr/templates/base.html.twig:92 {
__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7->doDisplay(array $context, array $blocks = []): iterable …
›
› {% block body %}{% endblock %}
›
arguments: {
$name: "body"
$context: [ …3]
$blocks: [ …5]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …3]
$blocks: [ …2]
}
}
/htdocs/service.confection-mada.fr/var/cache/dev/twig/b8/b8780e929c7cc587521dfce38d6c4563.php:54 {
__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …3]
$blocks: [ …5]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …3]
$blocks: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …3]
$blocks: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "front/post-item.html.twig"
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
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();
arguments: {
$view: "front/post-item.html.twig"
$block: null
$parameters: [ …2]
$method: "render"
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "front/post-item.html.twig"
$block: null
$parameters: [ …2]
$response: null
$method: "render"
}
}
/htdocs/service.confection-mada.fr/src/Controller/Front/FrontController.php:231 {
App\Controller\Front\FrontController->viewPost(Article $post, ArticleRepository $arepo): Response …
›
› return $this->render('front/post-item.html.twig', [
› 'post'=> $post,
arguments: {
$view: "front/post-item.html.twig"
$parameters: [ …2]
}
}
/htdocs/service.confection-mada.fr/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);
›
arguments: {
$post: App\Entity\Article\Article {#883 …}
$arepo: App\Repository\Article\ArticleRepository {#682 …}
}
}
/htdocs/service.confection-mada.fr/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/htdocs/service.confection-mada.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/htdocs/service.confection-mada.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/htdocs/service.confection-mada.fr/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#125
-records: [
2 => [
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.160+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "view_article"
"route_parameters" => [
"_route" => "view_article"
"_controller" => "App\Controller\Front\FrontController::viewPost"
"id" => "3"
]
"request_uri" => "https://service.confection-mada.fr/post/3"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02: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" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02: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" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.169+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.171+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.171+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.171+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.214+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "confe2704155"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "confe2704155_2btdps"
"serverVersion" => "10.4.32-MariaDB"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.219+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.author_id AS author_id_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.id = ?"
"params" => [
1 => "3"
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.235+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.235+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.235+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.236+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerJYun9KP\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.236+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.236+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.author_id AS author_id_6, t0.category_id AS category_id_7 FROM article t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.251+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.253+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.263+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.263+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.265+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.265+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.265+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.267+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.267+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.270+02:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User" in "front/post-item.html.twig" at line 31." at post-item.html.twig line 31"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#1244
#message: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User" in "front/post-item.html.twig" at line 31."
#code: 0
#file: "/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig"
#line: 31
-lineno: 31
-rawMessage: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User"."
-source: Twig\Source {#989 …}
-phpFile: "/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Extension/CoreExtension.php"
-phpLine: 1887
trace: {
/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig:31 {
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) …
› <p class="blog-meta">\r
› \t<span class="author"><i class="fas fa-user"></i> {{post.author.name}}</span>\r
› \t<span class="date"><i class="fas fa-calendar"></i> {{post.createdAt|date('d/m/Y')}}</span>\r
}
/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig:31 {
__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa->block_body(array $context, array $blocks = []): iterable …
› <p class="blog-meta">\r
› \t<span class="author"><i class="fas fa-user"></i> {{post.author.name}}</span>\r
› \t<span class="date"><i class="fas fa-calendar"></i> {{post.createdAt|date('d/m/Y')}}</span>\r
arguments: {
$env: Twig\Environment {#207 …}
$source: Twig\Source {#989 …}
$object: Proxies\__CG__\App\Entity\User\User {#847 …}
$item: "name"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 31
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …3]
$blocks: [ …5]
}
}
/htdocs/service.confection-mada.fr/templates/base.html.twig:92 {
__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7->doDisplay(array $context, array $blocks = []): iterable …
›
› {% block body %}{% endblock %}
›
arguments: {
$name: "body"
$context: [ …3]
$blocks: [ …5]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …3]
$blocks: [ …2]
}
}
/htdocs/service.confection-mada.fr/var/cache/dev/twig/b8/b8780e929c7cc587521dfce38d6c4563.php:54 {
__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …3]
$blocks: [ …5]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …3]
$blocks: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …3]
$blocks: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "front/post-item.html.twig"
$context: [ …2]
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
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();
arguments: {
$view: "front/post-item.html.twig"
$block: null
$parameters: [ …2]
$method: "render"
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "front/post-item.html.twig"
$block: null
$parameters: [ …2]
$response: null
$method: "render"
}
}
/htdocs/service.confection-mada.fr/src/Controller/Front/FrontController.php:231 {
App\Controller\Front\FrontController->viewPost(Article $post, ArticleRepository $arepo): Response …
›
› return $this->render('front/post-item.html.twig', [
› 'post'=> $post,
arguments: {
$view: "front/post-item.html.twig"
$parameters: [ …2]
}
}
/htdocs/service.confection-mada.fr/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);
›
arguments: {
$post: App\Entity\Article\Article {#883 …}
$arepo: App\Repository\Article\ArticleRepository {#682 …}
}
}
/htdocs/service.confection-mada.fr/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/htdocs/service.confection-mada.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/htdocs/service.confection-mada.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/htdocs/service.confection-mada.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/htdocs/service.confection-mada.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.327+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
1252 => [
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.272+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerJYun9KP\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.274+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786735240
"timestamp_rfc3339" => "2026-08-14T21:20:40.321+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
1252 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#124 …}
} |