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 "Default->1Columns" in format ".html", but none of the paths contained the expected template file (Default/1Columns.html). The following paths were checked: /home/www/p641530/html/typo3/typo3conf/ext/bootstrap_package/Resources/Private/Templates/Page/, /home/www/p641530/html/typo3/typo3conf/ext/w3rk_sitepackage/Resources/Private/Templates/Page/

in /html/typo3/typo3_src-12.4.10/vendor/typo3fluid/fluid/src/View/TemplatePaths.php line 595
        }
        $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('Default', '1Columns')
in /html/typo3/typo3_src-12.4.10/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 385
        $actionName = $renderingContext->getControllerAction();
        $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
            $templatePaths->getTemplateIdentifier($controllerName, $actionName),
            function ($parent, TemplatePaths $paths) use ($controllerName, $actionName) {
                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 /html/typo3/typo3_src-12.4.10/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 215
     */
    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('Default_action_1Columns_7cbf08df2abbb5111b25449517252da50999c759', object(Closure))
in /html/typo3/typo3_src-12.4.10/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 195
            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('Default_action_1Columns_7cbf08df2abbb5111b25449517252da50999c759', object(Closure))
in /html/typo3/typo3_src-12.4.10/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 382
        $templatePaths = $renderingContext->getTemplatePaths();
        $templateParser = $renderingContext->getTemplateParser();
        $controllerName = $renderingContext->getControllerName();
        $actionName = $renderingContext->getControllerAction();
        $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
            $templatePaths->getTemplateIdentifier($controllerName, $actionName),
            function ($parent, TemplatePaths $paths) use ($controllerName, $actionName) {
                return $paths->getTemplateSource($controllerName, $actionName);
            }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->getCurrentParsedTemplate()
in /html/typo3/typo3_src-12.4.10/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 177
            $actionName = ucfirst($actionName);
            $renderingContext->setControllerAction($actionName);
        }
        try {
            $parsedTemplate = $this->getCurrentParsedTemplate();
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        }

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

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 87

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

        $this->renderFluidTemplateAssetsIntoPageRenderer($variables);
        $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:w3rk_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:w3rk_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:w3rk_sitepackage/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' => '4', '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')))))))), 'expandAll' => '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' => '51,52'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '51,52')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'inverted' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'wordmark' => 'EXT:w3rk_sitepackage/Resources/Public/Images/wortmarke-dachdeckermeister-kesting.svg'), 'as' => 'logo'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1701964475.' => array('special' => 'list', 'special.' => array('value' => '7,63,5,66'), 'includeNotInMenu' => '1', 'as' => 'specialnavigation', 'if.' => array('isTrue' => '7,63,5,66'))), 'settings.' => array('logo.' => array('height' => '180', 'width' => '300', 'linktitle' => 'Dachdeckermeister Kesting', 'heightWordmark' => '60', 'widthWordmark' => '231')), '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' => 'Dachdecker Kesting')), 'TEXT', '20.' => array('value' => 'Dachdecker Kesting', 'if.' => array('isTrue' => 'Dachdecker Kesting'))), 'breadcrumbExtendedValue' => 'COA'), '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'))))))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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:w3rk_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:w3rk_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:w3rk_sitepackage/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' => '4', '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')))))))), 'expandAll' => '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' => '51,52'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '51,52')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'inverted' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'wordmark' => 'EXT:w3rk_sitepackage/Resources/Public/Images/wortmarke-dachdeckermeister-kesting.svg'), 'as' => 'logo'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1701964475.' => array('special' => 'list', 'special.' => array('value' => '7,63,5,66'), 'includeNotInMenu' => '1', 'as' => 'specialnavigation', 'if.' => array('isTrue' => '7,63,5,66'))), 'settings.' => array('logo.' => array('height' => '180', 'width' => '300', 'linktitle' => 'Dachdeckermeister Kesting', 'heightWordmark' => '60', 'widthWordmark' => '231')), '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' => 'Dachdecker Kesting')), 'TEXT', '20.' => array('value' => 'Dachdecker Kesting', 'if.' => array('isTrue' => 'Dachdecker Kesting'))), 'breadcrumbExtendedValue' => 'COA'), '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'))))))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        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:w3rk_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:w3rk_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:w3rk_sitepackage/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' => '4', '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')))))))), 'expandAll' => '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' => '51,52'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '51,52')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'inverted' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'wordmark' => 'EXT:w3rk_sitepackage/Resources/Public/Images/wortmarke-dachdeckermeister-kesting.svg'), 'as' => 'logo'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1701964475.' => array('special' => 'list', 'special.' => array('value' => '7,63,5,66'), 'includeNotInMenu' => '1', 'as' => 'specialnavigation', 'if.' => array('isTrue' => '7,63,5,66'))), 'settings.' => array('logo.' => array('height' => '180', 'width' => '300', 'linktitle' => 'Dachdeckermeister Kesting', 'heightWordmark' => '60', 'widthWordmark' => '231')), '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' => 'Dachdecker Kesting')), 'TEXT', '20.' => array('value' => 'Dachdecker Kesting', 'if.' => array('isTrue' => 'Dachdecker Kesting'))), 'breadcrumbExtendedValue' => 'COA'), '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'))))), '10')
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeCSS.' => array('theme' => 'EXT:w3rk_sitepackage/Resources/Public/Scss/Theme/theme.scss'), 'includeJSFooterlibs.' => array('popper' => 'EXT:bootstrap_package/Resources/Public/Contrib/popper-core/popper.min.js', 'bootstrap' => 'EXT:bootstrap_package/Resources/Public/Contrib/bootstrap5/js/bootstrap.min.js', 'photoswipe_core' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.umd.min.js', 'photoswipe_ui' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-lightbox.umd.min.js', 'photoswipe_caption' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-dynamic-caption-plugin.umd.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_stickyheader' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.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', 'contrib_cookieconsent' => 'EXT:bootstrap_package/Resources/Public/Contrib/cookieconsent/cookieconsent.min.js', 'bootstrap_cookieconsent' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.cookieconsent.min.js', 'feather' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/feather/js/feather.min.js', 'feather.' => array('external' => '0', 'media' => 'all', 'excludeFromConcatenation' => '0'), 'splidejs' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/splidejs/js/splide.min.js', 'splidejs.' => array('external' => '0', 'media' => 'all', 'excludeFromConcatenation' => '0'), 'img_comparison_slider' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/img-comparison-slider/dist/index.js', 'img_comparison_slider.' => array('external' => '0', 'media' => 'all', 'excludeFromConcatenation' => '0')), 'cssInline.' => array('FILECONTENT', '161113.' => array('file' => 'EXT:content_animations/Resources/Public/JavaScript/Vendor/simple-aos/aos.css')), 'jsFooterInline.' => array('FILECONTENT', '161113.' => array('file' => 'EXT:content_animations/Resources/Public/JavaScript/Vendor/simple-aos/aos.4.2.0.min.js'), 'TEXT', '161114.' => array('value' => 'AOS.init();')), 'includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'w3rk_sitepackage_scripts' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/scripts.js', 'w3rk_sitepackage_iframe_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/iframe-handler.js', 'w3rk_sitepackage_mainnav_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/mainnav-handler.js', 'w3rk_sitepackage_footernav_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/footernav-handler.js', 'w3rk_sitepackage_touchpoint_config' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/touchpoint-config.js', 'w3rk_sitepackage_touchpoint_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/touchpoint-handler.js', 'w3rk_sitepackage_splidejs_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/splidejs-handler.js'), 'typeNum' => '0', 'shortcutIcon' => 'EXT:w3rk_sitepackage/Resources/Public/Icons/Favicon/favicon.ico', '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', '99.' => array('if.' => array('isTrue' => ''), 'value' => '<!-- Google Tag Manager --><script>let googletagmanagerContainerId = \'\';(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\',googletagmanagerContainerId);</script><!-- End Google Tag Manager -->'), 'TEXT', '99991001.' => array('value' => '<link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/apple-touch-icon.png">'), 'TEXT', '99991002.' => array('value' => '<link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/favicon-32x32.png">'), 'TEXT', '99991003.' => array('value' => '<link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/favicon-16x16.png">'), 'TEXT', '99991004.' => array('value' => '<link rel="manifest" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/site.webmanifest">'), 'TEXT', '99992001.' => array('value' => ' <!-- Matomo --> <script type="text/javascript"> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//matomo.dachdecker-kesting.de/"; _paq.push([\'setTrackerUrl\', u+\'matomo.php\']); _paq.push([\'setSiteId\', \'1\']); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->')), '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:w3rk_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:w3rk_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:w3rk_sitepackage/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' => '4', '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*)))))))), 'expandAll' => '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' => '51,52'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '51,52')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'inverted' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'wordmark' => 'EXT:w3rk_sitepackage/Resources/Public/Images/wortmarke-dachdeckermeister-kesting.svg'), 'as' => 'logo'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1701964475.' => array('special' => 'list', 'special.' => array('value' => '7,63,5,66'), 'includeNotInMenu' => '1', 'as' => 'specialnavigation', 'if.' => array('isTrue' => '7,63,5,66'))), 'settings.' => array('logo.' => array('height' => '180', 'width' => '300', 'linktitle' => 'Dachdeckermeister Kesting', 'heightWordmark' => '60', 'widthWordmark' => '231')), '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' => 'Dachdecker Kesting')), 'TEXT', '20.' => array('value' => 'Dachdecker Kesting', 'if.' => array('isTrue' => 'Dachdecker Kesting'))), 'breadcrumbExtendedValue' => 'COA'), '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'))))), '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=Source Sans Pro:300,400,700', 'googlewebfont.' => array('external' => '1', 'disableCompression' => '1', 'excludeFromConcatenation' => '1', 'if.' => array('isTrue' => '0')), 'bootstrappackageicon' => 'EXT:bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css', 'splidejs' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/splidejs/css/splide.min.css', 'splidejs.' => array('external' => '0'), 'img_comparison_slider' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/img-comparison-slider/dist/styles.css', 'img_comparison_slider.' => array('external' => '0')), 'includeJSLibs.' => array('modernizr' => 'EXT:bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'modernizr.' => array('forceOnTop' => '1', 'async' => '1')), 'TEXT', '5.' => array('if.' => array('isTrue' => ''), 'value' => '<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?id="height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->')), '')
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('theme' => 'EXT:w3rk_sitepackage/Resources/Public/Scss/Theme/theme.scss'), 'includeJSFooterlibs.' => array('popper' => 'EXT:bootstrap_package/Resources/Public/Contrib/popper-core/popper.min.js', 'bootstrap' => 'EXT:bootstrap_package/Resources/Public/Contrib/bootstrap5/js/bootstrap.min.js', 'photoswipe_core' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.umd.min.js', 'photoswipe_ui' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-lightbox.umd.min.js', 'photoswipe_caption' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-dynamic-caption-plugin.umd.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_stickyheader' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.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', 'contrib_cookieconsent' => 'EXT:bootstrap_package/Resources/Public/Contrib/cookieconsent/cookieconsent.min.js', 'bootstrap_cookieconsent' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.cookieconsent.min.js', 'feather' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/feather/js/feather.min.js', 'feather.' => array('external' => '0', 'media' => 'all', 'excludeFromConcatenation' => '0'), 'splidejs' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/splidejs/js/splide.min.js', 'splidejs.' => array('external' => '0', 'media' => 'all', 'excludeFromConcatenation' => '0'), 'img_comparison_slider' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/img-comparison-slider/dist/index.js', 'img_comparison_slider.' => array('external' => '0', 'media' => 'all', 'excludeFromConcatenation' => '0')), 'cssInline.' => array('FILECONTENT', '161113.' => array('file' => 'EXT:content_animations/Resources/Public/JavaScript/Vendor/simple-aos/aos.css')), 'jsFooterInline.' => array('FILECONTENT', '161113.' => array('file' => 'EXT:content_animations/Resources/Public/JavaScript/Vendor/simple-aos/aos.4.2.0.min.js'), 'TEXT', '161114.' => array('value' => 'AOS.init();')), 'includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'w3rk_sitepackage_scripts' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/scripts.js', 'w3rk_sitepackage_iframe_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/iframe-handler.js', 'w3rk_sitepackage_mainnav_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/mainnav-handler.js', 'w3rk_sitepackage_footernav_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/footernav-handler.js', 'w3rk_sitepackage_touchpoint_config' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/touchpoint-config.js', 'w3rk_sitepackage_touchpoint_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/touchpoint-handler.js', 'w3rk_sitepackage_splidejs_handler' => 'EXT:w3rk_sitepackage/Resources/Public/JavaScript/Dist/splidejs-handler.js'), 'typeNum' => '0', 'shortcutIcon' => 'EXT:w3rk_sitepackage/Resources/Public/Icons/Favicon/favicon.ico', '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', '99.' => array('if.' => array('isTrue' => ''), 'value' => '<!-- Google Tag Manager --><script>let googletagmanagerContainerId = \'\';(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\',googletagmanagerContainerId);</script><!-- End Google Tag Manager -->'), 'TEXT', '99991001.' => array('value' => '<link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/apple-touch-icon.png">'), 'TEXT', '99991002.' => array('value' => '<link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/favicon-32x32.png">'), 'TEXT', '99991003.' => array('value' => '<link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/favicon-16x16.png">'), 'TEXT', '99991004.' => array('value' => '<link rel="manifest" href="/typo3conf/ext/w3rk_sitepackage/Resources/Public/Icons/Favicon/site.webmanifest">'), 'TEXT', '99992001.' => array('value' => ' <!-- Matomo --> <script type="text/javascript"> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//matomo.dachdecker-kesting.de/"; _paq.push([\'setTrackerUrl\', u+\'matomo.php\']); _paq.push([\'setSiteId\', \'1\']); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->')), '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:w3rk_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:w3rk_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:w3rk_sitepackage/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' => '4', '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*)))))))), 'expandAll' => '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' => '51,52'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '51,52')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'inverted' => 'EXT:w3rk_sitepackage/Resources/Public/Images/logo-dachdeckermeister-kesting.svg', 'wordmark' => 'EXT:w3rk_sitepackage/Resources/Public/Images/wortmarke-dachdeckermeister-kesting.svg'), 'as' => 'logo'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1701964475.' => array('special' => 'list', 'special.' => array('value' => '7,63,5,66'), 'includeNotInMenu' => '1', 'as' => 'specialnavigation', 'if.' => array('isTrue' => '7,63,5,66'))), 'settings.' => array('logo.' => array('height' => '180', 'width' => '300', 'linktitle' => 'Dachdeckermeister Kesting', 'heightWordmark' => '60', 'widthWordmark' => '231')), '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' => 'Dachdecker Kesting')), 'TEXT', '20.' => array('value' => 'Dachdecker Kesting', 'if.' => array('isTrue' => 'Dachdecker Kesting'))), 'breadcrumbExtendedValue' => 'COA'), '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'))))), '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=Source Sans Pro:300,400,700', 'googlewebfont.' => array('external' => '1', 'disableCompression' => '1', 'excludeFromConcatenation' => '1', 'if.' => array('isTrue' => '0')), 'bootstrappackageicon' => 'EXT:bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css', 'splidejs' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/splidejs/css/splide.min.css', 'splidejs.' => array('external' => '0'), 'img_comparison_slider' => 'EXT:w3rk_sitepackage/Resources/Public/Contrib/img-comparison-slider/dist/styles.css', 'img_comparison_slider.' => array('external' => '0')), 'includeJSLibs.' => array('modernizr' => 'EXT:bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'modernizr.' => array('forceOnTop' => '1', 'async' => '1')), 'TEXT', '5.' => array('if.' => array('isTrue' => ''), 'value' => '<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?id="height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->')))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 224
     * in the content that is processed later-on.
     */
    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 /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 195
    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 /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 135
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

            $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 /html/typo3/typo3_src-12.4.10/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 /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 44
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 51
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', $this->requestId->nonce);
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 58

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 112
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 113
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 90
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 102
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 63

                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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 53
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$69->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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 /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/AbstractApplication.php line 80

    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 /html/typo3/typo3_src-12.4.10/typo3/sysext/frontend/Classes/Http/Application.php line 59
        // 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 /html/typo3/typo3_src-12.4.10/typo3/sysext/core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/typo3/typo3_src-12.4.10/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 /html/typo3/typo3_src-12.4.10/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();
});