Whoops, looks like something went wrong.

(1/1) Error

Call to a member function getUid() on null

in /var/www/devsteiermark/typo3conf/ext/ms_steiermark/Classes/Controller/HeaderController.php line 168
                //  DebuggerUtility::var_dump($map[$eventHouseId['uid_foreign']]);
                $options = [
                    "is_event" => true,
                    "mobile" => [
                        "uid" => $house->getUid(),
                        "obj" => false,
                        "description" => $house->getName(),
                        "hide_img" => 1
                    ],
at MediateSystems\MsSteiermark\Controller\HeaderController->eventDetailHeader()
in /var/www/devsteiermark/typo3conf/ext/ms_steiermark/Classes/Controller/HeaderController.php line 204
        $tsfe = $GLOBALS['TSFE'];

        if($tsfe->id == 253){
            //is Event Detail Page (Other Header)
            $this->eventDetailHeader();

        }else{
            $this->originHeaderImage();

at MediateSystems\MsSteiermark\Controller\HeaderController->listAction()
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 498
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list'))))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list')))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5644
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list'))), '')
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list'))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // 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\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list'))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list'))), '10')
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 681
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list')))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list')))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // 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\ContentObjectArrayContentObject), array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list')))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list')))), 'lib.header')
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('default_menu' => 'HMENU', 'default_menu.' => array('TMENU', '1.' => array('NO' => '1')), 'default_content' => 'CONTENT', 'default_content.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0')), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:ms_steiermark/Resources/Private/fluid/StyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:ms_steiermark/Resources/Private/fluid/StyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:ms_steiermark/Resources/Private/fluid/StyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')))), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'language' => 'COA', 'language.' => array('HMENU', '20.' => array('special' => 'language', 'special.' => array('value' => '0,2', 'normalWhenNoLanguage' => '0'), 'wrap' => '', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li>|</li>', 'stdWrap.' => array('override' => 'de || en', 'typolink.' => array('parameter.' => array('data' => 'page:uid'), 'additionalParams' => '&L=0 || &L=2', 'ATagParams' => 'hreflang="de-DE" || hreflang="en-GB"', 'addQueryString' => '1', 'addQueryString.' => array('exclude' => 'L,id,no_cache', 'method' => 'GET'), 'no_cache' => '0'))), 'ACT' => '1', 'ACT.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="active">|</li>', 'stdWrap.' => array('override' => 'de || en', 'typolink.' => array('parameter.' => array('data' => 'page:uid'), 'additionalParams' => '&L=0 || &L=2', 'ATagParams' => 'hreflang="de-DE" || hreflang="en-GB"', 'addQueryString' => '1', 'addQueryString.' => array('exclude' => 'L,id,no_cache', 'method' => 'GET'), 'no_cache' => '0'))), 'USERDEF1' => '1', 'USERDEF1.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="text-muted">|</li>', 'stdWrap.' => array('override' => 'de || en')), 'USERDEF2' => '1', 'USERDEF2.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="text-muted">|</li>', 'stdWrap.' => array('override' => 'de || en')))), 'wrap' => '<ul id="language_menu" class="language-menu">|</ul>'), 'header' => 'COA', 'header.' => array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Header', 'vendorName' => 'MediateSystems', 'controller' => 'Header', 'switchableControllerActions.' => array('Header.' => array('list')))), 'news' => 'COA', 'news.' => array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'News', 'vendorName' => 'MediateSystems', 'controller' => 'News', 'switchableControllerActions.' => array('News.' => array('list')))), 'rahmenprogramm' => 'COA', 'rahmenprogramm.' => array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsEvent', 'pluginName' => 'Rahmenprogramm', 'vendorName' => 'MediateSystems', 'controller' => 'Event', 'switchableControllerActions.' => array('Event.' => array('rahmenprogramm')))), 'houseopeningtimes' => 'COA', 'houseopeningtimes.' => array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening')))), 'footer_social' => 'COA', 'footer_social.' => array('USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsSteiermark', 'pluginName' => 'Footer', 'vendorName' => 'MediateSystems', 'controller' => 'Footer', 'switchableControllerActions.' => array('Footer.' => array('list')))), 'currentDomain' => 'TEXT', 'currentDomain.' => array('data' => '{getIndpEnv:TYPO3_REQUEST_HOST}|'), 'title' => 'COA', 'title.' => array('HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '|', 'NO.' => array('stdWrap.' => array('field' => 'title'), 'linkWrap' => '| |*| &#32 - &#32 |*|', 'doNotLinkIt' => '1'), 'CUR.' => array('stdWrap.' => array('field' => 'title'), 'linkWrap' => '| |*| - |*|', 'doNotLinkIt' => '1')))), 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1'))), 'lib.header', 'header')
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => null, 'typoscriptObjectPath' => 'lib.header', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/devsteiermark/typo3temp/var/cache/code/fluid_template/layout_MediateSystems_html_7407572d443590152952a785bed33cd8ba250cb3.php line 306
$arguments9['currentValueKey'] = NULL;
$arguments9['table'] = '';
$arguments9['typoscriptObjectPath'] = 'lib.header';
$renderChildrenClosure10 = ($arguments9['data'] !== null) ? function() use ($arguments9) { return $arguments9['data']; } : $renderChildrenClosure10;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext);

$output0 .= '


at layout_MediateSystems_html_7407572d443590152952a785bed33cd8ba250cb3->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/devsteiermark/typo3_src-10.4.13/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

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

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

        $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('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'layoutRootPath' => 'EXT:ms_steiermark/Resources/Private/Layouts/Page', 'partialRootPath' => 'EXT:ms_steiermark/Resources/Private/Partials/Page', 'templateRootPath' => 'EXT:ms_steiermark/Resources/Private/Templates/Page', 'file' => 'EXT:ms_steiermark/Resources/Private/Templates/Page/Main.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('as' => 'mainMenu', 'levels' => '3', 'expandAll' => '1', 'titleField' => 'nav_title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('as' => 'footerMenu', 'levels' => '1', 'expandAll' => '1', 'special' => 'directory', 'special.' => array('value' => '35'), 'titleField' => 'nav_title')), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'level' => 'TEXT', 'level.' => array('value' => 'sub'), 'langId' => 'TEXT', 'langId.' => array('data' => 'GP:L'), 'showSearch' => 'TEXT', 'showSearch.' => array('value' => '1'))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // 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('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'layoutRootPath' => 'EXT:ms_steiermark/Resources/Private/Layouts/Page', 'partialRootPath' => 'EXT:ms_steiermark/Resources/Private/Partials/Page', 'templateRootPath' => 'EXT:ms_steiermark/Resources/Private/Templates/Page', 'file' => 'EXT:ms_steiermark/Resources/Private/Templates/Page/Main.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('as' => 'mainMenu', 'levels' => '3', 'expandAll' => '1', 'titleField' => 'nav_title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('as' => 'footerMenu', 'levels' => '1', 'expandAll' => '1', 'special' => 'directory', 'special.' => array('value' => '35'), 'titleField' => 'nav_title')), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'level' => 'TEXT', 'level.' => array('value' => 'sub'), 'langId' => 'TEXT', 'langId.' => array('data' => 'GP:L'), 'showSearch' => 'TEXT', 'showSearch.' => array('value' => '1'))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'layoutRootPath' => 'EXT:ms_steiermark/Resources/Private/Layouts/Page', 'partialRootPath' => 'EXT:ms_steiermark/Resources/Private/Partials/Page', 'templateRootPath' => 'EXT:ms_steiermark/Resources/Private/Templates/Page', 'file' => 'EXT:ms_steiermark/Resources/Private/Templates/Page/Main.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('as' => 'mainMenu', 'levels' => '3', 'expandAll' => '1', 'titleField' => 'nav_title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('as' => 'footerMenu', 'levels' => '1', 'expandAll' => '1', 'special' => 'directory', 'special.' => array('value' => '35'), 'titleField' => 'nav_title')), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'level' => 'TEXT', 'level.' => array('value' => 'sub'), 'langId' => 'TEXT', 'langId.' => array('data' => 'GP:L'), 'showSearch' => 'TEXT', 'showSearch.' => array('value' => '1'))), '5')
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 681
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'layoutRootPath' => 'EXT:ms_steiermark/Resources/Private/Layouts/Page', 'partialRootPath' => 'EXT:ms_steiermark/Resources/Private/Partials/Page', 'templateRootPath' => 'EXT:ms_steiermark/Resources/Private/Templates/Page', 'file' => 'EXT:ms_steiermark/Resources/Private/Templates/Page/Main.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('as' => 'mainMenu', 'levels' => '3', 'expandAll' => '1', 'titleField' => 'nav_title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('as' => 'footerMenu', 'levels' => '1', 'expandAll' => '1', 'special' => 'directory', 'special.' => array('value' => '35'), 'titleField' => 'nav_title')), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'level' => 'TEXT', 'level.' => array('value' => 'sub'), 'langId' => 'TEXT', 'langId.' => array('data' => 'GP:L'), 'showSearch' => 'TEXT', 'showSearch.' => array('value' => '1'))), 'includeCSS.' => array('msbase' => 'EXT:ms_base/Resources/Public/Css/ms_base.css', 'reset' => 'EXT:ms_steiermark/Resources/Public/css/reset.css', 'default' => 'EXT:ms_steiermark/Resources/Public/css/default.css', 'responsive' => 'EXT:ms_steiermark/Resources/Public/css/responsive.css', 'mseventprogrammmanagercss' => 'EXT:ms_event/Resources/Public/CSS/frontpage.css', 'mseventprogrammmanagerresponsive' => 'EXT:ms_event/Resources/Public/CSS/frontpageresponsive.css', 'mscookie' => 'typo3conf/ext/ms_cookie/Resources/Public/css/cookie.css'), 'headerData.' => array('COA', '5.' => array('HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '|', 'NO.' => array('stdWrap.' => array('field' => 'title'), 'linkWrap' => '| |*| &#32 - &#32 |*|', 'doNotLinkIt' => '1'), 'CUR.' => array('stdWrap.' => array('field' => 'title'), 'linkWrap' => '| |*| - |*|', 'doNotLinkIt' => '1'))), 'wrap' => '<title>|</title>'), 'TEXT', '12.' => array('value' => '<meta name="X-UA-Compatible" content="text/javascript" />'), 'TEXT', '15.' => array('value' => '<meta name="X-UA-Compatible" content="text/css" />'), 'TEXT', '16.' => array('value' => '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />'), 'TEXT', '35.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff" ')), 'includeJSLibs.' => array(), 'includeJS.' => array('jquery' => 'EXT:ms_steiermark/Resources/Public/js/jquery-3.5.1.min.js'), 'includeJSFooterlibs.' => array(), 'includeJSFooter.' => array('animateAuto' => 'EXT:ms_steiermark/Resources/Public/js/jquery.animateAuto.js', 'bodyScrollLock' => 'EXT:ms_steiermark/Resources/Public/js/bodyScrollLock.min.js', 'tabbable' => 'EXT:ms_steiermark/Resources/Public/js/jquery.tabbable.js', 'steiermark_home_scripts' => 'EXT:ms_steiermark/Resources/Public/js/default.js', 'pignose' => 'EXT:ms_event/Resources/Public/js/pignose.calendar.full.min.js', 'mseventprogrammmanager' => 'EXT:ms_event/Resources/Public/js/filter.js'), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'levelfield:1, uid', 'override.' => array('dataWrap' => 'id="pid-{TSFE:id}" class="page-color')), 'TEXT', '20.' => array('data' => 'levelfield : -1 , tx_steiermarkschau_sitecolor, slide', 'noTrimWrap' => '| |'), 'TEXT', '25.' => array('override.' => array('dataWrap' => 'subheader_{TSFE:page|sub_header}'), 'noTrimWrap' => '| |'), 'TEXT', '30.' => array('value' => '"'), 'stdWrap.' => array('noTrimWrap' => '|<body |>|')), 'COA_INT', '99999.' => array('USER_INT', '1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsCookie', 'pluginName' => 'Cookie', 'vendorName' => 'MediateSystems', 'controller' => 'Cookie', 'switchableControllerActions.' => array('Cookie.' => array('show'))))))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 231
     * @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/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 197
    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/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 133
            // 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/devsteiermark/typo3_src-10.4.13/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(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 88
                $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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 77
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/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);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/devsteiermark/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/devsteiermark/typo3_src-10.4.13/index.php line 120
// Set up the application for the frontend
call_user_func(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/devsteiermark/typo3_src-10.4.13/index.php line 121
call_user_func(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();
});