Error 500 Internal Server Error

GET https://euromouldings.accept.vzw.io/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald

Forwarded to ErrorController (6c9e00)

Exceptions

An exception has been thrown during the rendering of a template ("No alive nodes found in your cluster") in core/base.html.twig at line 32.

Exceptions 2

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#5112
  -lineno: 32
  -rawMessage: "An exception has been thrown during the rendering of a template ("No alive nodes found in your cluster")."
  -source: Twig\Source {#8384
    -code: """
      <!DOCTYPE html>\n
      <html lang="{{ app.request.locale|split('_')[0] }}">\n
      <head>\n
          <meta charset="utf-8">\n
          <meta http-equiv="X-UA-Compatible" content="IE=edge">\n
          <meta name="viewport" content="width=device-width, initial-scale=1">\n
      \n
          <link rel="preconnect" href="https://fonts.googleapis.com">\n
          <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>\n
          <link rel="apple-touch-icon" sizes="180x180" href="build/frontend/images/{{ request.webspaceKey }}/apple-touch-icon.png">\n
          <link rel="icon" type="image/png" sizes="32x32" href="build/frontend/images/{{ request.webspaceKey }}/favicon-32x32.png">\n
          <link rel="icon" type="image/png" sizes="16x16" href="build/frontend/images/{{ request.webspaceKey }}/favicon-16x16.png">\n
          <link rel="manifest" href="build/frontend/images/{{ request.webspaceKey }}/site.webmanifest">\n
          <meta name="msapplication-TileColor" content="#da532c">\n
          <meta name="theme-color" content="#ffffff">\n
      \n
      \n
          <link rel="preconnect" href="https://fonts.googleapis.com">\n
          <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\n
      \n
          {% block fonts %}\n
              <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap" />\n
              <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap" rel="stylesheet">\n
              <link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">\n
              <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap" rel="stylesheet">\n
          {% endblock %}\n
      \n
          {% block title %}{% endblock %}\n
          {% block meta %}\n
              {% include "@SuluWebsite/Extension/seo.html.twig" with {\n
                  "seo": extension.seo|default([]),\n
                  "content": content|default([]),\n
                  "localizations": localizations|default([]),\n
                  "shadowBaseLocale": shadowBaseLocale|default(),\n
                  "defaultLocale": app.request.locale\n
              } %}\n
          {% endblock %}\n
      \n
          {% block og %}\n
              {% if content is defined and content.title is defined and content.title is not empty %}\n
                  <meta property="og:title" content="{{ extension.seo.title|default(content.title) }}" />\n
                  <meta property="og:description" content="{{ extension.seo.description|striptags|default(content.text|striptags|slice(0, 155) ~ '...'|default()) }}" />\n
                  <meta property="og:type" content="article" />\n
                  <meta property="og:url" content="{{ app.request.uri }}" />\n
                  <meta property="og:image" content="{{ app.request.getSchemeAndHttpHost() }}{{ content.header_image.url|default(content.extension.excerpt.images[0].url|default(content.image.url|default())) }}" />\n
              {% endif %}\n
          {% endblock %}\n
      \n
          {% include 'partials/seo/gtm_header.html.twig' %}\n
      \n
          {% block style %}\n
              {{ encore_entry_link_tags('frontend') }}\n
          {% endblock %}\n
      </head>\n
      <body>\n
      \n
          {% include 'partials/seo/gtm_body.html.twig' %}\n
      \n
          <div class="global-container">\n
              <header>\n
                  {% block header %}\n
                      {% include 'partials/menu.html.twig' %}\n
                  {% endblock %}\n
              </header>\n
      \n
              <section id="content" class="position-relative border-bottom">\n
                  {% block content %}{% endblock %}\n
              </section>\n
      \n
              <footer class="position-fixed bottom-0 left-0 right-0">\n
                  {% block footer %}\n
                      {% include 'partials/footer.html.twig' %}\n
                  {% endblock %}\n
              </footer>\n
          </div>\n
      \n
          {% block javascripts %}\n
              {{ encore_entry_script_tags('frontend') }}\n
          {% endblock %}\n
      </body>\n
      </html>\n
      """
    -name: "core/base.html.twig"
    -path: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/templates/core/base.html.twig"
  }
  -phpFile: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php"
  -phpLine: 460
}
  1.     {% block title %}{% endblock %}
  2.     {% block meta %}
  3.         {% include "@SuluWebsite/Extension/seo.html.twig" with {
  4.             "seo": extension.seo|default([]),
  5.             "content": content|default([]),
  6.             "localizations": localizations|default([]),
  7.             "shadowBaseLocale": shadowBaseLocale|default(),
  8.             "defaultLocale": app.request.locale
  9.         } %}
  10.     {% endblock %}
  1.     ";
  2.         // line 28
  3.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  4.         // line 29
  5.         yield "    ";
  6.         yield from $this->unwrap()->yieldBlock('meta'$context$blocks);
  7.         // line 38
  8.         yield "
  9.     ";
  10.         // line 39
  11.         yield from $this->unwrap()->yieldBlock('og'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  3.         $this->parent $this->load("core/base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""articles/news.html.twig"));
  3.         $this->parent $this->load("base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  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.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if (null !== $block) {
  2.             return $this->container->get('twig')->load($view)->renderBlock($block$parameters);
  3.         }
  4.         return $this->container->get('twig')->render($view$parameters);
  5.     }
  6.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  7.     {
  8.         $content $this->doRenderView($view$block$parameters$method);
  1.         return $this->container->get('twig')->render($view$parameters);
  2.     }
  3.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  4.     {
  5.         $content $this->doRenderView($view$block$parameters$method);
  6.         $response ??= new Response();
  7.         if (200 === $response->getStatusCode()) {
  8.             foreach ($parameters as $v) {
  9.                 if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1.      * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2.      * Forms found in parameters are auto-cast to form views.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         return $this->doRender($viewnull$parameters$response__FUNCTION__);
  7.     }
  8.     /**
  9.      * Renders a block in a view.
  10.      *
  1.                     '@SuluWebsite/Preview/preview.html.twig',
  2.                     \array_merge($data$parameters),
  3.                     $this->createResponse($request)
  4.                 );
  5.             } else {
  6.                 return $this->render(
  7.                     $viewTemplate,
  8.                     $data,
  9.                     $this->createResponse($request)
  10.                 );
  11.             }
  1.         string $view,
  2.         int $pageNumber 1,
  3.         bool $preview false,
  4.         bool $partial false
  5.     ): Response {
  6.         return $this->renderArticle($request$object$view$pageNumber$preview$partial);
  7.     }
  8.     /**
  9.      * Render article with given view.
  10.      */
in vendor/symfony/http-kernel/HttpKernel.php -> indexAction (line 183)
  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$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  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() in public/index.php (line 69)
  1. // When using the HttpCache, you need to call the method in your front controller
  2. // instead of relying on the configuration parameter
  3. // https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-override
  4. Request::enableHttpMethodParameterOverride();
  5. $request Request::createFromGlobals();
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Elasticsearch\Common\Exceptions\ NoNodesAvailableException

No alive nodes found in your cluster

  1.             if ($this->readyToRevive($connection) === true) {
  2.                 return $connection;
  3.             }
  4.         }
  5.         throw new NoNodesAvailableException("No alive nodes found in your cluster");
  6.     }
  7.     public function scheduleCheck(): void
  8.     {
  9.     }
  1.      * Returns a single connection from the connection pool
  2.      * Potentially performs a sniffing step before returning
  3.      */
  4.     public function getConnection(): ConnectionInterface
  5.     {
  6.         return $this->connectionPool->nextConnection();
  7.     }
  8.     /**
  9.      * Perform a request to the Cluster
  10.      *
  1.      * @throws Common\Exceptions\NoNodesAvailableException|\Exception
  2.      */
  3.     public function performRequest(string $methodstring $uri, array $params = [], $body null, array $options = []): FutureArrayInterface
  4.     {
  5.         try {
  6.             $connection  $this->getConnection();
  7.         } catch (Exceptions\NoNodesAvailableException $exception) {
  8.             $this->log->critical('No alive nodes found in cluster');
  9.             throw $exception;
  10.         }
  1.                                 $shouldRetry $transport->shouldRetry($request);
  2.                                 $shouldRetryText = ($shouldRetry) ? 'true' 'false';
  3.                                 $this->log->warning("Retries left? $shouldRetryText");
  4.                                 if ($shouldRetry && !$neverRetry) {
  5.                                     return $transport->performRequest(
  6.                                         $request['http_method'],
  7.                                         $request['uri'],
  8.                                         [],
  9.                                         $request['body'],
  10.                                         $options
in vendor/react/promise/src/Internal/FulfilledPromise.php -> Elasticsearch\Connections\{closure} (line 47)
  1.         try {
  2.             /**
  3.              * @var PromiseInterface<T>|T $result
  4.              */
  5.             $result $onFulfilled($this->value);
  6.             return resolve($result);
  7.         } catch (\Throwable $exception) {
  8.             return new RejectedPromise($exception);
  9.         }
  10.     }
  1.      */
  2.     public function then(
  3.         ?callable $onFulfilled null,
  4.         ?callable $onRejected null
  5.     ) {
  6.         return $this->promise()->then($onFulfilled$onRejected);
  7.     }
  8. }
  1.         ?callable $onFulfilled null,
  2.         ?callable $onRejected null,
  3.         ?callable $onProgress null
  4.     ) {
  5.         return new FutureArray(
  6.             $future->then($onFulfilled$onRejected$onProgress),
  7.             [$future'wait'],
  8.             [$future'cancel']
  9.         );
  10.     }
  1.             $this->lastRequest = [];
  2.             $this->lastRequest['request'] = $request;
  3.             // Send the request using the wrapped handler.
  4.             $response =  Core::proxy(
  5.                 $handler($request), 
  6.                 function ($response) use ($connection$transport$request$options) {
  7.                     $this->lastRequest['response'] = $response;
  1.         if (empty($request['client'])) {
  2.             unset($request['client']);
  3.         }
  4.         $handler $this->handler;
  5.         $future $handler($request$this$transport$options);
  6.         return $future;
  7.     }
  8.     public function getTransportSchema(): string
  1.         $response             = [];
  2.         $caughtException      null;
  3.         $this->lastConnection $connection;
  4.         $future $connection->performRequest(
  5.             $method,
  6.             $uri,
  7.             $params,
  8.             $body,
  9.             $options,
  1.     /**
  2.      * @return callable|array
  3.      */
  4.     private function performRequest(AbstractEndpoint $endpoint)
  5.     {
  6.         $promise =  $this->transport->performRequest(
  7.             $endpoint->getMethod(),
  8.             $endpoint->getURI(),
  9.             $endpoint->getParams(),
  10.             $endpoint->getBody(),
  11.             $endpoint->getOptions()
  1.         $endpoint->setParams($params);
  2.         $endpoint->setIndex($index);
  3.         $endpoint->setType($type);
  4.         $endpoint->setBody($body);
  5.         return $this->performRequest($endpoint);
  6.     }
  7.     /**
  8.      * Searches a vector tile for geospatial values. Returns results as a binary Mapbox vector tile.
  9.      *
  10.      * $params['index']            = (list) Comma-separated list of data streams, indices, or aliases to search
  1.         if (!empty($queryStringParams)) {
  2.             $params array_merge($queryStringParams$params);
  3.         }
  4.         $this->stopwatch('start''search');
  5.         $result $this->client->search($params);
  6.         $this->stopwatch('stop''search');
  7.         return $result;
  8.     }
  1.      *
  2.      * @return array
  3.      */
  4.     private function executeSearch(Search $search)
  5.     {
  6.         return $this->getManager()->search([$this->getType()], $search->toArray(), $search->getUriParams());
  7.     }
  8.     /**
  9.      * Counts documents by given search.
  10.      *
  1.      *
  2.      * @return DocumentIterator
  3.      */
  4.     public function findDocuments(Search $search)
  5.     {
  6.         $results $this->executeSearch($search);
  7.         return new DocumentIterator(
  8.             $results,
  9.             $this->getManager(),
  10.             $this->getScrollConfiguration($results$search->getScroll())
  1.             $targetGroupQuery = new BoolQuery();
  2.             $targetGroupQuery->add(new TermQuery('excerpt.audience_targeting_groups'$targetGroup), BoolQuery::MUST);
  3.             $search->addQuery($targetGroupQuery);
  4.         }
  5.         return $repository->findDocuments($search);
  6.     }
  7.     /**
  8.      * Initialize search with neccesary queries.
  9.      */
  1.         $filters['excluded'] = $this->getExcludedFilter($filters$propertyParameter);
  2.         /** @var string|null $locale */
  3.         $locale $options['locale'];
  4.         $webspaceKey $this->getWebspaceKey($propertyParameter$options);
  5.         $queryResult $this->getSearchResult($filters$limit$page$pageSize$locale$webspaceKey);
  6.         $result = [];
  7.         /** @var ArticleViewDocumentInterface $document */
  8.         foreach ($queryResult as $document) {
  9.             $this->referenceStore->add($document->getUuid());
  1.                 !empty($limit) ? \intval($limit) : null,
  2.                 $page,
  3.                 $pageSize
  4.             );
  5.         } else {
  6.             $data $provider->resolveResourceItems(
  7.                 $filters,
  8.                 $params,
  9.                 $options,
  10.                 !empty($limit) ? \intval($limit) : null,
  11.                 1
  1.         $params \array_merge(
  2.             $this->getDefaultParams($property),
  3.             $property->getParams()
  4.         );
  5.         $this->getContentData($property);
  6.         $config $property->getValue();
  7.         $config \array_merge(
  8.             [
  9.                 'dataSource' => null,
  1.         }
  2.         foreach ($structure->getProperties(true) as $property) {
  3.             if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
  4.                 $contentType $this->contentTypeManager->get($property->getContentTypeName());
  5.                 $data['view'][$property->getName()] = $contentType->getViewData($property);
  6.                 $data['content'][$property->getName()] = $contentType->getContentData($property);
  7.             }
  8.         }
  9.         return $data;
  1.                 }
  2.                 $snippet->setIsShadow(null !== $shadowLocale);
  3.                 $snippet->setShadowBaseLanguage($shadowLocale);
  4.                 $resolved $this->structureResolver->resolve($snippet$loadExcerpt);
  5.                 if ($loadExcerpt) {
  6.                     $resolved['content']['taxonomies'] = [
  7.                         'categories' => $resolved['extension']['excerpt']['categories'],
  8.                         'tags' => $resolved['extension']['excerpt']['tags'],
  9.                     ];
  1.         if (empty($snippetUuid)) {
  2.             return null;
  3.         }
  4.         /** @var array[] $resolvedSnippets */
  5.         $resolvedSnippets $this->snippetResolver->resolve(
  6.             [$snippetUuid],
  7.             $webspaceKey,
  8.             $locale,
  9.             $shadowLocale,
  10.             $loadExcerpt
  1.         }
  2.     }
  3.     public function getContentData(PropertyInterface $property)
  4.     {
  5.         $resolvedSnippet $this->resolveSnippet($property);
  6.         if (null === $resolvedSnippet) {
  7.             return null;
  8.         }
  1.             if (\array_key_exists($child->getName(), $data)) {
  2.                 $child->setValue($data[$child->getName()]);
  3.             }
  4.             $contentType $this->contentTypeManager->get($child->getContentTypeName());
  5.             $content[$child->getName()] = $contentType->getContentData($child);
  6.         }
  7.         return $content;
  8.     }
  1.                 $method,
  2.                 array $parameters,
  3.                 &$initializer
  4.             ) use ($structure$data) {
  5.                 $initializer null;
  6.                 $wrappedObject = new \ArrayObject($this->resolveContent($structure$data));
  7.                 return true;
  8.             }
  9.         );
  10.     }
  1.     }
  2.     #[\ReturnTypeWillChange]
  3.     public function count()
  4.     {
  5.         $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46$this'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 $valueHolderb7a46;
  6.         return $this->valueHolderb7a46->count();
  7.     }
  8.     #[\ReturnTypeWillChange]
  1.     }
  2.     #[\ReturnTypeWillChange]
  3.     public function count()
  4.     {
  5.         $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46$this'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 $valueHolderb7a46;
  6.         return $this->valueHolderb7a46->count();
  7.     }
  8.     #[\ReturnTypeWillChange]
  1.      * @internal
  2.      */
  3.     public static function testEmpty($value): bool
  4.     {
  5.         if ($value instanceof \Countable) {
  6.             return === \count($value);
  7.         }
  8.         if ($value instanceof \Traversable) {
  9.             return !iterator_count($value);
  10.         }
  1.     /**
  2.      * @internal
  3.      */
  4.     public static function default($value$default '')
  5.     {
  6.         if (self::testEmpty($value)) {
  7.             return $default;
  8.         }
  9.         return $value;
  10.     }
  1.         // line 30
  2.         yield "        ";
  3.         yield from $this->load("@SuluWebsite/Extension/seo.html.twig"30)->unwrap()->yield(CoreExtension::merge($context, ["seo" => ((CoreExtension::getAttribute($this->env$this->source,         // line 31
  4. ($context["extension"] ?? null), "seo", [], "any"truetruefalse31)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, (isset($context["extension"]) || array_key_exists("extension"$context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.'31$this->source); })()), "seo", [], "any"falsefalsefalse31), [])) : ([])), "content" => ((        // line 32
  5. array_key_exists("content"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'32$this->source); })()), [])) : ([])), "localizations" => ((        // line 33
  6. array_key_exists("localizations"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["localizations"]) || array_key_exists("localizations"$context) ? $context["localizations"] : (function () { throw new RuntimeError('Variable "localizations" does not exist.'33$this->source); })()), [])) : ([])), "shadowBaseLocale" => ((        // line 34
  7. array_key_exists("shadowBaseLocale"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["shadowBaseLocale"]) || array_key_exists("shadowBaseLocale"$context) ? $context["shadowBaseLocale"] : (function () { throw new RuntimeError('Variable "shadowBaseLocale" does not exist.'34$this->source); })()))) : ("")), "defaultLocale" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 35
  8. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'35$this->source); })()), "request", [], "any"falsefalsefalse35), "locale", [], "any"falsefalsefalse35)]));
  9.         // line 37
  10.         yield "    ";
in vendor/twig/twig/src/Template.php -> block_meta (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.     ";
  2.         // line 28
  3.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  4.         // line 29
  5.         yield "    ";
  6.         yield from $this->unwrap()->yieldBlock('meta'$context$blocks);
  7.         // line 38
  8.         yield "
  9.     ";
  10.         // line 39
  11.         yield from $this->unwrap()->yieldBlock('og'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  3.         $this->parent $this->load("core/base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""articles/news.html.twig"));
  3.         $this->parent $this->load("base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  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.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if (null !== $block) {
  2.             return $this->container->get('twig')->load($view)->renderBlock($block$parameters);
  3.         }
  4.         return $this->container->get('twig')->render($view$parameters);
  5.     }
  6.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  7.     {
  8.         $content $this->doRenderView($view$block$parameters$method);
  1.         return $this->container->get('twig')->render($view$parameters);
  2.     }
  3.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  4.     {
  5.         $content $this->doRenderView($view$block$parameters$method);
  6.         $response ??= new Response();
  7.         if (200 === $response->getStatusCode()) {
  8.             foreach ($parameters as $v) {
  9.                 if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1.      * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2.      * Forms found in parameters are auto-cast to form views.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         return $this->doRender($viewnull$parameters$response__FUNCTION__);
  7.     }
  8.     /**
  9.      * Renders a block in a view.
  10.      *
  1.                     '@SuluWebsite/Preview/preview.html.twig',
  2.                     \array_merge($data$parameters),
  3.                     $this->createResponse($request)
  4.                 );
  5.             } else {
  6.                 return $this->render(
  7.                     $viewTemplate,
  8.                     $data,
  9.                     $this->createResponse($request)
  10.                 );
  11.             }
  1.         string $view,
  2.         int $pageNumber 1,
  3.         bool $preview false,
  4.         bool $partial false
  5.     ): Response {
  6.         return $this->renderArticle($request$object$view$pageNumber$preview$partial);
  7.     }
  8.     /**
  9.      * Render article with given view.
  10.      */
in vendor/symfony/http-kernel/HttpKernel.php -> indexAction (line 183)
  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$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  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() in public/index.php (line 69)
  1. // When using the HttpCache, you need to call the method in your front controller
  2. // instead of relying on the configuration parameter
  3. // https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-override
  4. Request::enableHttpMethodParameterOverride();
  5. $request Request::createFromGlobals();
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs

Level Channel Message
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ONGR\ElasticsearchBundle\ONGRElasticsearchBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\PageBundle\Form\Type\AbstractStructureBehaviorType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticleDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticleDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticlePageDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticlePageDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\UnstructuredType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getDeclaringNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isAutoCreated()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isMandatory()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getOnParentVersion()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isProtected()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryTypeName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::allowsSameNameSiblings()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\WebsiteArticleUrlsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Structure\StructureBridge" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\DateShardingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\PageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\WebspaceSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "PHPCR\Query\QueryManagerInterface::createQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Webspace\Manager\WebspaceCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Localization\Localization" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead.
{
    "exception": {}
}
INFO 17:51:33 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "10cccb"
    },
    "request_uri": "https://euromouldings.accept.vzw.io/_profiler/10cccb?panel=exception&type=request",
    "method": "GET"
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\ZoneMatcherListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\Routing\\RequestListener::onRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SystemListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\TranslatorListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\BodyListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\SecurityListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\FormBundle\\Event\\RequestListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener::setActiveThemeOnRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\ThemeBundle\\EventListener\\SetThemeEventListener::setActiveThemeOnRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\AttributesListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\MediaBundle\\FileInspector\\UploadFileSubscriber::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 17:51:33 event Notified event "kernel.request" to listener "Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber::onRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\FormBundle\\Event\\ProtectedMediaSubscriber::onRequest"
}
DEBUG 17:51:33 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 17:51:33 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 17:51:33 event Notified event "kernel.controller" to listener "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SuluSecurityListener::onKernelController"
}
DEBUG 17:51:33 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
DEBUG 17:51:33 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 17:51:33 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 17:51:33 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 17:51:33 event Notified event "kernel.controller_arguments" to listener "Container1OuJpve\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container1OuJpve\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 17:51:33 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 17:51:33 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("No alive nodes found in your cluster") in "core/base.html.twig" at line 32.

  at templates/core/base.html.twig:32
  at Twig\Template->yieldBlock()
     (var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:102)
  at __TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->doDisplay()
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield()
     (var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php:53)
  at __TwigTemplate_56a1461a1987a94de041b15cc280323a->doDisplay()
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield()
     (var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php:53)
  at __TwigTemplate_81a9775110436d82b11ad4fa1e75939f->doDisplay()
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield()
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:463)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:468)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:282)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render()
     (vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:104)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle()
     (vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction()
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:69)                
[1/2] NoNodesAvailableException
Elasticsearch\Common\Exceptions\NoNodesAvailableException:
No alive nodes found in your cluster

  at vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php:64
  at Elasticsearch\ConnectionPool\StaticNoPingConnectionPool->nextConnection()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php:82)
  at Elasticsearch\Transport->getConnection()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php:99)
  at Elasticsearch\Transport->performRequest()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:296)
  at Elasticsearch\Connections\Connection->Elasticsearch\Connections\{closure}()
     (vendor/react/promise/src/Internal/FulfilledPromise.php:47)
  at React\Promise\Internal\FulfilledPromise->then()
     (vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php:66)
  at GuzzleHttp\Ring\Future\CompletedFutureValue->then()
     (vendor/ezimuel/ringphp/src/Core.php:341)
  at GuzzleHttp\Ring\Core::proxy()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:264)
  at Elasticsearch\Connections\Connection->Elasticsearch\Connections\{closure}()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:241)
  at Elasticsearch\Connections\Connection->performRequest()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php:109)
  at Elasticsearch\Transport->performRequest()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1924)
  at Elasticsearch\Client->performRequest()
     (vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1353)
  at Elasticsearch\Client->search()
     (vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php:305)
  at ONGR\ElasticsearchBundle\Service\Manager->search()
     (vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:289)
  at ONGR\ElasticsearchBundle\Service\Repository->executeSearch()
     (vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:234)
  at ONGR\ElasticsearchBundle\Service\Repository->findDocuments()
     (vendor/sulu/article-bundle/Content/ArticleDataProvider.php:323)
  at Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->getSearchResult()
     (vendor/sulu/article-bundle/Content/ArticleDataProvider.php:214)
  at Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->resolveResourceItems()
     (vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:246)
  at Sulu\Component\SmartContent\ContentType->getContentData()
     (vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273)
  at Sulu\Component\SmartContent\ContentType->getViewData()
     (vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134)
  at Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve()
     (vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76)
  at Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve()
     (vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:104)
  at Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->resolveSnippet()
     (vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:47)
  at Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->getContentData()
     (vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:91)
  at Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->resolveContent()
     (vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:70)
  at Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->Sulu\Bundle\ArticleBundle\Document\Structure\{closure}()
     (var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77)
  at Closure->__invoke()
     (var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77)
  at ProxyManagerGeneratedProxy\__PM__\ArrayObject\Generated14dabc77d755f8a3361469d66c459841->count()
     (vendor/twig/twig/src/Extension/CoreExtension.php:1417)
  at Twig\Extension\CoreExtension::testEmpty()
     (vendor/twig/twig/src/Extension/CoreExtension.php:902)
  at Twig\Extension\CoreExtension::default()
     (var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:233)
  at __TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->block_meta()
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock()
     (var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:102)
  at __TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->doDisplay()
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield()
     (var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php:53)
  at __TwigTemplate_56a1461a1987a94de041b15cc280323a->doDisplay()
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield()
     (var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php:53)
  at __TwigTemplate_81a9775110436d82b11ad4fa1e75939f->doDisplay()
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield()
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:463)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:468)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:282)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render()
     (vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:104)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle()
     (vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction()
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:69)