Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Impossible to access an attribute ("key") on a null variable.

Exception

Twig\Error\ RuntimeError

  1. {% set submenu = submenu|default(false) %}
  2. {% for item in menu.subitems %}
  3.     {% if item.group %}
  4.         <div class="menu-group">
  5.             <a {% if item.link(language) %} href="{{ item.link(language) }}"{% else %}href="#" style="cursor: default;"{% endif %}
  6.                 {% if oSection.key and sections[oSection.key].parentKey == item.key %} class="active"{% endif %}>{% include "@FrontendBundle/Default/_menu_image.html.twig" %}</a>
  7.             <div class="menu-group-items">
  8.                 {% include "@FrontendBundle/Default/_menu.html.twig" with { menu: item, submenu: true } %}
  9.             </div>
  10.         </div>
  11.     {% else %}
  1.                 } else {
  2.                     echo "href=\"#\" style=\"cursor: default;\"";
  3.                 }
  4.                 // line 6
  5.                 echo "                ";
  6.                 if ((twig_get_attribute($this->env$this->source, (isset($context["oSection"]) || array_key_exists("oSection"$context) ? $context["oSection"] : (function () { throw new RuntimeError('Variable "oSection" does not exist.'6$this->source); })()), "key", [], "any"falsefalsefalse6) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sections"]) || array_key_exists("sections"$context) ? $context["sections"] : (function () { throw new RuntimeError('Variable "sections" does not exist.'6$this->source); })()), twig_get_attribute($this->env$this->source, (isset($context["oSection"]) || array_key_exists("oSection"$context) ? $context["oSection"] : (function () { throw new RuntimeError('Variable "oSection" does not exist.'6$this->source); })()), "key", [], "any"falsefalsefalse6), [], "array"falsefalsefalse6), "parentKey", [], "any"falsefalsefalse6) == twig_get_attribute($this->env$this->source$context["item"], "key", [], "any"falsefalsefalse6)))) {
  7.                     echo " class=\"active\"";
  8.                 }
  9.                 echo ">";
  10.                 $this->loadTemplate("@FrontendBundle/Default/_menu_image.html.twig""@FrontendBundle/Default/_menu.html.twig"6)->display($context);
  11.                 echo "</a>
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.             echo " homepage";
  2.         }
  3.         echo "'>
  4.         ";
  5.         // line 5
  6.         $this->loadTemplate("@FrontendBundle/Default/_menu.html.twig""@FrontendBundle/Default/_menu_block.html.twig"5)->display(twig_array_merge($context, ["menu" => twig_get_attribute($this->env$this->source, (isset($context["application"]) || array_key_exists("application"$context) ? $context["application"] : (function () { throw new RuntimeError('Variable "application" does not exist.'5$this->source); })()), "getMenu", [=> false], "method"falsefalsefalse5)]));
  7.         // line 6
  8.         echo "    </nav>
  9.     <nav class='languages";
  10.         // line 7
  11.         if (((isset($context["oSection"]) || array_key_exists("oSection"$context) ? $context["oSection"] : (function () { throw new RuntimeError('Variable "oSection" does not exist.'7$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["oSection"]) || array_key_exists("oSection"$context) ? $context["oSection"] : (function () { throw new RuntimeError('Variable "oSection" does not exist.'7$this->source); })()), "masterType", [], "any"falsefalsefalse7) == "homepage"))) {
in vendor/twig/twig/src/Template.php -> block_menu (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.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@FrontendBundle/Default/_menu_block.html.twig"));
  2.         // line 1
  3.         ob_start();
  4.         // line 2
  5.         $this->displayBlock('menu'$context$blocks);
  6.         $___internal_895e55b0a736a45cc597be0fe37ea327d34fa43c9c7951561a0db5a5a0113433_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  7.         // line 1
  8.         echo twig_spaceless($___internal_895e55b0a736a45cc597be0fe37ea327d34fa43c9c7951561a0db5a5a0113433_);
  9.         
  10.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
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.         // line 8
  3.         if (!twig_in_filter("menu_first_in_header"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["application"]) || array_key_exists("application"$context) ? $context["application"] : (function () { throw new RuntimeError('Variable "application" does not exist.'8$this->source); })()), "frontendSettings", [], "any"falsefalsefalse8), "options", [], "any"falsefalsefalse8))) {
  4.             // line 9
  5.             echo "        ";
  6.             $this->loadTemplate("@FrontendBundle/Default/_menu_block.html.twig""@FrontendBundle/Default/header.html.twig"9)->display($context);
  7.             // line 10
  8.             echo "    ";
  9.         }
  10.         $___internal_19043530d4c1ba7da6ef6d1215e5d4fd8f8d6aef952c0268a9b1e3354ebfd3bd_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  11.         // line 1
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.      *
  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.                 $this->twig->display($template->getTemplate(), $parameters);
  2.             };
  3.             $event->setResponse(new StreamedResponse($callback));
  4.         } else {
  5.             $event->setResponse(new Response($this->twig->render($template->getTemplate(), $parameters)));
  6.         }
  7.         // make sure the owner (controller+dependencies) is not cached or stored elsewhere
  8.         $template->setOwner([]);
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             $listener($event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
  1.      * @param object     $event     The event object to pass to the event handlers/listeners
  2.      */
  3.     protected function callListeners(iterable $listenersstring $eventName$event)
  4.     {
  5.         if ($event instanceof Event) {
  6.             $this->doDispatch($listeners$eventName$event);
  7.             return;
  8.         }
  9.         $stoppable $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.         $response $controller(...$arguments);
  2.         // view
  3.         if (!$response instanceof Response) {
  4.             $event = new ViewEvent($this$request$type$response);
  5.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  6.             if ($event->hasResponse()) {
  7.                 $response $event->getResponse();
  8.             } else {
  9.                 $msg sprintf('The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned %s.'$this->varToString($response));
  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.         if (!IpUtils::checkIp('127.0.0.1'$trustedProxies)) {
  2.             Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
  3.         }
  4.         try {
  5.             return $kernel->handle($request$type$catch);
  6.         } finally {
  7.             // restore global state
  8.             Request::setTrustedProxies($trustedProxies$trustedHeaderSet);
  9.         }
  10.     }
  1.             $subRequest->attributes->add($reference->attributes);
  2.         }
  3.         $level ob_get_level();
  4.         try {
  5.             return SubRequestHandler::handle($this->kernel$subRequestHttpKernelInterface::SUB_REQUESTfalse);
  6.         } catch (\Exception $e) {
  7.             // we dispatch the exception event to trigger the logging
  8.             // the response that comes back is ignored
  9.             if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
  10.                 $event = new ExceptionEvent($this->kernel$requestHttpKernelInterface::SUB_REQUEST$e);
  1.         if (!$request $this->requestStack->getCurrentRequest()) {
  2.             throw new \LogicException('Rendering a fragment can only be done when handling a Request.');
  3.         }
  4.         return $this->deliver($this->renderers[$renderer]->render($uri$request$options));
  5.     }
  6.     /**
  7.      * Delivers the Response as a string.
  8.      *
  1.         if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) {
  2.             $this->addRenderer($this->container->get($renderer));
  3.             $this->initialized[$renderer] = true;
  4.         }
  5.         return parent::render($uri$renderer$options);
  6.     }
  7. }
  1.     public function renderFragment($uri$options = [])
  2.     {
  3.         $strategy $options['strategy'] ?? 'inline';
  4.         unset($options['strategy']);
  5.         return $this->handler->render($uri$strategy$options);
  6.     }
  7.     /**
  8.      * Renders a fragment.
  9.      *
  1.         echo "'>
  2.         <div class='container'>
  3.             ";
  4.         // line 92
  5.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Collage\\Bundle\\FrontendBundle\\Controller\\DefaultController::headerAction", ["section" => ((        // line 93
  6. array_key_exists("oSection"$context)) ? ((isset($context["oSection"]) || array_key_exists("oSection"$context) ? $context["oSection"] : (function () { throw new RuntimeError('Variable "oSection" does not exist.'93$this->source); })())) : (null))]));
  7.         echo "
  8.         </div>
  9.     </header>
  10.         ";
  11.         // line 96
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.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeNakedHTMLBundle/404.html.twig"));
  3.         $this->parent $this->loadTemplate("@ThemeNakedHTMLBundle/base_exception.html.twig""@ThemeNakedHTMLBundle/404.html.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
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.      *
  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') && $this->container->get('templating')->supports($view)) {
  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('@ThemeNakedHTMLBundle/404.html.twig', array('language' => 'en')) in src/Collage/Bundle/FrontendBundle/Controller/ExceptionController.php (line 19)
  1.      * @param Request $request
  2.      * @return Response
  3.      */
  4.     public function showAction(Request $request): Response {
  5.         $application $this->applicationManager->findByUrl($request);
  6.         return $this->render('@ThemeNakedHTMLBundle/404.html.twig', ['language' => $application->getDefaultLanguage()]);
  7.     }
  8. }
  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 33)
  1.     Request::HEADER_X_FORWARDED_AWS_ELB
  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);

Logs

No log messages

Stack Trace

RuntimeError

Twig\Error\RuntimeError:
Impossible to access an attribute ("key") on a null variable.

  at src/Collage/Bundle/FrontendBundle/Resources/views/Default/_menu.html.twig:6
  at twig_get_attribute(object(Environment), object(Source), null, 'key', array(), 'any', false, false, false, 6)
     (var/cache/stg/twig/bb/bb965fff4259bdd285ece90c8215cba4df3eeefedebff7ff060b70faeec36114.php:77)
  at __TwigTemplate_779a9862ba4d99ebd5d3dd2ab75cfc8cc1567eafa2cabdae70399b9ef09ebc7a->doDisplay(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'display_mobile_menu' => false, 'menu' => object(Group), 'submenu' => false, '_parent' => array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'display_mobile_menu' => false, 'menu' => object(Group), 'submenu' => false), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'display_mobile_menu' => false, 'menu' => object(Group), 'submenu' => false), 'index0' => 2, 'index' => 3, 'first' => false, 'revindex0' => 9, 'revindex' => 10, 'length' => 12, 'last' => false), 'item' => object(Group), '_key' => 2), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'display_mobile_menu' => false, 'menu' => object(Group)), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'display_mobile_menu' => false, 'menu' => object(Group)))
     (var/cache/stg/twig/e9/e9479ef66d736a7b12111af4cef536b1179b7b0d96895e81584334e35b9b739d.php:79)
  at __TwigTemplate_925dfb15be6dbc16512dcfde7cfdf561274535c13dafe255c9d462d718c2c9e2->block_menu(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'display_mobile_menu' => false), array('menu' => array(object(__TwigTemplate_925dfb15be6dbc16512dcfde7cfdf561274535c13dafe255c9d462d718c2c9e2), 'block_menu')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('menu', array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('menu' => array(object(__TwigTemplate_925dfb15be6dbc16512dcfde7cfdf561274535c13dafe255c9d462d718c2c9e2), 'block_menu')))
     (var/cache/stg/twig/e9/e9479ef66d736a7b12111af4cef536b1179b7b0d96895e81584334e35b9b739d.php:46)
  at __TwigTemplate_925dfb15be6dbc16512dcfde7cfdf561274535c13dafe255c9d462d718c2c9e2->doDisplay(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('menu' => array(object(__TwigTemplate_925dfb15be6dbc16512dcfde7cfdf561274535c13dafe255c9d462d718c2c9e2), 'block_menu')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('menu' => array(object(__TwigTemplate_925dfb15be6dbc16512dcfde7cfdf561274535c13dafe255c9d462d718c2c9e2), 'block_menu')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)))
     (var/cache/stg/twig/f4/f43492cad254b41e6cd57c1b567d2c9d9f5801958f00e71ed2c43f09e55838bc.php:65)
  at __TwigTemplate_3fb671baa187177b379a61fca5c098c758c40c11b500bc32fcb899fa2e4fbcc8->doDisplay(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array(), 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array()))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array()), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array()))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('@FrontendBundle/Default/header.html.twig', array('application' => object(Application), 'sections' => array('homepage' => object(Section), 'homepage-box' => object(Section), 'artist' => object(Group), 'biography' => object(Section), 'chronology' => object(Section), 'archive-header' => object(Section), 'photography-link' => object(Section), 'archiv' => object(Section), 'photography' => object(Section), 'film' => object(Section), 'literature' => object(Section), 'music' => object(Section), 'grants' => object(Group), 'fellowships' => object(Section), 'fellowships-info' => object(Section), 'scholarshipslist' => object(Section), 'scholarships-prizes-info' => object(Section), 'scholarships' => object(Section), 'book-prize' => object(Section), 'book-prize-info' => object(Section), 'publications1' => object(Group), 'publications' => object(Section), 'publications-info' => object(Section), 'publications-other' => object(Section), 'publications-other-info' => object(Section), 'gpf-steidl-book-prize-link' => object(Section), 'education1' => object(Group), 'archive-info' => object(Section), 'gordon-parks-foundation-gallery-link' => object(Section), 'library' => object(Section), 'on-this-day' => object(Section), 'on-this-day-info' => object(Section), 'google-arts' => object(Section), 'google-arts-info' => object(Section), 'additional-resources' => object(Section), 'additional-resources-info' => object(Section), 'news-and-events' => object(Group), 'exhibitions-gpfg' => object(Section), 'exhibitions' => object(Section), 'gallery-fair-presentations' => object(Section), 'educational-public-programming' => object(Section), 'events' => object(Section), 'programs' => object(Section), 'press' => object(Section), 'support' => object(Group), 'general-donations' => object(Section), 'arts-social-justice-fund' => object(Section), 'donate' => object(Section), 'awards' => object(Section), 'gala-info' => object(Section), 'honorees' => object(Section), 'foundation' => object(Group), 'mission' => object(Section), 'dialogues' => object(Section), 'staff-board' => object(Section), 'co-founders' => object(Section), 'board-of-directors' => object(Section), 'staff' => object(Section), 'kunhardt' => object(Section), 'gallery-info' => object(Section), 'office' => object(Section), 'about-the-foundation' => object(Section), 'contact' => object(Section), 'visit' => object(Section), 'follow' => object(Section), 'research' => object(Section), 'mailing-list' => object(Section), 'thank-you' => object(Section)), 'languages' => array(array('key' => 'en', 'name' => 'English', 'link' => '/')), 'language' => 'en', 'oSection' => null, 'wrapLogo' => false, 'logo' => 'https://s3.amazonaws.com/files.collageplatform.com.stg/application/548b3beaaa921a8b5be4cbcc/ef64113fe162f75f029763b841ee1cde.png', 'logoWidth' => 300, 'noHomepage' => false, 'social' => array()))
     (vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:115)
  at Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(object(ViewEvent), 'kernel.view', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ViewEvent), 'kernel.view', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:264)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener)), 'kernel.view', object(ViewEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:239)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.view', object(ViewEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:73)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ViewEvent), 'kernel.view')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ViewEvent), 'kernel.view')
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85)
  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
     (vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:81)
  at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CCollage%255CBundle%255CFrontendBundle%255CController%255CDefaultController%253A%253AheaderAction', object(Request), array('ignore_errors' => false))
     (vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85)
  at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
     (vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:45)
  at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
     (vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:48)
  at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference))
     (var/cache/stg/twig/f5/f5ace8a15daeb35234fd7d80bc245a25452f0036261fee2935f806565e76b292.php:223)
  at __TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6->doDisplay(array('language' => 'en', 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_initJS'), 'content' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_content'), 'bottomJS' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_bottomJS')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_initJS'), 'content' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_content'), 'bottomJS' => array(object(__TwigTemplate_201a16fd83a852deda53f43f1ba724e326a0c3edf5b74d2679936bc35a4b13b6), 'block_bottomJS')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_metatags'), 'content' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_content')))
     (var/cache/stg/twig/ff/ff993ce6459a9d40465656606fe2b4c84ea0947dcdaf4cff1b8ba9283ef899d9.php:49)
  at __TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d->doDisplay(array('language' => 'en', 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_metatags'), 'content' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'appLayout' => '@ThemeBasicSquareBundle', 'appId' => '548b3beaaa921a8b5be4cbcc', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_423,c_limit', 'large_size' => 'w_1080,h_525,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_340,c_lfill', 'small_size' => 'w_246,h_246,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_246,c_lfill', 'grid_fitted_size' => 'w_246,h_246,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_330,h_330,c_lfill', 'associated_news' => 'w_196,h_196,c_lfill', 'news_thumb_size' => 'w_330,h_330,c_lfill', 'press_thumb_size' => 'w_196,h_196,c_lfill', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_330,h_330,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '54.160.133.33', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_REFERER' => 'http://gordonparksfoundation.collagesite.net/foundation/office', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'gordonparksfoundation.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.237', 'REMOTE_PORT' => '51720', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/exception/info', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711616550.562815, 'REQUEST_TIME' => 1711616550, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_metatags'), 'content' => array(object(__TwigTemplate_32b8b4768841acf17478eaf3e5afe81b3df2bd7fea7f1d6b69c7b917d182dd1d), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en'))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en'), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('language' => 'en'))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('@ThemeNakedHTMLBundle/404.html.twig', array('language' => 'en'))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:235)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ThemeNakedHTMLBundle/404.html.twig', array('language' => 'en'))
     (src/Collage/Bundle/FrontendBundle/Controller/ExceptionController.php:19)
  at App\Collage\Bundle\FrontendBundle\Controller\ExceptionController->showAction(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:33)