Whoops, looks like something went wrong.

(1/1) TypeError

Argument 1 passed to Ig\IgMenu\Domain\Model\MenuItem::setUid() must be of the type int, null given, called in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/ig_menu/Classes/Domain/Model/MenuItem.php on line 78

in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/ig_menu/Classes/Domain/Model/MenuItem.php line 141
    {
        return $this->uid;
    }

    public function setUid(int $uid): void

    {
        $this->uid = $uid;
    }
at Ig\IgMenu\Domain\Model\MenuItem->setUid(null)
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/ig_menu/Classes/Domain/Model/MenuItem.php line 78

    public function init($page, $options = null)
    {
        $this->setData($page);
        $this->setUid($page['uid']);
        $this->setPid($page['pid']);
        $this->setTitle($page['title']);
        $this->setSubtitle($page['subtitle']);
        $this->setNavTitle($page['nav_title']);
at Ig\IgMenu\Domain\Model\MenuItem->init(array(), array('position' => '', 'isRoot' => 1))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/ig_menu/Classes/ViewHelpers/MenuViewHelper.php line 115
        }
        $rootPage=$this->pageRepository->getPage($searchUid);
        $menuItem = GeneralUtility::makeInstance(MenuItem::class);
        $menuVariables=$this->menuConfig->getVariables($this->arguments);
        $menuVariables['li']= $menuItem->init($rootPage, [ 'position' => '', 'isRoot' => 1]); //first
        $menuVariables['menu']= $this->menuConfig->getMenuProperties();
        
        $md5OfQuery = $this->menuConfig->getMd5($searchUid);
        // returns filename
at Ig\IgMenu\ViewHelpers\MenuViewHelper->render()
at call_user_func(array(object(Ig\IgMenu\ViewHelpers\MenuViewHelper), 'render'))
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 260
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 248
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('Ig\\IgMenu\\ViewHelpers\\MenuViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'renderType' => 'Extended', 'uid' => '20', 'entryLevel' => '4', 'maxLevel' => '10', 'pagesToExclude' => '', 'includeNotInMenu' => false, 'cols' => '', 'colLevel' => '', 'maxColLevel' => '', 'replacement' => '', 'recursiveSettings' => '', 'name' => 'menu', 'menu' => array(), 'pages' => '', 'page' => null, 'template' => 'Menu'), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 517
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'renderType' => 'Extended', 'uid' => '20', 'entryLevel' => '4', 'maxLevel' => '10', 'pagesToExclude' => '', 'includeNotInMenu' => false, 'cols' => '', 'colLevel' => '', 'maxColLevel' => '', 'replacement' => '', 'recursiveSettings' => '', 'name' => 'menu', 'menu' => array(), 'pages' => '', 'page' => null, 'template' => 'Menu'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/heimberg/www/typo3temp/var/cache/code/fluid_template/Standard_action_nav_f27243710b5f9b45922b2a04e02e6e54f9b2ac45.php line 134
    );
$array17 = array (
);$arguments7['name'] = $renderingContext->getVariableProvider()->getByPath('menuArguments.name', $array17);

$output0 .= Ig\IgMenu\ViewHelpers\MenuViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output0 .= '
    </nav>
';
at Standard_action_nav_f27243710b5f9b45922b2a04e02e6e54f9b2ac45->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 185
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/ig_menu/Classes/Utility/RenderUtility.php line 31
        $view->setPartialRootPaths($this->settings->getView('partialRootPaths'));
        $view->setTemplateRootPaths($this->settings->getView('templateRootPaths'));
        $view->setTemplate($template . '.html');
        $view->assignMultiple($variables);
        return $view->render();
    }
}
at Ig\IgMenu\Utility\RenderUtility->getTemplateHtml('Nav', array('menuArguments' => array('uid' => '20', 'entryLevel' => '4', 'maxLevel' => '10', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'renderType' => 'Extended', 'navClass' => 'targetElement verticalMultilevel menu_sub', 'navId' => 'menu_sub', 'name' => 'menu')), object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/ig_menu/Classes/ViewHelpers/NavViewHelper.php line 56
            $allArguments['aria'] .= 'aria-' . $key . '="' . $aria . '" ';
        }

        $menuVariables = array('menuArguments' => $allArguments);
        $content = $this->render->getTemplateHtml('Nav', $menuVariables, $this->renderingContext->getRequest());
        return $content;
    }

    public function fallbackChecks($argument, $fallback = null)
at Ig\IgMenu\ViewHelpers\NavViewHelper->render()
at call_user_func(array(object(Ig\IgMenu\ViewHelpers\NavViewHelper), 'render'))
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 260
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 248
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('Ig\\IgMenu\\ViewHelpers\\NavViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'renderType' => '', 'uid' => '20', 'entryLevel' => '4', 'maxLevel' => '', 'pagesToExclude' => '', 'includeNotInMenu' => 0, 'name' => 'menu', 'navClass' => 'targetElement verticalMultilevel menu_sub', 'navId' => 'menu_sub', 'settings' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat' => array('extraUl' => '0', 'span' => '0'), 'config' => array('submenu' => array(array('igMenuLayout' => '0'))))), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 517
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'renderType' => '', 'uid' => '20', 'entryLevel' => '4', 'maxLevel' => '', 'pagesToExclude' => '', 'includeNotInMenu' => 0, 'name' => 'menu', 'navClass' => 'targetElement verticalMultilevel menu_sub', 'navId' => 'menu_sub', 'settings' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat' => array('extraUl' => '0', 'span' => '0'), 'config' => array('submenu' => array(array('igMenuLayout' => '0'))))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/heimberg/www/typo3temp/var/cache/code/fluid_template/Standard_action_index_560ffc9974dc72ecf73e30160aa43e6b0bc4ac77.php line 490
);$arguments79['settings'] = $renderingContext->getVariableProvider()->getByPath('settings.menu', $array83);
$arguments79['navClass'] = 'targetElement verticalMultilevel menu_sub';
$arguments79['navId'] = 'menu_sub';

$output78 .= Ig\IgMenu\ViewHelpers\NavViewHelper::renderStatic($arguments79, $renderChildrenClosure80, $renderingContext);

$output78 .= '

                     </div>
at Standard_action_index_560ffc9974dc72ecf73e30160aa43e6b0bc4ac77->{closure}()
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/heimberg/www/typo3temp/var/cache/code/fluid_template/Standard_action_index_560ffc9974dc72ecf73e30160aa43e6b0bc4ac77.php line 519
     $renderingContext
    );
$arguments73['__thenClosure'] = $renderChildrenClosure74;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments73, $renderChildrenClosure74, $renderingContext);

$output0 .= '
                <div class="col-right flex">
                    ';
at Standard_action_index_560ffc9974dc72ecf73e30160aa43e6b0bc4ac77->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/heimberg/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 185
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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('variables.' => array('pageTitle' => 'RECORDS', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0', 'dontCheckPid' => '1', 'tables' => 'tx_news_domain_model_news', 'source.' => array('data' => 'GP:tx_news_pi1|news', 'intval' => '1'), 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('field' => 'title', 'htmlSpecialChars' => '1')), 'required' => '1'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/heimberg.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/logo.svg'), 'logoAltText.' => array('value' => 'Gemeinde Heimberg'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'subNavigationActive' => 'TEXT', 'subNavigationActive.' => array('value' => '1'), 'subNavigationEntryLevel' => 'TEXT', 'subNavigationEntryLevel.' => array('value' => '4')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '117', 'sitemapID' => '357', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '3248', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '3269', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '1', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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('variables.' => array('pageTitle' => 'RECORDS', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0', 'dontCheckPid' => '1', 'tables' => 'tx_news_domain_model_news', 'source.' => array('data' => 'GP:tx_news_pi1|news', 'intval' => '1'), 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('field' => 'title', 'htmlSpecialChars' => '1')), 'required' => '1'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/heimberg.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/logo.svg'), 'logoAltText.' => array('value' => 'Gemeinde Heimberg'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'subNavigationActive' => 'TEXT', 'subNavigationActive.' => array('value' => '1'), 'subNavigationEntryLevel' => 'TEXT', 'subNavigationEntryLevel.' => array('value' => '4')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '117', 'sitemapID' => '357', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '3248', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '3269', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '1', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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('variables.' => array('pageTitle' => 'RECORDS', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0', 'dontCheckPid' => '1', 'tables' => 'tx_news_domain_model_news', 'source.' => array('data' => 'GP:tx_news_pi1|news', 'intval' => '1'), 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('field' => 'title', 'htmlSpecialChars' => '1')), 'required' => '1'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/heimberg.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/logo.svg'), 'logoAltText.' => array('value' => 'Gemeinde Heimberg'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'subNavigationActive' => 'TEXT', 'subNavigationActive.' => array('value' => '1'), 'subNavigationEntryLevel' => 'TEXT', 'subNavigationEntryLevel.' => array('value' => '4')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '117', 'sitemapID' => '357', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '3248', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '3269', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '1', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))), '10')
in /var/www/heimberg/typo3_src-11.5.30-20230822/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('includeCSS.' => array('igSlick' => 'EXT:ig_render/Resources/Public/accessible-slick/slick.min.css', 'igSlickTheme' => 'EXT:ig_render/Resources/Public/accessible-slick/accessible-slick-theme.scss', 'igSlickOverride' => 'EXT:ig_render/Resources/Public/accessible-slick/ig-accessible-slick.scss', 'daterangePicker' => 'EXT:ig_resources/Resources/Public/jQuery/daterangepicker-master/daterangepicker.css', 'igFrameworkBox' => 'EXT:igconfig/Resources/Public/Frameworks/flex.scss', 'igBaseLayout' => 'EXT:igconfig/Resources/Public/Css/Layout/base-layout.scss', 'igLibNormalize' => 'EXT:igconfig/Resources/Public/igLib/normalize.css', 'igLib' => 'EXT:igconfig/Resources/Public/igLib/*', 'igResponsive' => 'EXT:igconfig/Resources/Public/Css/fluid_styled_content.css', 'level1' => 'fileadmin/layout/css/*', 'contentelements' => 'fileadmin/layout/css/contentelements/*', 'menu' => 'EXT:ig_layout/Resources/Public/Css/menu/*', 'ext' => 'fileadmin/layout/css/ext/*', 'rnDirection' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnDirection/rnRightToLeft.scss', 'rnEffect' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnEffect/rnSlide.scss', 'rnMode' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnMode/rnBreadcrumbsOverflow.scss', 'bEffect' => 'EXT:ig_menu/Resources/Public/Css/Burger/bEffect/bSlide.scss', 'bUse' => 'EXT:ig_menu/Resources/Public/Css/Burger/bUse/bResponsive.scss', 'bMode' => 'EXT:ig_menu/Resources/Public/Css/Burger/bMode/bToX.scss', 'fancyboxCSS' => 'EXT:ig_lightbox/Resources/Public/Css/fancybox-3.5/jquery.fancyboxdark.css', 'menuLogic' => 'EXT:ig_menu/Resources/Public/Css/Logic/menulogic.scss', 'dnMode' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnMode/dnMaxLayer.scss', 'dnDirection' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnDirection/dnHorizontal.scss', 'igIconLevel1' => 'EXT:ig_icon/Resources/Public/Css/*', 'ig_datapool_fe_input' => 'EXT:ig_datapool_fe/Resources/Public/Css/main_input.css', 'ig_datapool_fe_output' => 'EXT:ig_datapool_fe/Resources/Public/Css/main_output.css', 'igdatapoolfe_classic' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/themes/classic.css', 'igdatapoolfe_classicDate' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/themes/classic.date.css', 'select2' => 'EXT:ig_datapool_fe/Resources/Public/Css/select2.css', 'topickeys' => 'EXT:ig_topickeys/Resources/Public/CSS/topickeys.scss', 'igContainerFlexboxUser' => 'EXT:ig_container/Resources/Public/Css/ig_container.css', 'iggooglemapsCSS' => 'EXT:ig_googlemaps/Resources/Public/Css/styles.css', 'igsimplesubscribe' => 'EXT:ig_simplesubscribe/Resources/Public/Css/igsimplesubscribe.scss', 'consentCss' => 'EXT:ig_cookies/Resources/Public/Css/style.scss', 'consentServiceCss' => 'EXT:ig_cookies/Resources/Public/Css/Compatibility/services.scss', 'consentPostion' => 'EXT:ig_cookies/Resources/Public/Css/Position/bottom.scss', 'consentTheme' => 'EXT:ig_cookies/Resources/Public/Css/Theme/dark.scss', 'Level1' => 'EXT:ig_layout/Resources/Public/Css/*', 'Contentelements' => 'EXT:ig_layout/Resources/Public/Css/Contentelements/*', 'Menu' => 'EXT:ig_layout/Resources/Public/Css/Menu/*', 'Extensions' => 'EXT:ig_layout/Resources/Public/Css/Extensions/*', 'igBaseSVG' => 'EXT:igconfig/Resources/Public/igLib/igBase-svg.css', 'subnav' => 'typo3conf/ext/ig_layout/Resources/Public/Css/Additional/subnav_layout.scss', 'filehome' => 'typo3conf/ext/ig_layout/Resources/Public/Css/Additional/news-detail.scss'), 'includeJSFooterlibs.' => array('igSlick' => 'EXT:ig_render/Resources/Public/accessible-slick/slick.min.js', 'igSlickInit' => 'EXT:ig_render/Resources/Public/JavaScript/ig-accessible-slick.js', 'ig_utility' => 'EXT:ig_resources/Resources/Public/JavaScripts/ig_utility.js', 'modernizr' => 'EXT:ig_resources/Resources/Public/modernizr/modernizr.custom.3.6.0.js', 'modernizr.' => array('allWrap' => '<script data-ignore="1">var breakpoint = 1000;</script>|'), 'jquery' => 'EXT:ig_resources/Resources/Public/jQuery/jquery-3.6.3.min.js', 'jquery.' => array('forceOnTop' => '1'), 'jqueryUaParser' => 'EXT:ig_resources/Resources/Public/JavaScripts/ua-parser.min.js', 'jqueryUaParser.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1'), 'jquerySmartresize' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.smartresize.js', 'jsSmartresize' => 'EXT:ig_resources/Resources/Public/JavaScripts/smartresize.js', 'jqueryFancyinput' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.fancyinput.js', 'objectFit' => 'EXT:ig_resources/Resources/Public/objectFitImages/dist/ofi.min.js', 'objectFitImages' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/objectFitImages.js', 'toggleHandler' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/toggle-handler.js', 'lazyload' => 'EXT:ig_resources/Resources/Public/lazyload/lazyload.js', 'lazyloadInit' => 'EXT:ig_resources/Resources/Public/JavaScripts/lazyload-init.js', 'momentJs' => 'EXT:ig_resources/Resources/Public/jQuery/daterangepicker-master/moment-with-locales.min.js', 'daterangeLocales' => 'EXT:ig_resources/Resources/Public/jQuery/daterange_locales.js', 'daterangePicker' => 'EXT:ig_resources/Resources/Public/jQuery/daterangepicker-master/daterangepicker.js', 'picturefill' => 'EXT:ig_responsive_images/Resources/Public/JavaScript/picturefill.min.js', 'picturefill.' => array('forceOnTop' => '1'), 'igdatapoolfe_pickerCore' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/picker.js', 'igdatapoolfe_pickerDate' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/picker.date.js', 'igdatapoolfe_pickerTime' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/picker.time.js', 'igdatapoolfe_pickerLang' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/translations/de_DE.js', 'vanillaAccordion' => 'EXT:ig_accordion/Resources/Public/JavaScript/accordion.js', 'vanillaAccordion.' => array('allWrap' => '<script data-ignore="1">let Accordion = {};Accordion.closeOther = 1;Accordion.enableScrolling = 1;Accordion.scrollHeaderElement = "#header";Accordion.scrollOffset = 0;</script>|')), 'includeJSFooter.' => array('elements-nav-autohide' => 'EXT:ig_resources/Resources/Public/JavaScripts/nav_autohide.js', 'elements-nav-autohide.' => array('allWrap' => '<script>var nav_autohide_container = "#header";</script>|'), 'newsDaterange' => 'EXT:ig_resources/Resources/Public/jQuery/news_daterange.js', 'main' => 'EXT:ig_layout/Resources/Public/JavaScript/main.js', 'fancyboxJS' => 'EXT:ig_lightbox/Resources/Public/JavaScript/fancybox-3.5/jquery.fancybox.min.js', 'fancyboxJSOptions' => 'EXT:ig_lightbox/Resources/Public/JavaScript/fancybox-3.5/fancyboxDefaultOptions.js', 'igForm' => 'EXT:ig_form/Resources/Public/JavaScript/ig_form.js', 'elements-ig-menu' => 'EXT:ig_menu/Resources/Public/JavaScript/menu.js', 'ig_datapool_fe' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/ig_datapool_fe.js', 'topickeys' => 'EXT:ig_topickeys/Resources/Public/JavaScript/ig_topickeys.js', 'igsimplesubscribeJs' => 'EXT:ig_simplesubscribe/Resources/Public/JavaScript/igsimplesubscribe.js', 'IgConsentManager' => 'EXT:ig_cookies/Resources/Public/JavaScript/IgConsentManager.js', 'cookies' => 'EXT:ig_cookies/Resources/Public/JavaScript/Ui.js'), 'config.' => array('disablePrefixComment' => 'true', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'index_enable' => '1', 'index_externals' => '0'), 'shortcutIcon' => 'EXT:ig_layout/Resources/Public/Images/favicon/favicon.ico', 'headerData.' => array('TEXT', '907.' => array('value' => '<!--[if lt IE 10]><link type="text/css" rel="stylesheet" href="typo3/ext/igconfig/Resources/Public/igLib/ie/grid-ie.css" media="all" /><![endif]-->'), 'TEXT', '521.' => array('value' => '<script type="text/plain" data-type="text/javascript" data-src="//fast.fonts.net/jsapi/8c8d8253-e5bf-4eed-a24d-3faaa1db0ca6.js" data-consent="fontsCom"></script><link type="text/plain" data-type="text/css" rel="stylesheet" data-href="//fast.fonts.net/cssapi/8c8d8253-e5bf-4eed-a24d-3faaa1db0ca6.css" data-consent="fontsCom" />')), 'meta.' => array('viewport' => 'width=device-width, shrink-to-fit=no, initial-scale=1.0'), '10.' => array('variables.' => array('pageTitle' => 'RECORDS', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0', 'dontCheckPid' => '1', 'tables' => 'tx_news_domain_model_news', 'source.' => array('data' => 'GP:tx_news_pi1|news', 'intval' => '1'), 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('field' => 'title', 'htmlSpecialChars' => '1')), 'required' => '1'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/heimberg.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/logo.svg'), 'logoAltText.' => array('value' => 'Gemeinde Heimberg'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'subNavigationActive' => 'TEXT', 'subNavigationActive.' => array('value' => '1'), 'subNavigationEntryLevel' => 'TEXT', 'subNavigationEntryLevel.' => array('value' => '4')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '117', 'sitemapID' => '357', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '3248', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '3269', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '1', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))), 'FLUIDTEMPLATE', 'footerData.' => array('TEXT', '98733.' => array('value' => ' <script data-ignore="1">var layerMoreThanLevel2 = 1;</script>'), 'TEXT', '213314.' => array('value' => '<script data-ignore="1" src="/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/ckeditor.js"></script> '), 'COA', '900.' => array('TEXT', '110.' => array('value' => ' <script async type="text/plain" data-consent="googleAnalytics" data-src="https://www.googletagmanager.com/gtag/js?id=G-B4Y1GJ974R" data-type="text/javascript" data-ignore="1"></script>'), 'TEXT', '200.' => array('value' => ' <script data-ignore="1"> IgTagManager = { tags: new Set([]), isShow: false, show: function() { if(this.isShow) { return; } this.isShow = true; this.tags.forEach(function (tag) { tag.init(); }); }, }; '), 'TEXT', '400.' => array('value' => ' window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}'), 'TEXT', '210.' => array('value' => ' IgTagManager.tags.add({ cookie: \'ga-disable-G-B4Y1GJ974R\', init: function() { gtag(\'js\', new Date()); gtag(\'config\', \'G-B4Y1GJ974R\'); } });'), 'TEXT', '220.' => array('value' => ' IgTagManager.tags.add({ cookie: \'ga-disable-UA-3647952-1\', init: function() { (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\',\'https://www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'UA-3647952-1\', \'auto\'); ga(\'set\', \'anonymizeIp\', true); ga(\'set\', \'transport_type\', \'beacon\'); ga(\'send\', \'pageview\'); } });'), 'TEXT', '500.' => array('value' => ''), 'TEXT', '999.' => array('value' => '</script>')), 'TEXT', '1508480348.' => array('value' => ' <script type="text/plain" data-type="text/javascript" data-src="https://www.google.com/recaptcha/api.js?hl=" data-consent="googleRecaptcha"></script>')), 'jsInline.' => array('TEXT', '1508480348.' => array('value' => 'function onRecaptchaSubmit() { document.querySelectorAll(\'[data-callback="onRecaptchaSubmit"]\')[0].form.submit(); return false; }', 'if.' => array('isTrue' => '1'))), 'USER', '9915.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), '33.' => array('file' => 'typo3conf/ext/ig_layout/Resources/Private/Partials/Slider/BackgroundGalerie.html', 'partialRootPaths.' => array('typo3conf/ext/ig_layout/Resources/Private/Partials/Slider/'))))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/ext/rdct/Classes/Middleware/SendRedirect.php line 42
    {
        // No GET parameter set, do nothing
        $redirectHash = $request->getQueryParams()['RDCT'] ?? '';
        if (empty($redirectHash)) {
            return $handler->handle($request);
        }

        $row = $this->fetchRedirectRecord($redirectHash);
        if (is_array($row)) {
at FoT3\Rdct\Middleware\SendRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/jumpurl/Classes/Middleware/JumpUrlHandler.php line 74
            // Regular jump URL
            $this->validateIfJumpUrlRedirectIsAllowed($jumpUrl, $juHash);
            return $this->redirectToJumpUrl($jumpUrl);
        }
        return $handler->handle($request);
    }
    /**
     * Redirects the user to the given jump URL if all submitted values
     * are valid (checked before)
at FoT3\Jumpurl\Middleware\JumpUrlHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/direct_mail/Classes/Middleware/JumpurlController.php line 152
            $queryParamsToPass['juHash'] = $this->calculateJumpUrlHash($jumpurl);
            $queryParamsToPass['jumpurl'] = $jumpurl;
        }

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

    /**
     * Returns true of the conditions are met to process this middleware
at DirectMailTeam\DirectMail\Middleware\JumpurlController->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/vhs/Classes/Middleware/AssetInclusion.php line 19
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    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(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 45
     * @return ResponseInterface
     */
    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(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/scriptmerger/Classes/Middlewares/ContentPostProcessMiddleware.php line 47
  * @inheritDoc
  */
 public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface {
  $queryParams = $request->getQueryParams();
  $response = $handler->handle($request);
  // we only process via middleware, if the request has INT inclusions, because otherwise, the
  // ContentPostProcHook handles the processing and adds the result to the TYPO3 page cache. Unfortunately, JS
  // and CSS inclusions are handled as INT inclusions, if a frontend user is logged in for example, and will be
  // inserted after the page cache has already been written. Therefore, we need to make sure to catch all scripts that came
at SGalinski\Scriptmerger\Middlewares\ContentPostProcessMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditing.php line 36
            $response->getBody()->write($controller->content);
            return $response;
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditing->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditingAspect.php line 57
            // Change the sanitizer to allow the attributes used in Frontend Editing.
            $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer']['default'] =
                FrontendEditingSanitizerBuilder::class;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingAspect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditingInitiator.php line 45
            $GLOBALS['TSFE']->displayFieldEditIcons = 1;
            // Disable cHash check when browsing the frontend in frontend editing
            $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = false;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/sr_freecap/Classes/Middleware/EidHandler.php line 63
    {
        $eID = $request->getParsedBody()['eIDSR'] ?? $request->getQueryParams()['eIDSR'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at SJBR\SrFreecap\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/typo3/ext/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5ef21->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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/heimberg/typo3_src-11.5.30-20230822/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();
});