Deprecated: Constant E_STRICT is deprecated in /var/www/html/k/kasscaffolding/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/k/kasscaffolding/vendor/symfony/error-handler/ErrorHandler.php on line 76
syntax error, unexpected token ":" (500 Internal Server Error)

Symfony Exception

ParseError

HTTP 500 Internal Server Error

syntax error, unexpected token ":"

Exception

ParseError

  1.             foreach ($context['_seq'] as $context["_key"] => $context["sector"]) {
  2.                 // line 11
  3.                 echo "                                <div class=\"swiper-slide\">
  4.                                     <a class=\"w-full flex flex-col justify-center items-center bg-primary text-white py-6 px-8 text-center rounded-lg min-h-[155px]\" href=\"";
  5.                 // line 12
  6.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\TwigExtension']->{closure:App\Twig\TwigExtension::getFunctions():44}(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'12$this->source); })()), "request", [], "any"falsefalsefalse12), twig_get_attribute($this->env$this->source$context["sector"], "linkedPageId", [], "any"falsefalsefalse12), ["sector_slug" => twig_get_attribute($this->env$this->source$context["sector"], "slug", [], "any"falsefalsefalse12)]), "html"nulltrue);
  7.                 echo "\">
  8.                                         <div class=\"text-5xl mb-2\">";
  9.                 // line 13
  10.                 echo twig_get_attribute($this->env$this->source$context["sector"], "icon", [], "any"falsefalsefalse13);
  11.                 echo "</div>
  1.         if (!class_exists($clsfalse)) {
  2.             $key $this->cache->generateKey($name$mainCls);
  3.             if (!$this->isAutoReload() || $this->isTemplateFresh($name$this->cache->getTimestamp($key))) {
  4.                 $this->cache->load($key);
  5.             }
  6.             if (!class_exists($clsfalse)) {
  7.                 $source $this->getLoader()->getSourceContext($name);
  8.                 $content $this->compileSource($source);
in vendor/twig/twig/src/Environment.php -> loadTemplate (line 312)
  1.     {
  2.         if ($name instanceof TemplateWrapper) {
  3.             return $name;
  4.         }
  5.         return new TemplateWrapper($this$this->loadTemplate($this->getTemplateClass($name), $name));
  6.     }
  7.     /**
  8.      * Loads a template internal representation.
  9.      *
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
AbstractController->render('@theme/sectors/slider.html.twig', array('sectors' => array(object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors)))) in src/Controller/SectorsDefaultController.php (line 27)
  1.     #[Route('/tlb-sectors/slider'name'embed_sectors_slider')]
  2.     public function slider(): Response
  3.     {
  4.         $sectors $this->em->getRepository(Sectors::class)->findBy(['active' => 1'deleted' => 0], ['sortOrder' => 'ASC']);
  5.         return $this->render('@theme/sectors/slider.html.twig', [
  6.             'sectors' => $sectors
  7.         ]);
  8.     }
  9.     /**
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.     {
  2.         $request $this->container->get('request_stack')->getCurrentRequest();
  3.         $path['_controller'] = $controller;
  4.         $subRequest $request->duplicate($querynull$path);
  5.         return $this->container->get('http_kernel')->handle($subRequestHttpKernelInterface::SUB_REQUEST);
  6.     }
  7.     /**
  8.      * Returns a RedirectResponse to the given URL.
  9.      */
AbstractController->forward('App\\Controller\\SectorsDefaultController::slider', array('request' => object(Request), 'pageId' => 1, '_controller' => 'App\\Controller\\SectorsDefaultController::slider')) in src/Controller/PageDefaultController.php (line 814)
  1.                     // Non-URL reliant (slugless) component
  2.                     if (null == $cmsComponentArray[$comkey]['slug']) {
  3.                         $this->debug($debug'<p>SLUGLESS:<br/>RENDERING CONTROLLER into  = <strong>'.$action['_controller'].'</strong></p>');
  4.                         // fetch component data
  5.                         $response $this->forward($action['_controller'], ['request' => $request'pageId' => $confirmedPageId]);
  6.                         $pageComponentsReturn[] = [
  7.                             'position' => $pageComponent['position'],
  8.                             'urlKey' => null,
  9.                             'urlValue' => null,
  10.                             'data' => $response->getContent(),
PageDefaultController->getComponentData(false, array(array('name' => 'Embed Accreditations Slider', 'slug' => null, 'route' => 'embed_accreditations_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed CaseStudies', 'slug' => null, 'route' => 'embed_casestudies', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Featured Case Study', 'slug' => null, 'route' => 'embed_casestudies_featured', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Featured Testimonial Slider', 'slug' => null, 'route' => 'embed_testimonial_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Testimonials', 'slug' => null, 'route' => 'embed_testimonials', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Single Case Study', 'slug' => '{caseStudy_slug}', 'route' => 'embed_casestudy_content', 'slugEntity' => 'CaseStudies', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Enquiry Form', 'slug' => null, 'route' => 'embed_enquiry', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Enquiry Form & Map', 'slug' => null, 'route' => 'embed_enquiry_map', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed CV form', 'slug' => null, 'route' => 'embed_enquiry_cv', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Faqs (All)', 'slug' => null, 'route' => 'embed_faqs', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Faqs (Popular)', 'slug' => null, 'route' => 'embed_popular_faqs', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Image Text Grid', 'slug' => null, 'route' => 'embed_image_text_grid', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Logos Slider', 'slug' => null, 'route' => 'embed_logos_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Meet the Team (All)', 'slug' => null, 'route' => 'embed_meettheteam', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Meet the Team (Featured)', 'slug' => null, 'route' => 'embed_meettheteam_featured', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Team Member', 'slug' => '{teammember_slug}', 'route' => 'embed_teammember', 'slugEntity' => 'TeamMember', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'All News Articles', 'slug' => null, 'route' => 'embed_news_overview', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Featured News Article', 'slug' => null, 'route' => 'embed_news_featured', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Single News Article', 'slug' => '{news_slug}', 'route' => 'embed_news_article', 'slugEntity' => 'News', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sitemap', 'slug' => null, 'route' => 'embed_sitemap', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Search Results', 'slug' => null, 'route' => 'process_search', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sector Slider', 'slug' => null, 'route' => 'embed_sectors_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sector List', 'slug' => null, 'route' => 'embed_sectors_list', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sector List Full', 'slug' => null, 'route' => 'embed_sectors_list_full', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Single Sector', 'slug' => '{sector_slug}', 'route' => 'embed_sector_content', 'slugEntity' => 'Sectors', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Slider', 'slug' => null, 'route' => 'embed_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard')), array(array('position' => 'Before Content', 'route' => 'embed_sectors_slider'), array('position' => 'After Content', 'route' => 'embed_image_text_grid'), array('position' => 'Service List', 'route' => 'embed_sectors_list'), array('position' => 'Team Members', 'route' => 'embed_meettheteam_featured'), array('position' => 'Contact Form', 'route' => 'embed_enquiry')), object(Request), 1) in src/Controller/PageDefaultController.php (line 450)
  1.         // simple direct match
  2.         // this will match the home page in any locale and any default 'en' page
  3.         $page $this->em->getRepository(Page::class)->findOneBy(['slug' => $slug'deleted' => false'active' => true]);
  4.         if (null !== $page) {
  5.             $pageComponents $this->getComponentData($debug$cmsComponentArray$page->getComponents(), $request$page->getId());
  6.             $this->debug($debug"<br/><span style='color:green' >(STEP1) Found - ".$page->getTitle().' (ID#'.$page->getId().')<br/>Will render page out of debug mode</span>');
  7.             return [
  8.                 'page' => $page,
  9.                 'slug' => $slug,
PageDefaultController->routeMatcherV2(object(Request), 'home') in src/Controller/PageDefaultController.php (line 973)
  1.                 return $this->redirect('/'.$slug);
  2.             }
  3.         }
  4.         $pageData $this->routeMatcherV2($request$slug);
  5.         // REDIRECT CHECKER
  6.         $this->debug($debug'Checking for redirects...');
  7.         foreach ($pageData['pageComponents'] as $pageComponent) {
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.         $this->request $request;
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         $response->send();
  7.         if ($this->kernel instanceof TerminableInterface) {
  8.             $this->kernel->terminate($this->request$response);
  9.         }
in vendor/autoload_runtime.php -> run (line 35)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/var/www/html/k/kasscaffolding/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs 2

Level Channel Message
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
{
    "exception": {}
}
INFO 18:25:16 request Matched route "home".
{
    "route": "home",
    "route_parameters": {
        "_route": "home",
        "slug": "home",
        "_controller": "App\\Controller\\PageDefaultController::router"
    },
    "request_uri": "https://kasscaffolding.thetlb.dev/",
    "method": "GET"
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $authenticationEntryPoint as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $errorPage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $accessDeniedHandler as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\LogoutListener::__construct(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $urlGenerator as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $domainRegexp as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $secureDomainRegexp as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\AccessMap::add(): Implicitly marking parameter $channel as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $sessionTrackerEnabler as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener::__construct(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy::__construct(): Implicitly marking parameter $csrfTokenStorage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener::__construct(): Implicitly marking parameter $authenticationManager as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.control" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::__construct(): Implicitly marking parameter $property as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::__construct(): Implicitly marking parameter $managerName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.control" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 18:25:16 security Populated the TokenStorage with an anonymous Token.
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\SwitchUserListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Http\Firewall\SwitchUserListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
{
    "exception": {}
}
DEBUG 18:25:16 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
INFO 18:25:16 php Deprecated: Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
DEBUG 18:25:16 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 18:25:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 18:25:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 18:25:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 18:25:16 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 18:25:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 18:25:16 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 18:25:16 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 18:25:16 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $service as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $em as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $entityClass as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $repositoryMethod as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $errorPath as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $ignoreNull as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraint::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\NotBlank::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\NotBlank::__construct(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\NotBlank::__construct(): Implicitly marking parameter $allowNull as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\NotBlank::__construct(): Implicitly marking parameter $normalizer as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\NotBlank::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $binaryFormat as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $notFoundMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $notReadableMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $maxSizeMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $mimeTypesMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $disallowEmptyMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadIniSizeErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadFormSizeErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadPartialErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadNoFileErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadNoTmpDirErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadCantWriteErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadExtensionErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $uploadErrorMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\File::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 18:25:16 doctrine Connecting with parameters {params}
{
    "params": {
        "driver": "pdo_mysql",
        "host": "138.68.186.27",
        "port": 3306,
        "user": "kasscaffolding",
        "password": "<redacted>",
        "driverOptions": [],
        "defaultTableOptions": [],
        "dbname": "kasscaffolding",
        "serverVersion": "8",
        "charset": "utf8mb4"
    }
}
DEBUG 18:25:16 doctrine Executing query: SELECT p0_.id AS id_0, p0_.slug AS slug_1 FROM page p0_
{
    "sql": "SELECT p0_.id AS id_0, p0_.slug AS slug_1 FROM page p0_"
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $min as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $max as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $normalizer as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $exactMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $minMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $maxMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $charsetMessage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Length::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Email::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Email::__construct(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Email::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Email::__construct(): Implicitly marking parameter $normalizer as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\Validator\Constraints\Email::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Bridge\Doctrine\Middleware\Debug\DBAL3\Statement::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
DEBUG 18:25:16 doctrine Executing statement: SELECT t0.components AS components_1, t0.extraUrlsegments AS extraUrlsegments_2, t0.htmlblocks AS htmlblocks_3, t0.slug AS slug_4, t0.id AS id_5, t0.navtitle AS navtitle_6, t0.url AS url_7, t0.viewable_from AS viewable_from_8, t0.content2 AS content2_9, t0.kicker AS kicker_10, t0.title AS title_11, t0.content AS content_12, t0.subtitle AS subtitle_13, t0.meta_title AS meta_title_14, t0.meta_description AS meta_description_15, t0.ogImageAlt AS ogImageAlt_16, t0.ogImage AS ogImage_17, t0.active AS active_18, t0.deleted AS deleted_19, t0.image AS image_20, t0.image2 AS image2_21, t0.image3 AS image3_22, t0.file AS file_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.update_by AS update_by_26, t0.parent AS parent_27, t0.template_id AS template_id_28, t0.gallery_id AS gallery_id_29 FROM page t0 WHERE t0.slug = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1 (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.components AS components_1, t0.extraUrlsegments AS extraUrlsegments_2, t0.htmlblocks AS htmlblocks_3, t0.slug AS slug_4, t0.id AS id_5, t0.navtitle AS navtitle_6, t0.url AS url_7, t0.viewable_from AS viewable_from_8, t0.content2 AS content2_9, t0.kicker AS kicker_10, t0.title AS title_11, t0.content AS content_12, t0.subtitle AS subtitle_13, t0.meta_title AS meta_title_14, t0.meta_description AS meta_description_15, t0.ogImageAlt AS ogImageAlt_16, t0.ogImage AS ogImage_17, t0.active AS active_18, t0.deleted AS deleted_19, t0.image AS image_20, t0.image2 AS image2_21, t0.image3 AS image3_22, t0.file AS file_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.update_by AS update_by_26, t0.parent AS parent_27, t0.template_id AS template_id_28, t0.gallery_id AS gallery_id_29 FROM page t0 WHERE t0.slug = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1",
    "params": {
        "1": "home",
        "2": 0,
        "3": 1
    },
    "types": {
        "1": 2,
        "2": 5,
        "3": 5
    }
}
INFO 18:25:16 php Deprecated: Symfony\Component\VarExporter\ProxyHelper::exportSignature(): Implicitly marking parameter $args as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:16 php Deprecated: Symfony\Component\VarExporter\ProxyHelper::exportType(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\LoaderInterface::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\LoaderInterface::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\Loader::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\Loader::import(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\Loader::resolve(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\DelegatingLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\DelegatingLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\LoaderResolverInterface::resolve(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\LoaderResolver::resolve(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\FileLoader::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\FileLoader::import(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\FileLoader::import(): Implicitly marking parameter $sourceResource as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\FileLoader::doImport(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Config\Loader\FileLoader::doImport(): Implicitly marking parameter $sourceResource as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\Configurator\Traits\LocalizedRouteTrait::createLocalizedRoute(): Implicitly marking parameter $prefixes as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\XmlFileLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\XmlFileLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\YamlFileLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\YamlFileLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\PhpFileLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\PhpFileLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\GlobFileLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\GlobFileLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\DirectoryLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\DirectoryLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\ObjectLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\ContainerLoader::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\ContainerLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationClassLoader::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationClassLoader::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationClassLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationClassLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationFileLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationFileLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationDirectoryLoader::load(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\AnnotationDirectoryLoader::supports(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator::import(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Yaml\Inline::initialize(): Implicitly marking parameter $parsedLineNumber as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Yaml\Inline::initialize(): Implicitly marking parameter $parsedFilename as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Yaml\Inline::parse(): Implicitly marking parameter $value as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Yaml\Inline::parseScalar(): Implicitly marking parameter $delimiters as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Yaml\Inline::parseScalar(): Implicitly marking parameter $isQuoted as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Yaml\Inline::evaluateScalar(): Implicitly marking parameter $isQuotedString as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $host as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $condition as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $priority as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $utf8 as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $stateless as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:17 php Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 18:25:18 php User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
CRITICAL 18:25:18 request Uncaught PHP Exception ParseError: "syntax error, unexpected token ":"" at /var/www/html/k/kasscaffolding/var/cache/dev/twig/f0/f07646aef5c02b0b69e8e091fb3923e0.php line 64
{
    "exception": {}
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 18:25:18 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 18:25:18 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 18:25:18 doctrine Executing statement: SELECT t0.id AS id_1, t0.icon AS icon_2, t0.kicker AS kicker_3, t0.content2 AS content2_4, t0.content3 AS content3_5, t0.content4 AS content4_6, t0.title AS title_7, t0.content AS content_8, t0.subtitle AS subtitle_9, t0.image AS image_10, t0.image2 AS image2_11, t0.image3 AS image3_12, t0.image4 AS image4_13, t0.sort_order AS sort_order_14, t0.active AS active_15, t0.deleted AS deleted_16, t0.slug AS slug_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.ogImageAlt AS ogImageAlt_20, t0.ogImage AS ogImage_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.gallery_id AS gallery_id_24 FROM sectors t0 WHERE t0.active = ? AND t0.deleted = ? ORDER BY t0.sort_order ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.icon AS icon_2, t0.kicker AS kicker_3, t0.content2 AS content2_4, t0.content3 AS content3_5, t0.content4 AS content4_6, t0.title AS title_7, t0.content AS content_8, t0.subtitle AS subtitle_9, t0.image AS image_10, t0.image2 AS image2_11, t0.image3 AS image3_12, t0.image4 AS image4_13, t0.sort_order AS sort_order_14, t0.active AS active_15, t0.deleted AS deleted_16, t0.slug AS slug_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.ogImageAlt AS ogImageAlt_20, t0.ogImage AS ogImage_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.gallery_id AS gallery_id_24 FROM sectors t0 WHERE t0.active = ? AND t0.deleted = ? ORDER BY t0.sort_order ASC",
    "params": {
        "1": 1,
        "2": 0
    },
    "types": {
        "1": 5,
        "2": 5
    }
}
INFO 18:25:18 php Deprecated: Creation of dynamic property Gregwar\ImageBundle\Services\ImageHandling::$fallbackImage is deprecated
{
    "exception": {}
}
CRITICAL 18:25:18 php Uncaught Error: syntax error, unexpected token ":"
{
    "exception": {}
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 18:25:18 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 18:25:18 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 18:25:18 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ParseError
ParseError:
syntax error, unexpected token ":"

  at var/cache/dev/twig/f0/f07646aef5c02b0b69e8e091fb3923e0.php:64
  at Twig\Cache\FilesystemCache->load('/var/www/html/k/kasscaffolding/var/cache/dev/twig/f0/f07646aef5c02b0b69e8e091fb3923e0.php')
     (vendor/twig/twig/src/Environment.php:345)
  at Twig\Environment->loadTemplate('__TwigTemplate_f44f6be3cd76b2c2d01ceb8ba395151c', '@theme/sectors/slider.html.twig')
     (vendor/twig/twig/src/Environment.php:312)
  at Twig\Environment->load('@theme/sectors/slider.html.twig')
     (vendor/twig/twig/src/Environment.php:280)
  at Twig\Environment->render('@theme/sectors/slider.html.twig', array('sectors' => array(object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@theme/sectors/slider.html.twig', array('sectors' => array(object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@theme/sectors/slider.html.twig', array('sectors' => array(object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors), object(Sectors))))
     (src/Controller/SectorsDefaultController.php:27)
  at App\Controller\SectorsDefaultController->slider()
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2)
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:156)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward('App\\Controller\\SectorsDefaultController::slider', array('request' => object(Request), 'pageId' => 1, '_controller' => 'App\\Controller\\SectorsDefaultController::slider'))
     (src/Controller/PageDefaultController.php:814)
  at App\Controller\PageDefaultController->getComponentData(false, array(array('name' => 'Embed Accreditations Slider', 'slug' => null, 'route' => 'embed_accreditations_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed CaseStudies', 'slug' => null, 'route' => 'embed_casestudies', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Featured Case Study', 'slug' => null, 'route' => 'embed_casestudies_featured', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Featured Testimonial Slider', 'slug' => null, 'route' => 'embed_testimonial_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Testimonials', 'slug' => null, 'route' => 'embed_testimonials', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Single Case Study', 'slug' => '{caseStudy_slug}', 'route' => 'embed_casestudy_content', 'slugEntity' => 'CaseStudies', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Enquiry Form', 'slug' => null, 'route' => 'embed_enquiry', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Enquiry Form & Map', 'slug' => null, 'route' => 'embed_enquiry_map', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed CV form', 'slug' => null, 'route' => 'embed_enquiry_cv', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Faqs (All)', 'slug' => null, 'route' => 'embed_faqs', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Faqs (Popular)', 'slug' => null, 'route' => 'embed_popular_faqs', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Image Text Grid', 'slug' => null, 'route' => 'embed_image_text_grid', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Logos Slider', 'slug' => null, 'route' => 'embed_logos_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Meet the Team (All)', 'slug' => null, 'route' => 'embed_meettheteam', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Meet the Team (Featured)', 'slug' => null, 'route' => 'embed_meettheteam_featured', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Team Member', 'slug' => '{teammember_slug}', 'route' => 'embed_teammember', 'slugEntity' => 'TeamMember', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'All News Articles', 'slug' => null, 'route' => 'embed_news_overview', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Featured News Article', 'slug' => null, 'route' => 'embed_news_featured', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Single News Article', 'slug' => '{news_slug}', 'route' => 'embed_news_article', 'slugEntity' => 'News', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sitemap', 'slug' => null, 'route' => 'embed_sitemap', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Search Results', 'slug' => null, 'route' => 'process_search', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sector Slider', 'slug' => null, 'route' => 'embed_sectors_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sector List', 'slug' => null, 'route' => 'embed_sectors_list', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Sector List Full', 'slug' => null, 'route' => 'embed_sectors_list_full', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Single Sector', 'slug' => '{sector_slug}', 'route' => 'embed_sector_content', 'slugEntity' => 'Sectors', 'bundle' => 'App', 'componentType' => 'standard'), array('name' => 'Embed Slider', 'slug' => null, 'route' => 'embed_slider', 'slugEntity' => null, 'bundle' => 'App', 'componentType' => 'standard')), array(array('position' => 'Before Content', 'route' => 'embed_sectors_slider'), array('position' => 'After Content', 'route' => 'embed_image_text_grid'), array('position' => 'Service List', 'route' => 'embed_sectors_list'), array('position' => 'Team Members', 'route' => 'embed_meettheteam_featured'), array('position' => 'Contact Form', 'route' => 'embed_enquiry')), object(Request), 1)
     (src/Controller/PageDefaultController.php:450)
  at App\Controller\PageDefaultController->routeMatcherV2(object(Request), 'home')
     (src/Controller/PageDefaultController.php:973)
  at App\Controller\PageDefaultController->router(object(SimpleCache), object(Request), 'home')
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:35)
  at require_once('/var/www/html/k/kasscaffolding/vendor/autoload_runtime.php')
     (public/index.php:5)                
Loading…
Loading the web debug toolbar…
Attempt #