| exception |
Twig\Error\RuntimeError {#12666
-lineno: 175
-name: "partials/_master.twig"
-rawMessage: "Key "seo-branchdescription" for sequence/mapping with keys "ga-loadgtm, ga-script_body, h-app_mobile, h-btn_text_top, h-phone_text_mobile, h-mobile_box_visible, h-bb_text2, h-bb_text, h-bb_link, h-bb_link2, h-btn2_link, h-btn_link, h-btn_text, h-btn2_text, h-phone_text, cookiebar-other, cookiebar-analytical, cookiebar-technical, ga-script, cookiebar-text, h-phone_info, smartappbanner-ios, smartappbanner-android, smartappbanner-windows, seo-keywords, seo-title, seo-description, f-linkedin_link, f-fb_link, f-youtube_link, f-copyright, chat-script" does not exist."
-sourcePath: "/var/www/santander-2026-upgrade/public/theme/santander/partials/_master.twig"
-sourceCode: """
{% apply spaceless %}\n
\n
{% if record is not defined %}\n
{% if '/blog/' in app.request.requestUri or app.request.requestUri == '/blog' %}\n
{% setcontent record = 'pages/52' %}\n
{% endif %}\n
{% if '/edukacja-finansowa/' in app.request.requestUri or app.request.requestUri == '/edukacja-finansowa' %}\n
{% setcontent record = 'pages/326' %}\n
{% endif %}\n
{% if '/wyszukaj?' in app.request.requestUri or app.request.requestUri=='/wyszukaj' %}\n
{% setcontent record = 'pages/wyszukaj' %}\n
{% endif %}\n
{% endif %}\n
\n
{# gm key #}\n
{% set gmKey = 'AIzaSyCWHlJtxR3J2Bp1Ywi3suKkwf3UK3Dkzkc' %} \n
{% if 'testuj.org.pl' in app.request.getHost %}\n
{% set gmKey = 'AIzaSyAVGTt59ueEZ_yFqlUP2W3UKyaPcBaHKwY' %}\n
{% endif %}\n
\n
{% setcontent dbProdCategories = 'productcategories' %}\n
{% set slugProdCategories = [] %}\n
{% if dbProdCategories %}\n
{% for cat in dbProdCategories %}\n
{% set slugProdCategories = slugProdCategories|merge({ ('c-'~cat.id) : cat.slug}) %}\n
{% endfor %}\n
{% endif %}\n
\n
{% setcontent dbNewsCategories = 'newscategories' %}\n
{% set slugNewsCategories = [] %}\n
{% if dbNewsCategories %}\n
{% for cat in dbNewsCategories %}\n
{% set slugNewsCategories = slugNewsCategories|merge({ ('c-'~cat.id) : cat.slug}) %}\n
{% endfor %}\n
{% endif %}\n
\n
{% setcontent dbEducationCategories = 'educationcategories' %}\n
{% set slugEducationCategories = [] %}\n
{% if dbEducationCategories %}\n
{% for cat in dbEducationCategories %}\n
{% set slugEducationCategories = slugEducationCategories|merge({ ('c-'~cat.id) : cat.slug}) %}\n
{% endfor %}\n
{% endif %}\n
\n
{% set cookieAnalytics = false %}\n
{% if app.request.cookies.get('cookiesAnalytical')=='true' %}\n
{% set cookieAnalytics = true %}\n
{% endif %}\n
\n
{% setcontent contactPage = 'pages/61' %}\n
{% if contactPage %}\n
{% set contactPageLink = contactPage|link|replaceCTSlug %}\n
{% else %}\n
{% set contactPageLink = "/kontakt-i-pomoc" %}\n
{% endif %}\n
\n
{% set globalData = [] %}\n
{# globalne header #}\n
{% setcontent headerGlobal = 'settings' where { key_name: 'header% || cookiebar% || ga%'} limit 1000 %}\n
{% for global in headerGlobal %}\n
{% set keyName = global.key_name|replace({'header::':'h-', 'cookiebar::':'cookiebar-', 'ga::':'ga-'}) %}\n
{% set globalData = globalData|merge({ (keyName) : {\n
content: global.content,\n
content_check: global.content_check,\n
}}) %} \n
{% endfor %}\n
\n
{# globalne wartość noHTML #}\n
{% setcontent noHtmlGlobal = 'settings' where { key_name: 'footer% || seo% || smartappbanner%'} limit 1000 %}\n
{% for global in noHtmlGlobal %}\n
{% set keyName = global.key_name|replace({'footer::':'f-', 'seo::':'seo-', 'csp::':'csp-', 'smartappbanner::':'smartappbanner-'}) %}\n
{% set globalData = globalData|merge({ (keyName) : {\n
content: global.content|striptags,\n
}}) %}\n
{% endfor %}\n
\n
{# wyszikiwarka popularne #}\n
{% setcontent searchPhrases = 'settings' where { key_name: 'search:phrases_popular'} returnsingle %}\n
{% if searchPhrases is not empty %}\n
{% set searchPhrasesArr = searchPhrases.content|striptags|split(' * ') %}\n
{% endif %}\n
\n
\n
{# chat #}\n
{% setcontent chatGlobal = 'settings' where { key_name: 'chat%'} %}\n
{% if record is defined and record.chat_visible is defined %}\n
{% set visibleChat = record.chat_visible %} \n
{% endif %}\n
{% for global in chatGlobal %}\n
{% if global.key_name == 'chat::script' %}\n
{% set globalData = globalData|merge({ ('chat-script') : {\n
content: global.content,\n
}}) %}\n
{% endif %}\n
\n
{% if global.key_name == 'chat::visible' and global.content_check === false %}\n
{% set visibleChat = false %}\n
{% endif %}\n
{% endfor %}\n
\n
\n
{# dla mikroserwisów #}\n
\n
{% set domain = app.request.getHost %}\n
{% set serviceFolder = '' %}\n
{% if domain is not empty %}\n
{% if checkMicroservice(domain) %}\n
{% set serviceFolder = 'microservices/' %}\n
{% setcontent layoutSettings = 'microservice' returnsingle %}\n
\n
{% if layoutSettings.noindex is defined and layoutSettings.noindex is not empty %}\n
{% set msNoindex = true %}\n
{% endif %}\n
{% if layoutSettings.nofollow is defined and layoutSettings.nofollow is not empty %}\n
{% set msNofollow = true %}\n
{% endif %}\n
{% endif %}\n
{% endif %}\n
\n
{# end: dla mikroserwisów #}\n
\n
\n
{% setcontent alerts = 'alerts' %}\n
{% setcontent alertsWithoutExtra = 'alerts' where { noalerts: false } %}\n
\n
{% endapply %}\n
\n
<!DOCTYPE html>\n
<html lang="{{ htmllang() }}">\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.0" />\n
\n
<link rel="stylesheet" href="{{ asset('dist/css/main.css') }}{% if app.environment == 'dev' %}?={{ random() }}{% endif %}" />\n
\n
<link rel="apple-touch-icon" sizes="60x60" href="{{ asset('apple-touch-icon.png') }}">\n
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('favicon-32x32.png') }}">\n
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('favicon-16x16.png') }}">\n
{# <link rel="manifest" href="{{ asset('site.webmanifest') }}"> #}\n
<link rel="mask-icon" href="{{ asset('safari-pinned-tab.svg') }}" color="#5bbad5">\n
<meta name="msapplication-TileColor" content="#da532c">\n
<meta name="theme-color" content="#ffffff">\n
\n
<meta name="google-site-verification" content="TN7vSGtMBCvp1c2vnjdD9N9p559Twmv1ECv37j0t84c" />\n
\n
{% if globalData['smartappbanner-ios'] is defined and globalData['smartappbanner-android'] is defined and globalData['smartappbanner-windows'] is defined and alertsWithoutExtra|length == 0 %}\n
<meta name="apple-itunes-app" content="app-id=1458104290">\n
{% endif %}\n
<meta name="google-play-app" content="app-id=pl.santanderconsumer">\n
\n
{% set ogImg = app.request.schemeAndHttpHost~'/OG.jpg' %}\n
{% if record is defined and record.hero_image is defined %}\n
{% if record.hero_image is not empty %}\n
{% set ogImg = app.request.schemeAndHttpHost~record.hero_image|thumbnail(630, 315, 'crop') %}\n
{% endif %}\n
{% endif %}\n
<meta property="og:site_name" content="{{ globalData['seo-title'].content }}"> \n
<meta property="og:type" content="website">\n
<meta property="og:url" content="{{ app.request.uri }}">\n
<meta property="og:title" content="{%- if record.meta_title is not empty -%}{{- record.meta_title -}}{% else %}{%- if record.name is not empty -%}{{- record.name -}}{% else %}{{- record.title -}}{% endif %}{% endif %} {{ globalData['seo-title'].content is not empty ? ' | '~globalData['seo-title'].content : '' }}">\n
<meta property="og:description" content="{% if record.meta_description is defined and record.meta_description is not empty %}{{record.meta_description }}{% else %}{{ globalData['seo-description'].content }}{% endif %}">\n
<meta property="og:image" content="{{ ogImg }}">\n
\n
<!-- Twitter -->\n
<meta property="twitter:card" content="summary_large_image">\n
<meta property="twitter:url" content="{{ app.request.uri }}">\n
<meta property="twitter:title" content="{%- if record.meta_title is not empty -%}{{- record.meta_title -}}{% else %}{%- if record.name is not empty -%}{{- record.name -}}{% else %}{{- record.title -}}{% endif %}{% endif %} | {{ globalData['seo-title'].content }}">\n
<meta property="twitter:description" content="{% if record.meta_description is defined and record.meta_description is not empty %}{{record.meta_description }}{% else %}{{ globalData['seo-description'].content }}{% endif %}">\n
<meta property="twitter:image" content="{{ ogImg }}">\n
\n
\n
{% if currentBranches is defined and currentBranches|length == 1 %}\n
<title>{{ currentBranches[0].type }} {{ currentBranches[0].name }} {{ currentBranches[0].address }}</title>\n
<meta name="description" content="{{ currentBranches[0].type }} {{ currentBranches[0].name }} {{ currentBranches[0].address }} {{ globalData['seo-branchdescription'].content }}" />\n
{% else %}\n
<title>{%- if record.meta_title is not empty -%}{{- record.meta_title -}}{% else %}{%- if record.name is not empty -%}{{- record.name -}}{% else %}{{- record.title -}}{% endif %}{% endif %} {{ globalData['seo-title'].content is not empty ? ' | '~globalData['seo-title'].content : '' }}\n
</title>\n
<meta name="description" content="{% if record.meta_description is defined and record.meta_description is not empty %}{{record.meta_description }}{% else %}{{ globalData['seo-description'].content }}{% endif %}" />\n
{% endif %}\n
\n
{# <meta name="keywords" content="{% if record.meta_keywords is defined and record.meta_keywords is not empty %}{{record.meta_keywords }}{% else %}{{ globalData['seo-keywords'].content }}{% endif %}" /> #}\n
\n
{% if record is defined and record.noindex is defined and record.noindex or msNoindex is defined %}\n
<meta name="robots" content="noindex{% if record.nofollow is defined and record.nofollow or msNofollow is defined %}, nofollow{% endif %}">\n
<meta name="googlebot" content="noindex{% if record.nofollow is defined and record.nofollow %}, nofollow{% endif %}">\n
{% endif %}\n
\n
{% if globalData['cookiebar-visible'] is not defined or globalData['cookiebar-visible'].content_check === false or globalData['cookiebar-visible'].content_check === true and cookieAnalytics %}\n
{{ globalData['ga-script'].content|replaceFigureTag|raw }}\n
{% endif %}\n
\n
{% if currentBranches is defined and currentBranches|length == 1 %}\n
<script type="application/ld+json">\n
{\n
"@context": "https://schema.org",\n
"@type": "Organization",\n
"name": "{{ currentBranches[0].type }} {{ currentBranches[0].name }}",\n
"telephone": "71 358 22 15",\n
"address": "{{ currentBranches[0].address }}"\n
}\n
</script>\n
{% else %}\n
<script type="application/ld+json">\n
{\n
"@context": "https://schema.org",\n
"@type": "Organization",\n
"name": "Santander Consumer",\n
"telephone": "71 358 22 15"\n
}\n
</script>\n
{% endif %}\n
\n
\n
\n
</head>\n
<body {% if record.contenttype == 'homepage' %}class="homepage"{% endif %}>\n
\n
{% if globalData['ga-script_body'] is defined and (globalData['cookiebar-visible'] is not defined or globalData['cookiebar-visible'].content_check === false or globalData['cookiebar-visible'].content_check === true and cookieAnalytics) %}\n
{{ globalData['ga-script_body'].content|replaceFigureTag|raw }}\n
{% endif %}\n
\n
{{ include('partials/_skip_links.twig') }}\n
\n
{% if record.contenttype == 'homepage' %}<h1 class="opacity-0">{{ globalData['seo-title'].content }}</h1>{% endif %}\n
\n
{{ include(serviceFolder ~ 'partials/_header.twig') }}\n
\n
<main class="position-relative">\n
{# credit info #}\n
{% if record.credit_info_visible is not defined or record.credit_info_visible %}\n
<div class="bg-green w-100 flex-wrap align-items-center px-4 py-2 text-center text-black {% if globalData['h-phone_in_bottom'] is defined and globalData['h-phone_in_bottom'].content_check === true %}fixed-bottom{%endif %}" id="greenInfo">\n
{% if globalData['h-phone_text_mobile'] is defined and globalData['h-phone_text_mobile'].content is not empty %}\n
<div class="position-relative">\n
<div class="py-1 px-5 d-flex align-items-center justify-content-center">\n
<i class="icon-phone icon-size-20 text-black me-2"></i>\n
<span class="d-none d-xl-inline-block">\n
{% if globalData['h-phone_text'] is defined and globalData['h-phone_text'].content is not empty %}\n
{{ globalData['h-phone_text'].content }}\n
{% endif %}\n
</span>\n
<span class="d-inline-block d-xl-none">\n
{% if globalData['h-phone_text_mobile'] is defined and globalData['h-phone_text_mobile'].content is not empty %}\n
{{ globalData['h-phone_text_mobile'].content }}\n
{% endif %}\n
</span>\n
<i class="icon-information-in-a-circle ms-2 cursor-pointer d-none d-xl-inline-block" data-bs-toggle="modal" data-bs-target="#headerModal" role="button" tabindex="0" aria-label="Więcej informacji o działaniu infolinii"></i>\n
</div>\n
<i class="icon-close icon-size-24 text-black position-absolute right-0 top-0 pt-1" aria-label="Zamknij informację" role="button" tabindex="0"></i>\n
</div>\n
{% endif %}\n
</div>\n
{% endif %}\n
{# end: credit info #}\n
\n
{% block body %}\n
{% block main %}\n
{% endblock main %}\n
{% endblock body %}\n
\n
</main>\n
\n
{{ include(serviceFolder ~ 'partials/_footer.twig') }}\n
<script type="text/javascript" src="{{ asset('dist/js/script.js') }}{% if app.environment == 'dev' %}?={{ random() }}{% endif %}"></script>\n
\n
\n
\n
\n
\n
{% if globalData['chat-script'] is defined and visibleChat === true %}\n
{{ globalData['chat-script'].content|raw }}\n
<script type="text/javascript">\n
const chatOpenElements = document.querySelectorAll('a[href="#chat"]');\n
chatOpenElements.forEach( (item) => {\n
item.href = "javascript:void(0)";\n
item.classList.add('open-chatbot');\n
})\n
</script>\n
{% endif %}\n
\n
{% if (globalData['cookiebar-visible'] is not defined or globalData['cookiebar-visible'].content_check === true) %}\n
{{ include('partials/_cookiebar.twig') }}\n
\n
{% if app.request.cookies.get('cookiesClosed') is null %}\n
<script type="text/javascript">\n
$(document).ready(function(){\n
$('#cookiebarModal').modal('show');\n
})\n
</script>\n
{% else %}\n
<script type="text/javascript">\n
$(document).ready(function(){\n
$('#configureCookie').click();\n
})\n
</script>\n
{% endif %}\n
\n
{% endif %}\n
\n
<script type="text/javascript">\n
function loadGTM() {\n
\n
{% if globalData['ga-loadgtm'] is defined and globalData['ga-loadgtm'].content is not empty %}\n
{{ globalData['ga-loadgtm'].content|replaceFigureTag|raw }}\n
{% else %}\n
location.reload();\n
{% endif %}\n
\n
if( $.cookie('cookiesOther')== true ){\n
const ytPlaceholderObj = document.querySelectorAll('.yt-placeholder');\n
if(ytPlaceholderObj){\n
ytPlaceholderObj.forEach((divItem)=>{\n
const previousElement = divItem.previousElementSibling;\n
divItem.remove();\n
if (previousElement && previousElement.tagName.toLowerCase() === 'iframe'){\n
const iframeSrc = previousElement.getAttribute('data-src');\n
previousElement.setAttribute('src', iframeSrc);\n
previousElement.classList.remove('d-none'); \n
}\n
})\n
}\n
}\n
}\n
</script>\n
\n
<!-- SMART BANNER APP -->\n
{% if globalData['smartappbanner-ios'] is defined and globalData['smartappbanner-android'] is defined and globalData['smartappbanner-windows'] is defined and alertsWithoutExtra|length == 0 %}\n
<link rel="stylesheet" href="{{ asset('dist/js/smart-app-banner/smart-app-banner.css') }}">\n
<script src="{{ asset('dist/js/smart-app-banner/smart-app-banner.js') }}"></script>\n
<script type="text/javascript">\n
document.addEventListener('DOMContentLoaded', () => {\n
const hideMobileItems = document.querySelectorAll('.hide-mobile');\n
if (hideMobileItems) {\n
var ua = navigator.userAgent;\n
if ( !/Windows Phone/i.test(ua) && !/Windows Mobile/i.test(ua) && !/iPad|iPhone|iPod/i.test(ua) && !/Android/i.test(ua) ){\n
hideMobileItems.forEach( (item)=>{\n
item.classList.remove('d-none');\n
});\n
} \n
\n
}\n
\n
new SmartBanner({\n
daysHidden: 15,\n
daysReminder: 90, \n
appStoreLanguage: 'pl',\n
title: 'Santander Consumer Bank',\n
author: 'Santander Consumer Bank S.A.',\n
button: 'POBIERZ',\n
rating: 4.7,\n
description: {\n
ios: '{{ globalData['smartappbanner-ios'].content }}',\n
android: '{{ globalData['smartappbanner-android'].content }}',\n
windows: '{{ globalData['smartappbanner-windows'].content }}'\n
},\n
theme: 'ios',\n
icon: '{{ asset('dist/img/app-icon.jpg') }}'\n
});\n
});\n
</script>\n
{% endif %}\n
<!-- SMART BANNER APP END-->\n
\n
{% block js %}\n
{% endblock js %}\n
</body>\n
</html>\n
"""
#message: "Key "seo-branchdescription" for sequence/mapping with keys "ga-loadgtm, ga-script_body, h-app_mobile, h-btn_text_top, h-phone_text_mobile, h-mobile_box_visible, h-bb_text2, h-bb_text, h-bb_link, h-bb_link2, h-btn2_link, h-btn_link, h-btn_text, h-btn2_text, h-phone_text, cookiebar-other, cookiebar-analytical, cookiebar-technical, ga-script, cookiebar-text, h-phone_info, smartappbanner-ios, smartappbanner-android, smartappbanner-windows, seo-keywords, seo-title, seo-description, f-linkedin_link, f-fb_link, f-youtube_link, f-copyright, chat-script" does not exist."
#code: 0
#file: "/var/www/santander-2026-upgrade/public/theme/santander/partials/_master.twig"
#line: 175
trace: {
/var/www/santander-2026-upgrade/public/theme/santander/partials/_master.twig:175 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <title>{{ currentBranches[0].type }} {{ currentBranches[0].name }} {{ currentBranches[0].address }}</title>
› <meta name="description" content="{{ currentBranches[0].type }} {{ currentBranches[0].name }} {{ currentBranches[0].address }} {{ globalData['seo-branchdescription'].content }}" />
› {% else %}
}
/var/www/santander-2026-upgrade/var/cache/dev/twig/83/83cbf6f45bad68122085055a6b656365a4870ae6ad0dd1474960c58125483120.php:567 {
__TwigTemplate_1483841f97917b7f57e6bea2fdb2ad39437e5f7508cce16780190e32231c5113->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["globalData"]) || array_key_exists("globalData", $context) ? $context["globalData"] : (function () { throw new RuntimeError('Variable "globalData" does not exist.', 175, $this->source); })()), "seo-branchdescription", [], "array", false, false, false, 175), "content", [], "any", false, false, false, 175), "html", null, true);
› yield "\" />
}
/var/www/santander-2026-upgrade/vendor/twig/twig/src/Template.php:388 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/santander-2026-upgrade/var/cache/dev/twig/a8/a8c28e4b8ceac6117420875ae7dd69bf1cf6bd6c969c7809f0f9044735eb4217.php:53 {
__TwigTemplate_0efbfd1ae8cd93f653f022a92938d76bc8959a9211a9b1d636a483a45bb85c1d->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->loadTemplate("partials/_master.twig", "branch.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/santander-2026-upgrade/vendor/twig/twig/src/Template.php:388 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/santander-2026-upgrade/vendor/twig/twig/src/Template.php:344 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/santander-2026-upgrade/vendor/twig/twig/src/Template.php:359 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/santander-2026-upgrade/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/santander-2026-upgrade/vendor/twig/twig/src/Environment.php:334 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/santander-2026-upgrade/vendor/bolt/core/src/Controller/TwigAwareController.php:243 {
Bolt\Controller\TwigAwareController->renderTemplate($template, array $parameters = []): string …
›
› return $this->twig->render($template, $parameters);
› }
}
/var/www/santander-2026-upgrade/vendor/bolt/core/src/Controller/TwigAwareController.php:90 {
Bolt\Controller\TwigAwareController->render($template, array $parameters = [], ?Response $response = null): Response …
›
› $content = $this->renderTemplate($template, $parameters);
›
}
/var/www/santander-2026-upgrade/src/Controller/BranchController.php:137 {
App\Controller\BranchController->oneBranch($slug, ContentRepository $contentRepository, Request $request, Environment $twig, ?string $_locale = null): Response …
›
› return $this->render('branch.twig', $twigVars);
› }
}
/var/www/santander-2026-upgrade/vendor/symfony/http-kernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/santander-2026-upgrade/vendor/symfony/http-kernel/HttpKernel.php:75 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/santander-2026-upgrade/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/santander-2026-upgrade/public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› // header_remove('x-powered-by');
}
}
} |