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, {"banner":{"show":true,"file":"mega-january-sale.png"}}) }}
  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, "banner":{"show":true,"file":"mega-january-sale.png"}}) }}
  8.     {{ get_block('SalesforceForm', '220a469b-2989-406e-b087-4892b1aff153', admin) }}
  9. {% endblock %}
  1.         }
  2.         // line 124
  3.         echo "
  4.     ";
  5.         // line 125
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 126
  8.         echo "
  9.     ";
  10.         // line 127
  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""/HerefordRacecourse/partial/theme-global.twig"));
  4.         $this->parent $this->loadTemplate("/global/page.twig""/HerefordRacecourse/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"banner" => ["show" => true"file" => "mega-january-sale.png"]]);
  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 124
  3.         echo "
  4.     ";
  5.         // line 125
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 126
  8.         echo "
  9.     ";
  10.         // line 127
  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""/HerefordRacecourse/partial/theme-global.twig"));
  4.         $this->parent $this->loadTemplate("/global/page.twig""/HerefordRacecourse/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/HerefordRacecourse/whats-on/landing.twig:26
  at Twig\Template->displayBlock('content', array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_endBodyScripts')))
     (var/cache/dev/twig/26/26fb6addcb03d52892e5d532124d2454b41d6766f08a07550a03819925e39a01.php:165)
  at __TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (var/cache/dev/twig/c6/c6cfa7669381180b0634e4c87227fddb0240d0276cd05f84ba9c4dcc6248ea52.php:46)
  at __TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (var/cache/dev/twig/a8/a8847e3bea29ab593a86bf91c65bc5ecacf046dd8afbf0eb19a121988553c6fb.php:48)
  at __TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), '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), 'HerefordRacecourse')
     (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/arc-digital/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/a8/a8847e3bea29ab593a86bf91c65bc5ecacf046dd8afbf0eb19a121988553c6fb.php:153)
  at __TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5->block_content(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), '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_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_endBodyScripts')))
     (var/cache/dev/twig/26/26fb6addcb03d52892e5d532124d2454b41d6766f08a07550a03819925e39a01.php:165)
  at __TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('globalmeta' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_globalmeta'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'styles' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_styles'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'head' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_head'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'endBodyScripts' => array(object(__TwigTemplate_4c297fa418b1712ce8bac1a24f45f778bd525d56d9d9863e333d7f17e4583a39), 'block_endBodyScripts')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (var/cache/dev/twig/c6/c6cfa7669381180b0634e4c87227fddb0240d0276cd05f84ba9c4dcc6248ea52.php:46)
  at __TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('headercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_headercontent'), 'footercontent' => array(object(__TwigTemplate_8367567fa1752f4b8aa41d604321af43b0266f380141f7abb5cc73c4d9d1f869), 'block_footercontent'), 'metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (var/cache/dev/twig/a8/a8847e3bea29ab593a86bf91c65bc5ecacf046dd8afbf0eb19a121988553c6fb.php:48)
  at __TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5->doDisplay(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('admin' => false, 'app' => object(AppVariable)), array('metadata' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_metadata'), 'title' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_title'), 'headscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_headscripts'), 'bodyscripts' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), 'block_bodyscripts'), 'content' => array(object(__TwigTemplate_327cb1bf56bd5aba1bd0c055734efc353e8c2ae53b135da1eefc098e3b6724e5), '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), 'HerefordRacecourse')
     (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)