Exceptions
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 }
in
templates/core/base.html.twig
(line 32)
{% block title %}{% endblock %}{% block meta %}{% include "@SuluWebsite/Extension/seo.html.twig" with {"seo": extension.seo|default([]),"content": content|default([]),"localizations": localizations|default([]),"shadowBaseLocale": shadowBaseLocale|default(),"defaultLocale": app.request.locale} %}{% endblock %}
in
var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php
->
yieldBlock
(line 102)
";// line 28yield from $this->unwrap()->yieldBlock('title', $context, $blocks);// line 29yield " ";yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);// line 38yield "";// line 39yield from $this->unwrap()->yieldBlock('og', $context, $blocks);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));$this->parent = $this->load("core/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "articles/news.html.twig"));$this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 463)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 468)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 282)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
in
vendor/sulu/article-bundle/Controller/WebsiteArticleController.php
->
render
(line 104)
'@SuluWebsite/Preview/preview.html.twig',\array_merge($data, $parameters),$this->createResponse($request));} else {return $this->render($viewTemplate,$data,$this->createResponse($request));}
in
vendor/sulu/article-bundle/Controller/WebsiteArticleController.php
->
renderArticle
(line 46)
string $view,int $pageNumber = 1,bool $preview = false,bool $partial = false): Response {return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);}/*** Render article with given view.*/
in
vendor/symfony/http-kernel/HttpKernel.php
->
indexAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
// When using the HttpCache, you need to call the method in your front controller// instead of relying on the configuration parameter// https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-overrideRequest::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Elasticsearch\Common\Exceptions\ NoNodesAvailableException
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php
(line 64)
if ($this->readyToRevive($connection) === true) {return $connection;}}throw new NoNodesAvailableException("No alive nodes found in your cluster");}public function scheduleCheck(): void{}
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php
->
nextConnection
(line 82)
* Returns a single connection from the connection pool* Potentially performs a sniffing step before returning*/public function getConnection(): ConnectionInterface{return $this->connectionPool->nextConnection();}/*** Perform a request to the Cluster*
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php
->
getConnection
(line 99)
* @throws Common\Exceptions\NoNodesAvailableException|\Exception*/public function performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface{try {$connection = $this->getConnection();} catch (Exceptions\NoNodesAvailableException $exception) {$this->log->critical('No alive nodes found in cluster');throw $exception;}
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php
->
performRequest
(line 296)
$shouldRetry = $transport->shouldRetry($request);$shouldRetryText = ($shouldRetry) ? 'true' : 'false';$this->log->warning("Retries left? $shouldRetryText");if ($shouldRetry && !$neverRetry) {return $transport->performRequest($request['http_method'],$request['uri'],[],$request['body'],$options
in
vendor/react/promise/src/Internal/FulfilledPromise.php
->
Elasticsearch\Connections\{closure}
(line 47)
try {/*** @var PromiseInterface<T>|T $result*/$result = $onFulfilled($this->value);return resolve($result);} catch (\Throwable $exception) {return new RejectedPromise($exception);}}
in
vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php
->
then
(line 66)
*/public function then(?callable $onFulfilled = null,?callable $onRejected = null) {return $this->promise()->then($onFulfilled, $onRejected);}}
in
vendor/ezimuel/ringphp/src/Core.php
->
then
(line 341)
?callable $onFulfilled = null,?callable $onRejected = null,?callable $onProgress = null) {return new FutureArray($future->then($onFulfilled, $onRejected, $onProgress),[$future, 'wait'],[$future, 'cancel']);}
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php
::
proxy
(line 264)
$this->lastRequest = [];$this->lastRequest['request'] = $request;// Send the request using the wrapped handler.$response = Core::proxy($handler($request),function ($response) use ($connection, $transport, $request, $options) {$this->lastRequest['response'] = $response;
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php
->
Elasticsearch\Connections\{closure}
(line 241)
if (empty($request['client'])) {unset($request['client']);}$handler = $this->handler;$future = $handler($request, $this, $transport, $options);return $future;}public function getTransportSchema(): string
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php
->
performRequest
(line 109)
$response = [];$caughtException = null;$this->lastConnection = $connection;$future = $connection->performRequest($method,$uri,$params,$body,$options,
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php
->
performRequest
(line 1924)
/*** @return callable|array*/private function performRequest(AbstractEndpoint $endpoint){$promise = $this->transport->performRequest($endpoint->getMethod(),$endpoint->getURI(),$endpoint->getParams(),$endpoint->getBody(),$endpoint->getOptions()
in
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php
->
performRequest
(line 1353)
$endpoint->setParams($params);$endpoint->setIndex($index);$endpoint->setType($type);$endpoint->setBody($body);return $this->performRequest($endpoint);}/*** Searches a vector tile for geospatial values. Returns results as a binary Mapbox vector tile.** $params['index'] = (list) Comma-separated list of data streams, indices, or aliases to search
in
vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php
->
search
(line 305)
if (!empty($queryStringParams)) {$params = array_merge($queryStringParams, $params);}$this->stopwatch('start', 'search');$result = $this->client->search($params);$this->stopwatch('stop', 'search');return $result;}
in
vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php
->
search
(line 289)
** @return array*/private function executeSearch(Search $search){return $this->getManager()->search([$this->getType()], $search->toArray(), $search->getUriParams());}/*** Counts documents by given search.*
in
vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php
->
executeSearch
(line 234)
** @return DocumentIterator*/public function findDocuments(Search $search){$results = $this->executeSearch($search);return new DocumentIterator($results,$this->getManager(),$this->getScrollConfiguration($results, $search->getScroll())
in
vendor/sulu/article-bundle/Content/ArticleDataProvider.php
->
findDocuments
(line 323)
$targetGroupQuery = new BoolQuery();$targetGroupQuery->add(new TermQuery('excerpt.audience_targeting_groups', $targetGroup), BoolQuery::MUST);$search->addQuery($targetGroupQuery);}return $repository->findDocuments($search);}/*** Initialize search with neccesary queries.*/
in
vendor/sulu/article-bundle/Content/ArticleDataProvider.php
->
getSearchResult
(line 214)
$filters['excluded'] = $this->getExcludedFilter($filters, $propertyParameter);/** @var string|null $locale */$locale = $options['locale'];$webspaceKey = $this->getWebspaceKey($propertyParameter, $options);$queryResult = $this->getSearchResult($filters, $limit, $page, $pageSize, $locale, $webspaceKey);$result = [];/** @var ArticleViewDocumentInterface $document */foreach ($queryResult as $document) {$this->referenceStore->add($document->getUuid());
in
vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php
->
resolveResourceItems
(line 246)
!empty($limit) ? \intval($limit) : null,$page,$pageSize);} else {$data = $provider->resolveResourceItems($filters,$params,$options,!empty($limit) ? \intval($limit) : null,1
in
vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php
->
getContentData
(line 273)
$params = \array_merge($this->getDefaultParams($property),$property->getParams());$this->getContentData($property);$config = $property->getValue();$config = \array_merge(['dataSource' => null,
in
vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php
->
getViewData
(line 134)
}foreach ($structure->getProperties(true) as $property) {if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {$contentType = $this->contentTypeManager->get($property->getContentTypeName());$data['view'][$property->getName()] = $contentType->getViewData($property);$data['content'][$property->getName()] = $contentType->getContentData($property);}}return $data;
in
vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php
->
resolve
(line 76)
}$snippet->setIsShadow(null !== $shadowLocale);$snippet->setShadowBaseLanguage($shadowLocale);$resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);if ($loadExcerpt) {$resolved['content']['taxonomies'] = ['categories' => $resolved['extension']['excerpt']['categories'],'tags' => $resolved['extension']['excerpt']['tags'],];
in
vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php
->
resolve
(line 104)
if (empty($snippetUuid)) {return null;}/** @var array[] $resolvedSnippets */$resolvedSnippets = $this->snippetResolver->resolve([$snippetUuid],$webspaceKey,$locale,$shadowLocale,$loadExcerpt
in
vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php
->
resolveSnippet
(line 47)
}}public function getContentData(PropertyInterface $property){$resolvedSnippet = $this->resolveSnippet($property);if (null === $resolvedSnippet) {return null;}
in
vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php
->
getContentData
(line 91)
if (\array_key_exists($child->getName(), $data)) {$child->setValue($data[$child->getName()]);}$contentType = $this->contentTypeManager->get($child->getContentTypeName());$content[$child->getName()] = $contentType->getContentData($child);}return $content;}
in
vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php
->
resolveContent
(line 70)
$method,array $parameters,&$initializer) use ($structure, $data) {$initializer = null;$wrappedObject = new \ArrayObject($this->resolveContent($structure, $data));return true;});}
in
var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php
->
Sulu\Bundle\ArticleBundle\Document\Structure\{closure}
(line 77)
}#[\ReturnTypeWillChange]public function count(){$this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;return $this->valueHolderb7a46->count();}#[\ReturnTypeWillChange]
in
var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php
->
__invoke
(line 77)
}#[\ReturnTypeWillChange]public function count(){$this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;return $this->valueHolderb7a46->count();}#[\ReturnTypeWillChange]
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
count
(line 1417)
* @internal*/public static function testEmpty($value): bool{if ($value instanceof \Countable) {return 0 === \count($value);}if ($value instanceof \Traversable) {return !iterator_count($value);}
in
vendor/twig/twig/src/Extension/CoreExtension.php
::
testEmpty
(line 902)
/*** @internal*/public static function default($value, $default = ''){if (self::testEmpty($value)) {return $default;}return $value;}
in
var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php
::
default
(line 233)
// line 30yield " ";yield from $this->load("@SuluWebsite/Extension/seo.html.twig", 30)->unwrap()->yield(CoreExtension::merge($context, ["seo" => ((CoreExtension::getAttribute($this->env, $this->source, // line 31($context["extension"] ?? null), "seo", [], "any", true, true, false, 31)) ? (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", false, false, false, 31), [])) : ([])), "content" => (( // line 32array_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 33array_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 34array_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->source, CoreExtension::getAttribute($this->env, $this->source, // line 35(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 35, $this->source); })()), "request", [], "any", false, false, false, 35), "locale", [], "any", false, false, false, 35)]));// line 37yield " ";
in
vendor/twig/twig/src/Template.php
->
block_meta
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php
->
yieldBlock
(line 102)
";// line 28yield from $this->unwrap()->yieldBlock('title', $context, $blocks);// line 29yield " ";yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);// line 38yield "";// line 39yield from $this->unwrap()->yieldBlock('og', $context, $blocks);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));$this->parent = $this->load("core/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "articles/news.html.twig"));$this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 463)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 468)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 282)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
in
vendor/sulu/article-bundle/Controller/WebsiteArticleController.php
->
render
(line 104)
'@SuluWebsite/Preview/preview.html.twig',\array_merge($data, $parameters),$this->createResponse($request));} else {return $this->render($viewTemplate,$data,$this->createResponse($request));}
in
vendor/sulu/article-bundle/Controller/WebsiteArticleController.php
->
renderArticle
(line 46)
string $view,int $pageNumber = 1,bool $preview = false,bool $partial = false): Response {return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);}/*** Render article with given view.*/
in
vendor/symfony/http-kernel/HttpKernel.php
->
indexAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
// When using the HttpCache, you need to call the method in your front controller// instead of relying on the configuration parameter// https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-overrideRequest::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "6c9e00"
},
"request_uri": "https://euromouldings.accept.vzw.io/_profiler/6c9e00",
"method": "GET"
}
|
| INFO 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\RestBundle\\EventListener\\ZoneMatcherListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | 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 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\WebsiteBundle\\Routing\\RequestListener::onRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SystemListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\TranslatorListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\RestBundle\\EventListener\\BodyListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\SecurityListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\FormBundle\\Event\\RequestListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener::setActiveThemeOnRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\ThemeBundle\\EventListener\\SetThemeEventListener::setActiveThemeOnRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\HttpCacheBundle\\EventListener\\AttributesListener::onKernelRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\MediaBundle\\FileInspector\\UploadFileSubscriber::onKernelRequest"
}
|
| DEBUG 15:46:14 | 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 15:46:14 | event |
Notified event "kernel.request" to listener "Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Sulu\\Bundle\\FormBundle\\Event\\ProtectedMediaSubscriber::onRequest"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 15:46:14 | event |
Notified event "kernel.controller" to listener "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SuluSecurityListener::onKernelController"
}
|
| DEBUG 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | 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 15:46:14 | event |
Notified event "kernel.controller_arguments" to listener "Container1OuJpve\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container1OuJpve\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
|
| DEBUG 15:46:14 | 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 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:46:14 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:46:14 | 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)
|