exception |
Twig\Error\RuntimeError {#241
#message: "Impossible to access an attribute ("fullname") on a null variable."
#code: 0
#file: "/home/chezamus/public_html/templates/include/adm_nav.html.twig"
#line: 45
-lineno: 45
-name: "include/adm_nav.html.twig"
-rawMessage: "Impossible to access an attribute ("fullname") on a null variable."
-sourcePath: "/home/chezamus/public_html/templates/include/adm_nav.html.twig"
-sourceCode: """
<header id="topnav">\n
\n
<!-- Topbar Start -->\n
<div class="navbar-custom">\n
<div class="container-fluid">\n
<ul class="list-unstyled topnav-menu float-right mb-0">\n
\n
<li class="dropdown notification-list">\n
<!-- Mobile menu toggle-->\n
<a class="navbar-toggle nav-link">\n
<div class="lines">\n
<span></span>\n
<span></span>\n
<span></span>\n
</div>\n
</a>\n
<!-- End mobile menu toggle-->\n
</li>\n
\n
<li class="d-none d-sm-block">\n
<form class="app-search">\n
<div class="app-search-box">\n
<div class="input-group">\n
<input type="text" class="form-control" placeholder="Search...">\n
<div class="input-group-append">\n
<button class="btn" type="submit">\n
<i class="fe-search"></i>\n
</button>\n
</div>\n
</div>\n
</div>\n
</form>\n
</li>\n
\n
<li class="dropdown notification-list">\n
<a class="nav-link dropdown-toggle waves-effect" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">\n
<i class="fe-bell noti-icon"></i>\n
</a>\n
</li>\n
\n
<li class="dropdown notification-list">\n
<a class="nav-link dropdown-toggle nav-user mr-0 waves-effect" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">\n
<img src="{{ app.user is defined and app.user is not null and app.user.photo is not null ? app.user.photo : asset('img/profile/person.png') }}" alt="user-image" class="rounded-circle">\n
<span class="pro-user-name ml-1">\n
{{app.user.fullname}} <i class="mdi mdi-chevron-down"></i> \n
</span>\n
</a>\n
<div class="dropdown-menu dropdown-menu-right profile-dropdown ">\n
<!-- item-->\n
<div class="dropdown-header noti-title">\n
<h6 class="text-overflow m-0">Welcome !</h6>\n
</div>\n
\n
<!-- item-->\n
<a href="{{path(app.user.usertype)}}" class="dropdown-item notify-item">\n
<i class="fe-user"></i>\n
<span>My Profile</span>\n
</a>\n
\n
<!-- item-->\n
<a href="{{path('settings_new')}}" class="dropdown-item notify-item">\n
<i class="fe-settings"></i>\n
<span>Settings</span>\n
</a>\n
\n
<!-- item-->\n
<a href="javascript:void(0);" class="dropdown-item notify-item">\n
<i class="fe-lock"></i>\n
<span>Lock Screen</span>\n
</a>\n
\n
<div class="dropdown-divider"></div>\n
\n
<!-- item-->\n
<a href="{{path('app_logout')}}" class="dropdown-item notify-item">\n
<i class="fe-log-out"></i>\n
<span>Logout</span>\n
</a>\n
\n
</div>\n
</li>\n
\n
<li class="dropdown notification-list">\n
<a href="{{path('settings_new')}}" class="nav-link right-bar-toggle waves-effect">\n
<i class="fe-settings noti-icon"></i>\n
</a>\n
</li>\n
\n
</ul>\n
\n
<!-- LOGO -->\n
<div class="logo-box">\n
<a href="{{path('default')}}" class="logo logo-light">\n
<span class="logo-lg">\n
<img src="{{asset('adm/assets/images/cheza_logo.jpg')}}" alt="" height="32">\n
</span>\n
<span class="logo-sm">\n
<img src="{{asset('adm/assets/images/cheza_logo_sm.jpg')}}" alt="" height="48">\n
</span>\n
</a>\n
<a href="{{path('default')}}" class="logo logo-dark">\n
<span class="logo-lg">\n
<img src="{{asset('adm/assets/images/cheza_logo.jpg')}}" alt="" height="32">\n
</span>\n
<span class="logo-sm">\n
<img src="{{asset('adm/assets/images/cheza_logo_sm.jpg')}}" alt="" height="48">\n
</span>\n
</a>\n
</div>\n
\n
<div class="clearfix"></div>\n
</div> <!-- end container-fluid-->\n
</div>\n
<!-- end Topbar -->\n
\n
<div class="topbar-menu">\n
<div class="container-fluid">\n
<div id="navigation">\n
<!-- Navigation Menu-->\n
<ul class="navigation-menu">\n
\n
<li class="has-submenu">\n
<a href="{{path(app.user.usertype ~ '-dashboard')}}"><i class="mdi mdi-view-dashboard"></i>Dashboard</a>\n
</li>\n
\n
<li class="has-submenu">\n
<a href="{{path(app.user.usertype)}}"> <i class="mdi mdi-invert-colors"></i>Profile <div class="arrow-down"></div></a>\n
<ul class="submenu megamenu">\n
<li>\n
<ul>\n
<li>\n
<a href="{{path(app.user.usertype)}}">Your Profile</a>\n
</li>\n
<li>\n
<a href="{{path('settings_new')}}">Your Settings</a>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and (app.user.usertype == 'teacher' or app.user.usertype == 'student') %}\n
<li class="has-submenu">\n
<a href="{{path(app.user.usertype ~ '_session_calendar')}}"> <i class="mdi mdi-lifebuoy"></i>Calendar <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
<a href="{{path(app.user.usertype ~ '_session_calendar')}}">Your Calendar</a>\n
</li>\n
<li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'teacher' %}\n
<a href="{{path('teacher_schooltime_calendar_edit', {'teacher_id': app.user.id })}}">Edit Your Schedule</a>\n
{% endif %}\n
</li>\n
<li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') and app.user.usertype == 'teacher' %}\n
<a href="{{path(app.user.usertype ~ '_student_attendance')}}">Attendance</a>\n
{% else %}\n
<a href="{{path('student_attendance', {'student_id': app.user.id})}}">Attendance</a>\n
{% endif %}\n
</li>\n
\n
</ul>\n
</li>\n
{% endif %}\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and (app.user.usertype == 'teacher' or app.user.usertype == 'admin') %}\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-chart-donut-variant"></i>Students <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'admin' %}\n
<a href="{{path('admin-students-list')}}">Students List</a>\n
{% elseif is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'teacher' %}\n
<a href="{{path('teacher-students-list')}}">Students List</a>\n
{% endif %}\n
</li>\n
<li>\n
<a href="{{path('assign_access_roles')}}">Permissions</a>\n
</li>\n
<li>\n
<a href="{{path('show_balances')}}">Balances</a>\n
</li>\n
<li>\n
<a href="{{path('view_online_bookings')}}">Online Bookings</a>\n
</li>\n
</ul>\n
</li>\n
<li class="has-submenu">\n
<a href="{{path('payment_report')}}"><i class="mdi mdi-view-dashboard"></i>Payments</a>\n
</li>\n
\n
{% endif %}\n
\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'admin' %}\n
<li class="has-submenu">\n
<a href="{{path('admin-teachers-list')}}"> <i class="mdi mdi-chart-donut-variant"></i>Teachers <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
<a href="{{path('admin-teachers-list')}}">Teachers List</a>\n
</li>\n
<li>\n
<a href="{{path('teacher_sinvoices_sum')}}">Teacher's Unsent Invoices</a>\n
</li>\n
<li>\n
<a href="{{path('app_teacher_invoice')}}">Teacher's Sent Invoices</a>\n
</li>\n
<li>\n
<a href="{{path('assign_access_roles')}}">Permissions</a>\n
</li>\n
<li>\n
<a href="{{path('admin_full_calendar')}}">Full Calendar</a>\n
</li>\n
</ul>\n
</li>\n
\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-cards-outline"></i>Messaging <div class="arrow-down"></div></a>\n
<ul class="submenu megamenu">\n
<li>\n
<ul>\n
<li>\n
<a href="{{path('admin-communications')}}">Communications</a>\n
</li>\n
<li>\n
<a href="{{path('admin-communications')}}#tab-3">Bulk messaging</a>\n
</li>\n
<li>\n
<a href="{{path('admin-communications')}}#tab-6">Quick messaging</a>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</li>\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-cards-outline"></i>Blog <div class="arrow-down"></div></a>\n
<ul class="submenu megamenu">\n
<li>\n
<ul>\n
<li>\n
<a href="{{path('blog_new')}}">New Article</a>\n
</li>\n
<li>\n
<a href="{{path('blog_index')}}">Articles List</a>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</li>\n
{% endif %}\n
\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-card-bulleted-settings-outline"></i>More <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
{% if app.user.usertype == 'admin' %}<a href="{{path('session_index')}}">Sessions</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('short_url_new')}}">URL Shortener</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('w_shop_index')}}">Workshops</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('letter_new')}}">New Letter</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('letter_index')}}">Letters List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('lesson_index')}}">Lessons List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('test_index')}}">Test List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('quiz_index')}}">Quiz List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('choice_index')}}">Choices List</a>{% endif %}\n
<a href="{{path('flash_card_start')}}">Flash Cards</a>\n
</li>\n
</ul>\n
</li>\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-card-bulleted-settings-outline"></i>Configuration <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li> \n
{% if app.user.usertype == 'admin' %}<a href="{{ path('configuration_edit', {'id': 1}) }}">Edit</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('navigation_index') }}">Navigation</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('page_index') }}">Pages</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('section_index') }}">Sections</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('web_photos_index') }}">Photos</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('blog_index') }}">Blog</a>{% endif %}\n
{# {% if app.user.usertype == 'admin' %}<a href="{{ path('blog_category_index') }}">Blog Category</a>{% endif %} #}\n
{# {% if app.user.usertype == 'admin' %}<a href="{{ path('directors_index') }}">Directors</a>{% endif %} #}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('course_index') }}">Course</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('photo_upload') }}">Upload Image</a>{% endif %}\n
<a href="{{path('flash_card_start')}}">Flash Cards</a>\n
</li>\n
</ul>\n
</li>\n
\n
</ul>\n
<!-- End navigation menu -->\n
\n
<div class="clearfix"></div>\n
</div>\n
<!-- end #navigation -->\n
</div>\n
<!-- end container -->\n
</div>\n
<!-- end navbar-custom -->\n
\n
</header>\n
"""
trace: {
/home/chezamus/public_html/templates/include/adm_nav.html.twig:45 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <span class="pro-user-name ml-1">
› {{app.user.fullname}} <i class="mdi mdi-chevron-down"></i>
› </span>
}
/home/chezamus/public_html/templates/include/adm_nav.html.twig:45 {
__TwigTemplate_a8f472eaba3316c0551bc565753f452e->doDisplay(array $context, array $blocks = []) …
› <span class="pro-user-name ml-1">
› {{app.user.fullname}} <i class="mdi mdi-chevron-down"></i>
› </span>
arguments: {
$env: Twig\Environment {#589 …}
$source: Twig\Source {#868 …}
$object: null
$item: "fullname"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 45
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/templates/adm_base.html.twig:30 {
__TwigTemplate_ff23db8aca88c26f10a213ffae373a9d->doDisplay(array $context, array $blocks = []) …
› <!-- Navigation Bar-->
› {% include 'include/adm_nav.html.twig' %}
› <!-- End Navigation Bar-->
arguments: {
$context: [ …4]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/var/cache/dev/twig/9b/9b2a9baca5f1e148c555b37ea54d7c22.php:52 {
__TwigTemplate_b9f8bbe3b0215a84fb1288b87013c216->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("adm_base.html.twig", "lesson_plan/show.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
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: "lesson_plan/show.html.twig"
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
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: "lesson_plan/show.html.twig"
$block: null
$parameters: [ …1]
$method: "render"
}
}
/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "lesson_plan/show.html.twig"
$block: null
$parameters: [ …1]
$response: null
$method: "render"
}
}
/home/chezamus/public_html/src/Controller/LessonPlanController.php:97 {
App\Controller\LessonPlanController->show(LessonPlan $lessonPlan): Response …
› return $this->render('lesson_plan/show.html.twig', [
› 'lesson_plan' => $lessonPlan,
› ]);
arguments: {
$view: "lesson_plan/show.html.twig"
$parameters: [ …1]
}
}
/home/chezamus/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$lessonPlan: App\Entity\LessonPlan {#754 …}
}
}
/home/chezamus/public_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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#19 …}
$type: 1
}
}
/home/chezamus/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
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 {#19 …}
$type: 1
$catch: true
}
}
/home/chezamus/public_html/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 {#19 …}
}
}
/home/chezamus/public_html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/chezamus/public_html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/chezamus/public_html/vendor/autoload_runtime.php"
}
}
}
} |
logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#340
-records: [
19 => [
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.315+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "lesson_plan_show"
"route_parameters" => [
"_route" => "lesson_plan_show"
"_controller" => "App\Controller\LessonPlanController::show"
"id" => "4517"
]
"request_uri" => "https://chezamusicschool.co.ke/lesson/plan/4517"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.330+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.330+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\UserAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.330+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\UserAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.331+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.401+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.401+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.471+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"host" => "127.0.0.1"
"port" => 3306
"user" => "chezamus_admin"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "chezamus_db"
"serverVersion" => "5.7.42"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.475+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.added_on AS added_on_2, t0.work AS work_3, t0.activities AS activities_4, t0.assessment AS assessment_5, t0.nextlesson AS nextlesson_6, t0.session_id AS session_id_7, t0.student_id AS student_id_8 FROM lesson_plan t0 WHERE t0.id = ?"
"params" => [
1 => "4517"
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.616+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.616+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.616+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerYKux04k\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.616+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.617+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "lesson_plan/show.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.619+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "lesson_plan/show.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.621+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "adm_base.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.621+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "adm_base.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.622+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "include/adm_nav.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.623+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "include/adm_nav.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.661+00:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("fullname") on a null variable." at adm_nav.html.twig line 45"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#241
#message: "Impossible to access an attribute ("fullname") on a null variable."
#code: 0
#file: "/home/chezamus/public_html/templates/include/adm_nav.html.twig"
#line: 45
-lineno: 45
-name: "include/adm_nav.html.twig"
-rawMessage: "Impossible to access an attribute ("fullname") on a null variable."
-sourcePath: "/home/chezamus/public_html/templates/include/adm_nav.html.twig"
-sourceCode: """
<header id="topnav">\n
\n
<!-- Topbar Start -->\n
<div class="navbar-custom">\n
<div class="container-fluid">\n
<ul class="list-unstyled topnav-menu float-right mb-0">\n
\n
<li class="dropdown notification-list">\n
<!-- Mobile menu toggle-->\n
<a class="navbar-toggle nav-link">\n
<div class="lines">\n
<span></span>\n
<span></span>\n
<span></span>\n
</div>\n
</a>\n
<!-- End mobile menu toggle-->\n
</li>\n
\n
<li class="d-none d-sm-block">\n
<form class="app-search">\n
<div class="app-search-box">\n
<div class="input-group">\n
<input type="text" class="form-control" placeholder="Search...">\n
<div class="input-group-append">\n
<button class="btn" type="submit">\n
<i class="fe-search"></i>\n
</button>\n
</div>\n
</div>\n
</div>\n
</form>\n
</li>\n
\n
<li class="dropdown notification-list">\n
<a class="nav-link dropdown-toggle waves-effect" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">\n
<i class="fe-bell noti-icon"></i>\n
</a>\n
</li>\n
\n
<li class="dropdown notification-list">\n
<a class="nav-link dropdown-toggle nav-user mr-0 waves-effect" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">\n
<img src="{{ app.user is defined and app.user is not null and app.user.photo is not null ? app.user.photo : asset('img/profile/person.png') }}" alt="user-image" class="rounded-circle">\n
<span class="pro-user-name ml-1">\n
{{app.user.fullname}} <i class="mdi mdi-chevron-down"></i> \n
</span>\n
</a>\n
<div class="dropdown-menu dropdown-menu-right profile-dropdown ">\n
<!-- item-->\n
<div class="dropdown-header noti-title">\n
<h6 class="text-overflow m-0">Welcome !</h6>\n
</div>\n
\n
<!-- item-->\n
<a href="{{path(app.user.usertype)}}" class="dropdown-item notify-item">\n
<i class="fe-user"></i>\n
<span>My Profile</span>\n
</a>\n
\n
<!-- item-->\n
<a href="{{path('settings_new')}}" class="dropdown-item notify-item">\n
<i class="fe-settings"></i>\n
<span>Settings</span>\n
</a>\n
\n
<!-- item-->\n
<a href="javascript:void(0);" class="dropdown-item notify-item">\n
<i class="fe-lock"></i>\n
<span>Lock Screen</span>\n
</a>\n
\n
<div class="dropdown-divider"></div>\n
\n
<!-- item-->\n
<a href="{{path('app_logout')}}" class="dropdown-item notify-item">\n
<i class="fe-log-out"></i>\n
<span>Logout</span>\n
</a>\n
\n
</div>\n
</li>\n
\n
<li class="dropdown notification-list">\n
<a href="{{path('settings_new')}}" class="nav-link right-bar-toggle waves-effect">\n
<i class="fe-settings noti-icon"></i>\n
</a>\n
</li>\n
\n
</ul>\n
\n
<!-- LOGO -->\n
<div class="logo-box">\n
<a href="{{path('default')}}" class="logo logo-light">\n
<span class="logo-lg">\n
<img src="{{asset('adm/assets/images/cheza_logo.jpg')}}" alt="" height="32">\n
</span>\n
<span class="logo-sm">\n
<img src="{{asset('adm/assets/images/cheza_logo_sm.jpg')}}" alt="" height="48">\n
</span>\n
</a>\n
<a href="{{path('default')}}" class="logo logo-dark">\n
<span class="logo-lg">\n
<img src="{{asset('adm/assets/images/cheza_logo.jpg')}}" alt="" height="32">\n
</span>\n
<span class="logo-sm">\n
<img src="{{asset('adm/assets/images/cheza_logo_sm.jpg')}}" alt="" height="48">\n
</span>\n
</a>\n
</div>\n
\n
<div class="clearfix"></div>\n
</div> <!-- end container-fluid-->\n
</div>\n
<!-- end Topbar -->\n
\n
<div class="topbar-menu">\n
<div class="container-fluid">\n
<div id="navigation">\n
<!-- Navigation Menu-->\n
<ul class="navigation-menu">\n
\n
<li class="has-submenu">\n
<a href="{{path(app.user.usertype ~ '-dashboard')}}"><i class="mdi mdi-view-dashboard"></i>Dashboard</a>\n
</li>\n
\n
<li class="has-submenu">\n
<a href="{{path(app.user.usertype)}}"> <i class="mdi mdi-invert-colors"></i>Profile <div class="arrow-down"></div></a>\n
<ul class="submenu megamenu">\n
<li>\n
<ul>\n
<li>\n
<a href="{{path(app.user.usertype)}}">Your Profile</a>\n
</li>\n
<li>\n
<a href="{{path('settings_new')}}">Your Settings</a>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and (app.user.usertype == 'teacher' or app.user.usertype == 'student') %}\n
<li class="has-submenu">\n
<a href="{{path(app.user.usertype ~ '_session_calendar')}}"> <i class="mdi mdi-lifebuoy"></i>Calendar <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
<a href="{{path(app.user.usertype ~ '_session_calendar')}}">Your Calendar</a>\n
</li>\n
<li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'teacher' %}\n
<a href="{{path('teacher_schooltime_calendar_edit', {'teacher_id': app.user.id })}}">Edit Your Schedule</a>\n
{% endif %}\n
</li>\n
<li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') and app.user.usertype == 'teacher' %}\n
<a href="{{path(app.user.usertype ~ '_student_attendance')}}">Attendance</a>\n
{% else %}\n
<a href="{{path('student_attendance', {'student_id': app.user.id})}}">Attendance</a>\n
{% endif %}\n
</li>\n
\n
</ul>\n
</li>\n
{% endif %}\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and (app.user.usertype == 'teacher' or app.user.usertype == 'admin') %}\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-chart-donut-variant"></i>Students <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'admin' %}\n
<a href="{{path('admin-students-list')}}">Students List</a>\n
{% elseif is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'teacher' %}\n
<a href="{{path('teacher-students-list')}}">Students List</a>\n
{% endif %}\n
</li>\n
<li>\n
<a href="{{path('assign_access_roles')}}">Permissions</a>\n
</li>\n
<li>\n
<a href="{{path('show_balances')}}">Balances</a>\n
</li>\n
<li>\n
<a href="{{path('view_online_bookings')}}">Online Bookings</a>\n
</li>\n
</ul>\n
</li>\n
<li class="has-submenu">\n
<a href="{{path('payment_report')}}"><i class="mdi mdi-view-dashboard"></i>Payments</a>\n
</li>\n
\n
{% endif %}\n
\n
{% if is_granted('IS_AUTHENTICATED_REMEMBERED')and app.user.usertype == 'admin' %}\n
<li class="has-submenu">\n
<a href="{{path('admin-teachers-list')}}"> <i class="mdi mdi-chart-donut-variant"></i>Teachers <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
<a href="{{path('admin-teachers-list')}}">Teachers List</a>\n
</li>\n
<li>\n
<a href="{{path('teacher_sinvoices_sum')}}">Teacher's Unsent Invoices</a>\n
</li>\n
<li>\n
<a href="{{path('app_teacher_invoice')}}">Teacher's Sent Invoices</a>\n
</li>\n
<li>\n
<a href="{{path('assign_access_roles')}}">Permissions</a>\n
</li>\n
<li>\n
<a href="{{path('admin_full_calendar')}}">Full Calendar</a>\n
</li>\n
</ul>\n
</li>\n
\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-cards-outline"></i>Messaging <div class="arrow-down"></div></a>\n
<ul class="submenu megamenu">\n
<li>\n
<ul>\n
<li>\n
<a href="{{path('admin-communications')}}">Communications</a>\n
</li>\n
<li>\n
<a href="{{path('admin-communications')}}#tab-3">Bulk messaging</a>\n
</li>\n
<li>\n
<a href="{{path('admin-communications')}}#tab-6">Quick messaging</a>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</li>\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-cards-outline"></i>Blog <div class="arrow-down"></div></a>\n
<ul class="submenu megamenu">\n
<li>\n
<ul>\n
<li>\n
<a href="{{path('blog_new')}}">New Article</a>\n
</li>\n
<li>\n
<a href="{{path('blog_index')}}">Articles List</a>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</li>\n
{% endif %}\n
\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-card-bulleted-settings-outline"></i>More <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li>\n
{% if app.user.usertype == 'admin' %}<a href="{{path('session_index')}}">Sessions</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('short_url_new')}}">URL Shortener</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('w_shop_index')}}">Workshops</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('letter_new')}}">New Letter</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('letter_index')}}">Letters List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('lesson_index')}}">Lessons List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('test_index')}}">Test List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('quiz_index')}}">Quiz List</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{path('choice_index')}}">Choices List</a>{% endif %}\n
<a href="{{path('flash_card_start')}}">Flash Cards</a>\n
</li>\n
</ul>\n
</li>\n
<li class="has-submenu">\n
<a href="#"> <i class="mdi mdi-card-bulleted-settings-outline"></i>Configuration <div class="arrow-down"></div></a>\n
<ul class="submenu">\n
<li> \n
{% if app.user.usertype == 'admin' %}<a href="{{ path('configuration_edit', {'id': 1}) }}">Edit</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('navigation_index') }}">Navigation</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('page_index') }}">Pages</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('section_index') }}">Sections</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('web_photos_index') }}">Photos</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('blog_index') }}">Blog</a>{% endif %}\n
{# {% if app.user.usertype == 'admin' %}<a href="{{ path('blog_category_index') }}">Blog Category</a>{% endif %} #}\n
{# {% if app.user.usertype == 'admin' %}<a href="{{ path('directors_index') }}">Directors</a>{% endif %} #}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('course_index') }}">Course</a>{% endif %}\n
{% if app.user.usertype == 'admin' %}<a href="{{ path('photo_upload') }}">Upload Image</a>{% endif %}\n
<a href="{{path('flash_card_start')}}">Flash Cards</a>\n
</li>\n
</ul>\n
</li>\n
\n
</ul>\n
<!-- End navigation menu -->\n
\n
<div class="clearfix"></div>\n
</div>\n
<!-- end #navigation -->\n
</div>\n
<!-- end container -->\n
</div>\n
<!-- end navbar-custom -->\n
\n
</header>\n
"""
trace: {
/home/chezamus/public_html/templates/include/adm_nav.html.twig:45 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <span class="pro-user-name ml-1">
› {{app.user.fullname}} <i class="mdi mdi-chevron-down"></i>
› </span>
}
/home/chezamus/public_html/templates/include/adm_nav.html.twig:45 {
__TwigTemplate_a8f472eaba3316c0551bc565753f452e->doDisplay(array $context, array $blocks = []) …
› <span class="pro-user-name ml-1">
› {{app.user.fullname}} <i class="mdi mdi-chevron-down"></i>
› </span>
arguments: {
$env: Twig\Environment {#589 …}
$source: Twig\Source {#868 …}
$object: null
$item: "fullname"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 45
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/templates/adm_base.html.twig:30 {
__TwigTemplate_ff23db8aca88c26f10a213ffae373a9d->doDisplay(array $context, array $blocks = []) …
› <!-- Navigation Bar-->
› {% include 'include/adm_nav.html.twig' %}
› <!-- End Navigation Bar-->
arguments: {
$context: [ …4]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/var/cache/dev/twig/9b/9b2a9baca5f1e148c555b37ea54d7c22.php:52 {
__TwigTemplate_b9f8bbe3b0215a84fb1288b87013c216->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("adm_base.html.twig", "lesson_plan/show.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
arguments: {
$context: [ …4]
$blocks: [ …5]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
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: "lesson_plan/show.html.twig"
$context: [ …1]
}
}
/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
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: "lesson_plan/show.html.twig"
$block: null
$parameters: [ …1]
$method: "render"
}
}
/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "lesson_plan/show.html.twig"
$block: null
$parameters: [ …1]
$response: null
$method: "render"
}
}
/home/chezamus/public_html/src/Controller/LessonPlanController.php:97 {
App\Controller\LessonPlanController->show(LessonPlan $lessonPlan): Response …
› return $this->render('lesson_plan/show.html.twig', [
› 'lesson_plan' => $lessonPlan,
› ]);
arguments: {
$view: "lesson_plan/show.html.twig"
$parameters: [ …1]
}
}
/home/chezamus/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$lessonPlan: App\Entity\LessonPlan {#754 …}
}
}
/home/chezamus/public_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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#19 …}
$type: 1
}
}
/home/chezamus/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
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 {#19 …}
$type: 1
$catch: true
}
}
/home/chezamus/public_html/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 {#19 …}
}
}
/home/chezamus/public_html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/chezamus/public_html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/chezamus/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.830+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar_js.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.833+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar_js.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.835+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.837+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Icon/symfony.svg"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.848+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/cancel.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.849+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/cancel.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.849+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/cancel.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.850+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Icon/symfony.svg"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.851+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar_item.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.851+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar_item.html.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.852+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Icon/close.svg"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.852+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar.css.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.853+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
"params" => [
1 => "@WebProfiler/Profiler/toolbar.css.twig"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.855+00: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"
]
]
1047 => [
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.662+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.662+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.662+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.662+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.663+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.663+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.663+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.663+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.663+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.663+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.671+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.671+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.673+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.673+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.673+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerYKux04k\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.673+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.806+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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" => 1750075923
"timestamp_rfc3339" => "2025-06-16T12:12:03.807+00: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: [
19 => 1
1047 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#339 …}
} |