Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException

Tried resolving a template file for controller action "Standard->fullwidth" in format ".html", but none of the paths contained the expected template file (Standard/Fullwidth.html). The following paths were checked: /var/www/users/dcu2023/dcu2023/typo3conf/ext/bootstrap_package/Resources/Private/Templates/Page/, /var/www/users/dcu2023/dcu2023/typo3conf/ext/cyklingdanmark/Resources/Private/Templates/Page/, /var/www/users/dcu2023/dcu2023/typo3conf/ext/idefa_basesite/Resources/Private/Templates/Page/, /var/www/users/dcu2023/dcu2023/typo3conf/ext/idefa_bootstrap_card_extender/Resources/Private/Templates/Page/, /var/www/users/dcu2023/dcu2023/typo3conf/ext/idefa_carousel_video_addon/Resources/Private/Templates/Page/, /var/www/users/dcu2023/dcu2023/typo3conf/ext/idefa_navigation_extender/Resources/Private/Templates/Page/

in /var/www/shared/typo3versioner/typo3_src-11.5.30/vendor/typo3fluid/fluid/src/View/TemplatePaths.php line 594
        }
        $templateReference = $this->resolveTemplateFileForControllerAndActionAndFormat($controller, $action);
        if (!file_exists((string)$templateReference) && $templateReference !== 'php://stdin') {
            $format = $this->getFormat();
            throw new InvalidTemplateResourceException(
                sprintf(
                    'Tried resolving a template file for controller action "%s->%s" in format ".%s", but none of the paths ' .
                    'contained the expected template file (%s). %s',
                    $controller,
at TYPO3Fluid\Fluid\View\TemplatePaths->getTemplateSource('Standard', 'fullwidth')
in /var/www/shared/typo3versioner/typo3_src-11.5.30/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 386
        $actionName = $renderingContext->getControllerAction();
        $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
            $templatePaths->getTemplateIdentifier($controllerName, $actionName),
            function ($parent, TemplatePaths $paths) use ($controllerName, $actionName, $renderingContext) {
                return $paths->getTemplateSource($controllerName, $actionName);
            }
        );
        if ($parsedTemplate->isCompiled()) {
            $parsedTemplate->addCompiledNamespaces($this->baseRenderingContext);
at TYPO3Fluid\Fluid\View\AbstractTemplateView->TYPO3Fluid\Fluid\View\{closure}(object(TYPO3Fluid\Fluid\Core\Parser\TemplateParser), object(TYPO3\CMS\Fluid\View\TemplatePaths))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 211
     */
    protected function parseTemplateSource($templateIdentifier, $templateSourceClosure)
    {
        $parsedTemplate = $this->parse(
            $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
            $templateIdentifier
        );
        $parsedTemplate->setIdentifier($templateIdentifier);
        $this->parsedTemplates[$templateIdentifier] = $parsedTemplate;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parseTemplateSource('Standard_action_fullwidth_7cbf08df2abbb5111b25449517252da50999c759', object(Closure))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 191
            if ($parsedTemplate instanceof UncompilableTemplateInterface) {
                $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            }
        } else {
            $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            try {
                $compiler->store($templateIdentifier, $parsedTemplate);
            } catch (StopCompilingException $stop) {
                $this->renderingContext->getErrorHandler()->handleCompilerError($stop);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->getOrParseAndStoreTemplate('Standard_action_fullwidth_7cbf08df2abbb5111b25449517252da50999c759', object(Closure))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 387
        $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
            $templatePaths->getTemplateIdentifier($controllerName, $actionName),
            function ($parent, TemplatePaths $paths) use ($controllerName, $actionName, $renderingContext) {
                return $paths->getTemplateSource($controllerName, $actionName);
            }
        );
        if ($parsedTemplate->isCompiled()) {
            $parsedTemplate->addCompiledNamespaces($this->baseRenderingContext);
        }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->getCurrentParsedTemplate()
in /var/www/shared/typo3versioner/typo3_src-11.5.30/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 178
            $actionName = ucfirst($actionName);
            $renderingContext->setControllerAction($actionName);
        }
        try {
            $parsedTemplate = $this->getCurrentParsedTemplate();
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        }

at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:idefa_basesite/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Templates/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Templates/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:idefa_basesite/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Partials/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Partials/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:idefa_basesite/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Layouts/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Layouts/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '20.' => array('value' => '1', 'if.' => array('isTrue' => '1'))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/Arkiv/Logo/logo.png', 'inverted' => 'EXT:cyklingdanmark/Resources/Public/Images/logo-inverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '100', 'width' => '158', 'linktitle' => 'Danmarks Cykle Union')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Danmarks Cykle Union')), 'TEXT', '20.' => array('value' => 'Danmarks Cykle Union', 'if.' => array('isTrue' => 'Danmarks Cykle Union'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'SlideTopContainer' => 'TEXT', 'SlideTopContainer.' => array('value' => '1'), 'LoadEasing' => 'TEXT', 'LoadEasing.' => array('value' => '0'), 'ShowLoadLogo' => 'TEXT', 'ShowLoadLogo.' => array('value' => '0'), 'NavId' => 'TEXT', 'NavId.' => array('value' => '2225'), 'BurgerEnabled' => 'TEXT', 'BurgerEnabled.' => array('value' => '0'), 'BurgerSource' => 'TEXT', 'BurgerSource.' => array('value' => '')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:idefa_basesite/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Templates/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Templates/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:idefa_basesite/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Partials/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Partials/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:idefa_basesite/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Layouts/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Layouts/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '20.' => array('value' => '1', 'if.' => array('isTrue' => '1'))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/Arkiv/Logo/logo.png', 'inverted' => 'EXT:cyklingdanmark/Resources/Public/Images/logo-inverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '100', 'width' => '158', 'linktitle' => 'Danmarks Cykle Union')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Danmarks Cykle Union')), 'TEXT', '20.' => array('value' => 'Danmarks Cykle Union', 'if.' => array('isTrue' => 'Danmarks Cykle Union'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'SlideTopContainer' => 'TEXT', 'SlideTopContainer.' => array('value' => '1'), 'LoadEasing' => 'TEXT', 'LoadEasing.' => array('value' => '0'), 'ShowLoadLogo' => 'TEXT', 'ShowLoadLogo.' => array('value' => '0'), 'NavId' => 'TEXT', 'NavId.' => array('value' => '2225'), 'BurgerEnabled' => 'TEXT', 'BurgerEnabled.' => array('value' => '0'), 'BurgerSource' => 'TEXT', 'BurgerSource.' => array('value' => '')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:idefa_basesite/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Templates/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Templates/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:idefa_basesite/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Partials/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Partials/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:idefa_basesite/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Layouts/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Layouts/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '20.' => array('value' => '1', 'if.' => array('isTrue' => '1'))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/Arkiv/Logo/logo.png', 'inverted' => 'EXT:cyklingdanmark/Resources/Public/Images/logo-inverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '100', 'width' => '158', 'linktitle' => 'Danmarks Cykle Union')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Danmarks Cykle Union')), 'TEXT', '20.' => array('value' => 'Danmarks Cykle Union', 'if.' => array('isTrue' => 'Danmarks Cykle Union'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'SlideTopContainer' => 'TEXT', 'SlideTopContainer.' => array('value' => '1'), 'LoadEasing' => 'TEXT', 'LoadEasing.' => array('value' => '0'), 'ShowLoadLogo' => 'TEXT', 'ShowLoadLogo.' => array('value' => '0'), 'NavId' => 'TEXT', 'NavId.' => array('value' => '2225'), 'BurgerEnabled' => 'TEXT', 'BurgerEnabled.' => array('value' => '0'), 'BurgerSource' => 'TEXT', 'BurgerSource.' => array('value' => '')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))), '10')
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooterlibs.' => array('jquerysafefix' => 'typo3conf/ext/idefa_base/Resources/Public/javascript/safejquery.js', 'jquerysafefix.' => array('forceOnTop' => '1'), 'popper' => 'EXT:bootstrap_package/Resources/Public/Contrib/popper-core/popper.min.js', 'bootstrap' => 'EXT:bootstrap_package/Resources/Public/Contrib/bootstrap5/js/bootstrap.min.js', 'jquery' => 'EXT:bootstrap_package/Resources/Public/Contrib/jquery/jquery.min.js', 'jquery.' => array('forceOnTop' => '1'), 'photoswipe_core' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.min.js', 'photoswipe_ui' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-ui-default.min.js', 'bootstrap_accordion' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.accordion.min.js', 'bootstrap_popover' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js', 'bootstrap_smoothscroll' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js', 'bootstrap_lightbox' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js', 'bootstrap_navbar' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js', 'bootstrap_stickyheader' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js', 'cyklingdanmark_scripts' => 'EXT:cyklingdanmark/Resources/Public/JavaScript/Dist/scripts.js', 'idefa_carousel_video_addon_scripts' => 'EXT:idefa_carousel_video_addon/Resources/Public/JavaScript/Dist/scripts.js'), 'includeCSS.' => array('theme' => 'EXT:cyklingdanmark/Resources/Public/Scss/Theme/theme.scss', 'themebasesite' => 'EXT:idefa_basesite/Resources/Public/Scss/Theme/theme_lts11.scss', 'themecard' => 'EXT:idefa_bootstrap_card_extender/Resources/Public/Scss/Theme/theme.scss', 'carousel-video-addon' => 'EXT:idefa_carousel_video_addon/Resources/Public/Scss/Theme/carousel.scss', 'idefa_navigation' => 'EXT:idefa_navigation_extender/Resources/Public/Scss/Theme/theme.scss', 'splide' => 'EXT:cyklingdanmark/Resources/Public/Css/splide.min.css'), 'typeNum' => '0', 'shortcutIcon' => 'fileadmin/Arkiv/Logo/favi.png', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'TSFE:id', 'noTrimWrap' => '| id="p|"|'), '< lib.page.class', '20.' => array('stdWrap.' => array('noTrimWrap' => '| class="|"|')), 'wrap' => '<body|>'), 'headerData.' => array('HMENU', '10.' => array('special' => 'browse', 'special.' => array('items' => 'prev|next'), 'TMENU', '1.' => array('NO.' => array('allWrap' => '<link rel="prev" href="|"> |*| <link rel="next" href="|">', 'doNotLinkIt' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'field:uid'), 'returnLast' => 'url'))))), 'TEXT', '75757.' => array('value' => ' <style> .loadbg{ } </style>'), 'TEXT', '9997.' => array('value' => '<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'GTM-M6WFB4L\');</script><!-- End Google Tag Manager -->', 'if.' => array('isTrue' => 'GTM-M6WFB4L'), 'override' => '<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https:///.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'GTM-M6WFB4L\');</script><!-- End Google Tag Manager -->', 'override.' => array('if.' => array('isTrue' => ''))), 'TEXT', '7474.' => array('value' => ' <style>body{opacity:0;}</style> <!-- OneTrust Cookies Consent Notice start --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="0a521cb0-21fb-4c9a-bb08-ec550f56edc7"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end --> <script async=\'async\' src=\'https://macro.adnami.io/macro/spec/adsm.macro.6cffb746-ba5f-4b60-a52c-bf79a14fae8a.js\'></script> <script> var adsmtag = adsmtag || {}; adsmtag.cmd = adsmtag.cmd || []; </script> <script async=\'async\' src=\'https://www.googletagservices.com/tag/js/gpt.js\'></script> <script >var googletag = googletag || {};googletag.cmd = googletag.cmd || [];</script> <script type="text/plain"> var urlParams = new URLSearchParams(window.location.search); googletag.cmd.push(function() { if (urlParams.has(\'dfp_target_kv\')) { googletag.pubads().setTargeting("yb_target", urlParams.get(\'dfp_target_kv\')) }});</script> <!-- Adform Tracking Code BEGIN --> <script type="text/plain"> window._adftrack = Array.isArray(window._adftrack) ? window._adftrack : (window._adftrack ? [window._adftrack] : []); window._adftrack.push({ pm: 97466, divider: encodeURIComponent(\'|\'), pagename: encodeURIComponent(\'Danmarks Cykle Union\') }); (function () { var s = document.createElement(\'script\'); s.type = \'text/javascript\'; s.async = true; s.src = \'https://track.adform.net/serving/scripts/trackpoint/async/\'; var x = document.getElementsByTagName(\'script\')[0]; x.parentNode.insertBefore(s, x); })(); </script> <noscript> <!-- no javascript means we cant ask for consent <p style="margin:0;padding:0;border:0;"> <img dont-track-src="https://track.adform.net/Serving/TrackPoint/?pm=97466&ADFPageName=Danmarks%20Cykle%20Union&ADFdivider=|" width="1" height="1" alt="" /> </p> --> </noscript> <!-- Adform Tracking Code END --> ')), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:idefa_basesite/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:cyklingdanmark/Resources/Private/Templates/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Templates/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Templates/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:idefa_basesite/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:cyklingdanmark/Resources/Private/Partials/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Partials/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Partials/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:idefa_basesite/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:cyklingdanmark/Resources/Private/Layouts/Page/', 'EXT:idefa_bootstrap_card_extender/Resources/Private/Layouts/Page/', 'EXT:idefa_carousel_video_addon/Resources/Private/Layouts/Page/', 'EXT:idefa_navigation_extender/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '20.' => array('value' => '1', 'if.' => array(*DEEP NESTED ARRAY*))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/Arkiv/Logo/logo.png', 'inverted' => 'EXT:cyklingdanmark/Resources/Public/Images/logo-inverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '100', 'width' => '158', 'linktitle' => 'Danmarks Cykle Union')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Danmarks Cykle Union')), 'TEXT', '20.' => array('value' => 'Danmarks Cykle Union', 'if.' => array('isTrue' => 'Danmarks Cykle Union'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'SlideTopContainer' => 'TEXT', 'SlideTopContainer.' => array('value' => '1'), 'LoadEasing' => 'TEXT', 'LoadEasing.' => array('value' => '0'), 'ShowLoadLogo' => 'TEXT', 'ShowLoadLogo.' => array('value' => '0'), 'NavId' => 'TEXT', 'NavId.' => array('value' => '2225'), 'BurgerEnabled' => 'TEXT', 'BurgerEnabled.' => array('value' => '0'), 'BurgerSource' => 'TEXT', 'BurgerSource.' => array('value' => '')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1, minimum-scale=1', 'robots' => 'index,follow', 'apple-mobile-web-app-capable' => 'no', 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'google' => 'notranslate', 'google-site-verification' => ''), 'includeCSSLibs.' => array('googlewebfont' => 'https://fonts.googleapis.com/css?display=swap&family=Raleway:300,400,700', 'googlewebfont.' => array('external' => '1', 'disableCompression' => '1', 'excludeFromConcatenation' => '1', 'if.' => array('isTrue' => '1')), 'bootstrappackageicon' => 'EXT:bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css'), 'includeJSLibs.' => array('modernizr' => 'EXT:bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'modernizr.' => array('forceOnTop' => '1', 'async' => '1')), 'jsInline.' => array('COA', '99.' => array('if.' => array('isTrue' => ''), 'TEXT', '10.' => array('value' => ' var gaProperty = \'\'; var disableStr = \'ga-disable-\' + gaProperty; if (document.cookie.indexOf(disableStr + \'=true\') > -1) { window[disableStr] = true; } function googleAnalyticsToggle(event) { if (document.cookie.indexOf(disableStr + \'=true\') > -1) { event.target.innerHTML = event.target.getAttribute(\'data-label-disable\'); googleAnalyticsOptIn(); } else { event.target.innerHTML = event.target.getAttribute(\'data-label-enable\'); googleAnalyticsOptOut(); } } function googleAnalyticsOptOut() { document.cookie = disableStr + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; window[disableStr] = true; } function googleAnalyticsOptIn() { document.cookie = disableStr + \'=; expires=Thu, 01 Jan 1970 00:00:01 UTC; path=/\'; window[disableStr] = false; } document.addEventListener(\'DOMContentLoaded\', function() { var matches = document.querySelectorAll(\'[data-action="googleAnalyticsToggle"]\'); for (i=0; i<matches.length; i++) { if (document.cookie.indexOf(disableStr + \'=true\') > -1) { matches[i].innerHTML = matches[i].getAttribute(\'data-label-enable\'); } else { matches[i].innerHTML = matches[i].getAttribute(\'data-label-disable\'); } matches[i].onclick = function(event) { event.preventDefault(); event.stopPropagation(); googleAnalyticsToggle(event); } } }); (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'\', \'auto\'); ga(\'set\', \'anonymizeIp\', true);'), 'TEXT', '90.' => array('value' => ' ga(\'send\', \'pageview\');'))), 'includeJS.' => array(), 'includeJSFooter.' => array('idefa_basesite_scripts' => 'EXT:idefa_basesite/Resources/Public/JavaScript/Dist/scripts.js', 'idefa_bootstrap_card_extender_scripts' => 'EXT:idefa_bootstrap_card_extender/Resources/Public/JavaScript/Dist/scripts.js', 'idefa_carousel_video_addon_scripts' => 'EXT:idefa_carousel_video_addon/Resources/Public/JavaScript/Dist/scripts.js', 'idefa_navigation_extender_scripts' => 'EXT:idefa_navigation_extender/Resources/Public/JavaScript/Dist/scripts.js', 'idefa_navigation_scroll' => 'EXT:idefa_navigation_extender/Resources/Public/JavaScript/Dist/scrolleffect_2022.js', 'cyklingdanmark_splide' => 'EXT:cyklingdanmark/Resources/Public/JavaScript/Dist/splide.min.js'), 'footerData.' => array('TEXT', '19999.' => array('value' => ' <script type="text/javascript"> let elements = document.querySelectorAll(\'[data-aos]\'); for (let i = 0; i < elements.length; i++) { //if ios remove the attribute if (/(iPad|iPhone|iPod)/g.test(navigator.userAgent)) { elements[i].removeAttribute(\'data-aos\'); } } </script>')), 'TEXT', '1.' => array('value' => '<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M6WFB4L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->', 'if.' => array('isTrue' => 'GTM-M6WFB4L'), 'override' => '<!-- Google Tag Manager (noscript) --><noscript><iframe src="https:///ns.html?id=GTM-M6WFB4L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->', 'override.' => array('if.' => array('isTrue' => ''))), 'wrap' => ' <div id="fb-root"></div> <script type="text/plain" async defer crossorigin="anonymous" src="https://connect.facebook.net/da_DK/sdk.js#xfbml=1&version=v3.2&appId=201847266525595&autoLogAppEvents=1"></script> | <script type="text/plain" src="https://d24rtvkqjwgutp.cloudfront.net/srv/advisibility_cyklingdanmark.js"></script> <script type="text/javascript"> var utag_data = { } </script> <!-- Loading script asynchronously --> <script type="text/javascript"> (function(a,b,c,d){ a=\'https://tags.tiqcdn.com/utag/jysk-fynske-medier/lagardere-sports/prod/utag.js\'; b=document;c=\'script\';d=b.createElement(c);d.src=a;d.type=\'text/java\'+c;d.async=true; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); })(); </script> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/1d53bd167f0478ff5ea8bd5b4/84008ba61fad4a2aec6adabaa.js");</script> '))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 85
                return $response;
            }
        }

        return $handler->handle($request);
    }

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

        return $handler->handle($request);
    }

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$303->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/shared/typo3versioner/typo3_src-11.5.30/typo3/sysext/core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/shared/typo3versioner/typo3_src-11.5.30/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/shared/typo3versioner/typo3_src-11.5.30/index.php line 21
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});