Error 500 Internal Server Error

GET https://chezamusicschool.co.ke/lesson/plan/4517

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"40813f"
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 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
cookie
"PHPSESSID=08401c355c7d80588ffb1c9e05d9a92e"
from
"gptbot(at)openai.com"
host
"chezamusicschool.co.ke"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-https
"1"
x-openai-host-hash
"877050916"
x-php-ob-level
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 16 Jun 2025 12:12:03 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22fullname%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Fchezamus%2Fpublic_html%2Ftemplates%2Finclude%2Fadm_nav.html.twig:45"
x-debug-token
"7afc2c"

Cookies

Request Cookies

Key Value
PHPSESSID
"08401c355c7d80588ffb1c9e05d9a92e"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Mon, 16 Jun 25 12:10:11 +0000"
Last used
"Mon, 16 Jun 25 12:10:11 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"BycDv1WPVmrhvG1r2-n4KH9PikJ82z5Echth_PU_d4o"
_security.main.target_path
"https://chezamusicschool.co.ke/lesson/plan/new/for/9450"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 103
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1635
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/var/cache/dev/twig/c1/c160df53b9db2cf636a0a09ebd4b2e52.php"
    "line" => 92
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a8f472eaba3316c0551bc565753f452e"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/var/cache/dev/twig/74/74008e31704715ff30b06ebd69a5cd14.php"
    "line" => 102
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ff23db8aca88c26f10a213ffae373a9d"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/var/cache/dev/twig/9b/9b2a9baca5f1e148c555b37ea54d7c22.php"
    "line" => 52
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b9f8bbe3b0215a84fb1288b87013c216"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 448
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 453
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 253
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/src/Controller/LessonPlanController.php"
    "line" => 97
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "show"
    "class" => "App\Controller\LessonPlanController"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/chezamus/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/chezamus/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

Key Value
info
[
  "You have to login in order to access this page."
]

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"b1a59c6feb4014dc67fc54fe6b1cca6b"
DATABASE_URL
"mysql://chezamus_admin:Eirwmr-33@127.0.0.1:3306/chezamus_db?serverVersion=5.7.42&charset=utf8mb4"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LeSjOUfAAAAALKgUjHIiST9kADy0S1sMPv7I7VX"
GOOGLE_RECAPTCHA_SITE_KEY
"6LeSjOUfAAAAANoNRc0kpbzppmPvlXTKtbu5fMGJ"
MAILER_DSN
"smtps://info@chezamusicschool.co.ke:Eirwmr-33-cheza@mail.chezamusicschool.co.ke:465"
WKHTMLTOIMAGE_PATH
"/home2/chezamus/public_html/vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltopdf-amd64"
WKHTMLTOPDF_PATH
"/home2/chezamus/public_html/vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltoimage-amd64"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
DOCUMENT_ROOT
"/home/chezamus/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_COOKIE
"PHPSESSID=08401c355c7d80588ffb1c9e05d9a92e"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"chezamusicschool.co.ke"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_HTTPS
"1"
HTTP_X_OPENAI_HOST_HASH
"877050916"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/lesson/plan/4517"
REMOTE_ADDR
"20.171.207.1"
REMOTE_PORT
"49064"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1750075923
REQUEST_TIME_FLOAT
1750075923.1425
REQUEST_URI
"/lesson/plan/4517"
SCRIPT_FILENAME
"/home/chezamus/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://chezamusicschool.co.ke/lesson/plan/4517"
SCRIPT_URL
"/lesson/plan/4517"
SERVER_ADDR
"188.165.46.189"
SERVER_ADMIN
"webmaster@chezamusicschool.co.ke"
SERVER_NAME
"chezamusicschool.co.ke"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY"
X-LSCACHE
"on"
X_SPDY
"HTTP2"
argc
0
argv
[]

Parent Request

Return to parent request (token = c05bc2)

Key Value
_controller
"App\Controller\LessonPlanController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"lesson_plan_show"
_route_params
[
  "id" => "4517"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"55e3a6"
id
"4517"