Symfony Exception

ErrorException RuntimeError

HTTP 500 Internal Server Error

An exception has been thrown during the rendering of a template ("Notice: Undefined index: data").

Exceptions 2

Twig\Error\ RuntimeError

  1.     {{ get_block('BreadCrumb', '', admin) }}
  2.     {{ get_block('PageTitle', '', admin) }}
  3.     {{ get_block('SocialShare', '', admin) }}
  4.     {{ get_block('EventsGrid', '', admin) }}
  5.     {{ get_block('KeyFacts', '3a3b2851-e7cc-40eb-884c-530dd2ec28bd', admin) }}
  6.     {{ get_block('StandardContent', '31902ef3-b270-4a8f-8bd9-c26485dd592f', admin, {"ecal_link": ""}) }}
  7.     {{ get_block('DriverGrid', '', false, {'provider': 'events', "card_type": "EVENT_CARD_CTA", 'slider': true}) }}
  8.     {{ get_block('EventmasterForm', '220a469b-2989-406e-b087-4892b1aff153', admin) }}
  9. {% endblock %}
  1.         }
  2.         // line 132
  3.         echo "
  4.     ";
  5.         // line 133
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 134
  8.         echo "
  9.     ";
  10.         // line 135
  11.         $this->displayBlock('footercontent'$context$blocks);
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $macros $this->macros;
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""/GreatYarmouth/partial/theme-global.twig"));
  4.         $this->parent $this->loadTemplate("/global/page.twig""/GreatYarmouth/partial/theme-global.twig"2);
  5.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.     {
  2.         $macros $this->macros;
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  4.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""/whats-on/landing.twig"));
  5.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php->display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      */
  2.     public function render(array $context = []): string
  3.     {
  4.         // using func_get_args() allows to not expose the blocks argument
  5.         // as it should only be used by internal code
  6.         return $this->template->render($context, \func_get_args()[1] ?? []);
  7.     }
  8.     /**
  9.      * Displays the template.
  10.      *
in vendor/twig/twig/src/Environment.php->render (line 318)
  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 = [])
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if ($this->container->has('templating')) {
  2.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.'E_USER_DEPRECATED);
  3.             $content $this->container->get('templating')->render($view$parameters);
  4.         } elseif ($this->container->has('twig')) {
  5.             $content $this->container->get('twig')->render($view$parameters);
  6.         } else {
  7.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8.         }
  9.         if (null === $response) {
AbstractController->render('/whats-on/landing.twig', array('admin' => false)) in src/Controller/WhatsOnController.php (line 221)
  1.     public function eventsLanding(Request $request$templateDir)
  2.     {
  3.         $site $this->siteFacade->getSite($request->getUri());
  4.         return ($this->render('/whats-on/landing.twig', [
  5.             'admin' => $this->environmentHelper->isAdmin()
  6.         ]));
  7.     }
  8.     /**
in vendor/symfony/http-kernel/HttpKernel.php->eventsLanding (line 151)
  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.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  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.     }
Kernel->handle(object(Request)) in public/index.php (line 31)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

ErrorException

Notice: Undefined index: data

  1.                 $blockData['data']['paragraph']['text'] = "Paragraph";
  2.             }
  3.         }
  4.         // Item based cta's?
  5.         if (key_exists('items'$blockData['data'])) {
  6.             foreach ($blockData['data']['items'] as &$cta) {
  7.                 $cta['cta']['valid_uuid'] = Uuid::isValid($cta['cta']['url']) ? true false;
  8.                 // Run safe .pdf download check.
  9.                 $cta['cta']['visible'] = $this->isSafePdfDownload($this->templateDir $cta['cta']['url']);
  10.             }
  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.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  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) {
HttpKernel->handle(object(Request), 2, false) in src/Lib/TwigExtension.php (line 335)
  1.         if ($request->getSession()) {
  2.             $subRequest->setSession($request->getSession());
  3.         }
  4.         /** @var Response $response */
  5.         $response $this->app->handle($subRequestHttpKernelInterface::SUB_REQUESTfalse);
  6.         // Clear arguments, prevent from cascading down through the blocks.
  7.         $request->request->set('args', []);
  8.         return $response->getContent();
  1.         // line 25
  2.         echo $this->extensions['App\Lib\TwigExtension']->getBlock("KeyFacts""3a3b2851-e7cc-40eb-884c-530dd2ec28bd", (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'25$this->source); })()));
  3.         echo "
  4.     ";
  5.         // line 26
  6.         echo $this->extensions['App\Lib\TwigExtension']->getBlock("StandardContent""31902ef3-b270-4a8f-8bd9-c26485dd592f", (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'26$this->source); })()), ["ecal_link" => ""]);
  7.         echo "
  8.     ";
  9.         // line 27
  10.         echo $this->extensions['App\Lib\TwigExtension']->getBlock("DriverGrid"""false, ["provider" => "events""card_type" => "EVENT_CARD_CTA""slider" => true]);
  11.         echo "
in vendor/twig/twig/src/Template.php->block_content (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         }
  2.         // line 132
  3.         echo "
  4.     ";
  5.         // line 133
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 134
  8.         echo "
  9.     ";
  10.         // line 135
  11.         $this->displayBlock('footercontent'$context$blocks);
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $macros $this->macros;
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""/GreatYarmouth/partial/theme-global.twig"));
  4.         $this->parent $this->loadTemplate("/global/page.twig""/GreatYarmouth/partial/theme-global.twig"2);
  5.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.     {
  2.         $macros $this->macros;
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  4.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""/whats-on/landing.twig"));
  5.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php->display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      */
  2.     public function render(array $context = []): string
  3.     {
  4.         // using func_get_args() allows to not expose the blocks argument
  5.         // as it should only be used by internal code
  6.         return $this->template->render($context, \func_get_args()[1] ?? []);
  7.     }
  8.     /**
  9.      * Displays the template.
  10.      *
in vendor/twig/twig/src/Environment.php->render (line 318)
  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 = [])
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if ($this->container->has('templating')) {
  2.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.'E_USER_DEPRECATED);
  3.             $content $this->container->get('templating')->render($view$parameters);
  4.         } elseif ($this->container->has('twig')) {
  5.             $content $this->container->get('twig')->render($view$parameters);
  6.         } else {
  7.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8.         }
  9.         if (null === $response) {
AbstractController->render('/whats-on/landing.twig', array('admin' => false)) in src/Controller/WhatsOnController.php (line 221)
  1.     public function eventsLanding(Request $request$templateDir)
  2.     {
  3.         $site $this->siteFacade->getSite($request->getUri());
  4.         return ($this->render('/whats-on/landing.twig', [
  5.             'admin' => $this->environmentHelper->isAdmin()
  6.         ]));
  7.     }
  8.     /**
in vendor/symfony/http-kernel/HttpKernel.php->eventsLanding (line 151)
  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.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  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.     }
Kernel->handle(object(Request)) in public/index.php (line 31)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Stack Traces 2

[2/2] RuntimeError

Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Notice: Undefined index: data").

  at templates/GreatYarmouth/whats-on/landing.twig:26
  at Twig\Template->displayBlock('content', array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (var/cache/dev/twig/9f/9f39bf9dd1bada287f3baacdc60fd79efe921c86cc649a3dc11c994b72105617.php:165)
  at __TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (var/cache/dev/twig/8f/8f3619692eaf9773024ba02fa3bba6061edcd9e862ade0f87b492741acb4b45c.php:46)
  at __TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (var/cache/dev/twig/cf/cf2a7eeb69251f95c21a84a7207669b73cf6cda89d244c891f785633ec895bb0.php:48)
  at __TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('admin' => false), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('admin' => false))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('/whats-on/landing.twig', array('admin' => false))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('/whats-on/landing.twig', array('admin' => false))
     (src/Controller/WhatsOnController.php:221)
  at App\Controller\WhatsOnController->eventsLanding(object(Request), 'GreatYarmouth')
     (vendor/symfony/http-kernel/HttpKernel.php:151)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:198)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:31)

[1/2] ErrorException

ErrorException:
Notice: Undefined index: data

  at vendor/arena-racing-company/arc-web-blocks/StandardContent/StandardContent.php:84
  at ArcWebBlocks\StandardContent\StandardContent->render(array())
     (vendor/symfony/http-kernel/HttpKernel.php:151)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (src/Lib/TwigExtension.php:335)
  at App\Lib\TwigExtension->getBlock('standard-content', '31902ef3-b270-4a8f-8bd9-c26485dd592f', false, array('ecal_link' => ''))
     (var/cache/dev/twig/cf/cf2a7eeb69251f95c21a84a7207669b73cf6cda89d244c891f785633ec895bb0.php:153)
  at __TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175->block_content(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content', array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (var/cache/dev/twig/9f/9f39bf9dd1bada287f3baacdc60fd79efe921c86cc649a3dc11c994b72105617.php:165)
  at __TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'styles' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'head' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_6871a6f62970d565c272c3fe4e728c71458491c83429a4dc43cee23beb84832e), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (var/cache/dev/twig/8f/8f3619692eaf9773024ba02fa3bba6061edcd9e862ade0f87b492741acb4b45c.php:46)
  at __TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_c09c544cf6620e0bb3e4fd3a233599c0675838bc122fbf726330f2415cedb268), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (var/cache/dev/twig/cf/cf2a7eeb69251f95c21a84a7207669b73cf6cda89d244c891f785633ec895bb0.php:48)
  at __TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_metadata'), 'title' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_title'), 'headscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_3b0f050b12aff380c8566944ba432d14bb2c56d14bb19754bd645347853af175), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('admin' => false), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('admin' => false))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('/whats-on/landing.twig', array('admin' => false))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('/whats-on/landing.twig', array('admin' => false))
     (src/Controller/WhatsOnController.php:221)
  at App\Controller\WhatsOnController->eventsLanding(object(Request), 'GreatYarmouth')
     (vendor/symfony/http-kernel/HttpKernel.php:151)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:198)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:31)