Whoops, looks like something went wrong.

(1/1) Error

Call to a member function getDateLink() on null

in /var/www/steiermark2021/typo3conf/ext/ms_event/Classes/Controller/HouseController.php line 1297

  $midnight = strtotime('yesterday midnight');

  $sortedTimes = [];
  $times = $house->getDateLink();

        if($_SERVER['REMOTE_ADDR'] == "217.29.155.120") {
           // DebuggerUtility::var_dump($house);
           //DebuggerUtility::var_dump($times);
at MediateSystems\MsEvent\Controller\HouseController->showOpeningAction()
in /var/www/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening'))))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening')))))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening'))), '')
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening'))))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening'))))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening'))), '10')
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening')))))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening')))))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening')))))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'House', 'vendorName' => 'MediateSystems', 'controller' => 'House', 'switchableControllerActions.' => array('House.' => array('showOpening')))), 'lib.houseopeningtimes')
in /var/www/steiermark2021/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')))), '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.houseopeningtimes', 'houseopeningtimes')
in /var/www/steiermark2021/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.houseopeningtimes', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/typo3temp/var/cache/code/fluid_template/partial_Event_Properties_08bf0134eeaca7be4fd245ba5b7d407726288f1a.php line 1324
$arguments206['currentValueKey'] = NULL;
$arguments206['table'] = '';
$arguments206['typoscriptObjectPath'] = 'lib.houseopeningtimes';
$renderChildrenClosure207 = ($arguments206['data'] !== null) ? function() use ($arguments206) { return $arguments206['data']; } : $renderChildrenClosure207;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments206, $renderChildrenClosure207, $renderingContext);

$output0 .= '


at partial_Event_Properties_08bf0134eeaca7be4fd245ba5b7d407726288f1a->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/typo3_src-10.4.13/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Event/Properties', null, array('settings' => array('houseID' => array('data' => 'levelfield: -1, house, slide', '_typoScriptNodeValue' => 'TEXT')), 'pdf' => false, 'general' => array('isSeries' => 0, 'permanent' => 0), 'event' => array('uid' => '98', 'pid' => '254', 'tstamp' => '0', 'crdate' => '0', 'cruser_id' => '0', 'deleted' => '0', 'hidden' => '0', 'starttime' => '0', 'endtime' => '0', 't3ver_oid' => '0', 't3ver_wsid' => '0', 't3ver_state' => '0', 't3ver_stage' => '0', 't3ver_count' => '0', 't3ver_tstamp' => '0', 't3ver_move_id' => '0', 't3_origuid' => '0', 'sys_language_uid' => '0', 'l10n_parent' => '0', 'l10n_diffsource' => null, 'l10n_state' => null, 'title' => 'Guided Tour how it is', 'subtitle' => '<p>Overview</p> ', 'description' => 'We invite you to a tour that aims to provide an overview of the diverse themes.', 'from_date' => '1618576200', 'to_date' => '1635687000', 'show_date' => '1', 'from_time' => '14:30', 'to_time' => '15:30', 'image' => object(TYPO3\CMS\Core\Resource\FileReference), 'kurator' => '', 'co_kurator' => '', 'date_booked_up' => '', 'audioguide' => '0', 'app' => '0', 'catalog' => '0', 'catalog_link' => '0', 'glossar' => '0', 'downloads' => array(), 'rightboximage' => array(), 'rightboximagelocation' => '0', 'type' => '8', 'format' => '2', 'target' => '0', 'event_link' => '0', 'house_link' => '0', 'content' => array(), 'venue' => 'Volkskundemuseum, Kassa', 'opening' => '', 'cost' => '2,50 € exkl. Eintritt', 'registration' => '{"register_telefon":"0316/8017-9810","register_mail":"volkskunde@museum-joanneum.at ","register_anderes":"Anmeldung erforderlich!","trans":{"register_telefon":"Telefon","register_mail":"E-Mail","register_anderes":"Anderes"}}', 'cooperation' => '', 'information' => '<p>Wir bitten Sie um Anmeldung unter 0316/8017-9810 oder <a href="mailto:volkskunde@museum-joanneum.at?subject=Anmeldung%20%22wie%20es%20ist%22">volkskunde@museum-joanneum.at</a></p>', 'date_link' => '0', 'date_link_closed' => '0', 'shownextdates' => '0', 'place_link' => '0', 'language' => '', 'page_link' => '0', 'page_redirect' => '', 'slug' => 'guided-tour-how-it-is', 'rightbox' => '0', 'showheader' => '0', 'coords' => '0', 'rightbox_label' => '', 'ignore_opening' => '0', 'canonical' => '', 'showOnIntranet' => '0', 'crm_id' => '3f7d0e3d-60aa-11eb-9f99-005056b32eca', 'date_title' => '0', 'date_additional_text' => '0', 'record_type' => '0', 'type_school' => '', 'format_school' => '', 'target_school' => '', 'school_grades' => '', 'school_grades_text' => '', 'date_event_link' => '', 'date_event_link_hook_field' => '', 'method' => '', 'duration' => '', 'cost_school' => '0', 'cost_school_override' => '', 'cost_kindergarten' => '0', 'cost_kindergarten_override' => '', 'school_registration' => '0', 'school_registration_text' => '<p>Wir bitten Sie um Anmeldung unter 0316/8017-9810 oder <a href="mailto:volkskunde@museum-joanneum.at?subject=Anmeldung%20%22wie%20es%20ist%22">volkskunde@museum-joanneum.at</a></p>', 'tip_from_date' => '0', 'tip_to_date' => '0', 'date_from_closed' => '0', 'date_to_closed' => '0', 'date_closed_active' => '0', 't3ver_id' => '0', 't3ver_label' => '', 'allow_access_api_jahresticket' => '0', 'allow_access_api_club_joanneum' => '0', 'crm_text_long' => '', 'crm_text_teaser' => '', 'crm_webtext_long' => '<p>What is it like when the only constant is change itself? What is "typically Styrian" apart from pumpkin, Styrian apple and "Puch moped"? Do we need such unambiguities at all? The world is changing and Styria as part of the world is changing with it. The permanent exhibition in the Folklore Museum, newly opened as part of the "Steiermark-Schau", is a careful stocktaking of Styrian contemporary society. We invite you to a tour that aims to provide an overview of the diverse themes. It is about being and staying connected, about being on the road voluntarily and forced, and about dealing with crises. Always with a view to the present and the past at the same time. And finally, you might want to stop by the new Café Grün.</p>', 'crm_webtext_teaser' => '<p>We invite you to a tour that aims to provide an overview of the diverse themes.</p>', 'digital_program' => '0', 'is_serie' => '1', 'date' => '23.10.2021', 'lid' => '98', 'mainHouse' => object(MediateSystems\MsEvent\Domain\Model\House), 'generateGoogleMapsQuery' => 'lat=47.0747251&lng=15.4396944&address=Paulustorgasse&zip=8010&name=Volkskundemuseum&city=Graz&phone=%2B43-316%2F8017-9810&fax=&email=volkskunde%40museum-joanneum.at', 'house_crm_id' => 'f3928b8a-2f42-8d16-de38-548ae33dee37', 'types' => ' Fixführung', 'type_array' => array(true), 'isPermanent' => 0, 'places' => array(array('uid' => '47', 'pid' => '0', 'tstamp' => '0', 'crdate' => '0', 'cruser_id' => '0', 'deleted' => '0', 'hidden' => '0', 'starttime' => '0', 'endtime' => '0', 't3ver_oid' => '0', 't3ver_wsid' => '0', 't3ver_state' => '0', 't3ver_stage' => '0', 't3ver_count' => '0', 't3ver_tstamp' => '0', 't3ver_move_id' => '0', 't3_origuid' => '0', 'sys_language_uid' => '0', 'l10n_parent' => '0', 'l10n_diffsource' => null, 'l10n_state' => null, 'room_id' => '86b74b01-208f-d0b7-e68f-5530da75f8ea', 'name' => 'Volkskundemuseum', 'street' => '', 'zip' => '', 'city' => '', 'telephone' => '', 'email' => '', 'house_link' => '0', 'event_link' => '0', 'extra' => null, 't3ver_id' => '0', 't3ver_label' => '')), 'placesStr' => 'Volkskundemuseum', 'relatedEvents' => array(), 'realFromDate' => false, 'registration_parsed' => object(stdClass))), false)
in /var/www/steiermark2021/typo3_src-10.4.13/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 141
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Event/Properties', 'delegate' => null, 'renderable' => null, 'arguments' => array('settings' => array('houseID' => array('data' => 'levelfield: -1, house, slide', '_typoScriptNodeValue' => 'TEXT')), 'pdf' => false, 'general' => array('isSeries' => 0, 'permanent' => 0), 'event' => array('uid' => '98', 'pid' => '254', 'tstamp' => '0', 'crdate' => '0', 'cruser_id' => '0', 'deleted' => '0', 'hidden' => '0', 'starttime' => '0', 'endtime' => '0', 't3ver_oid' => '0', 't3ver_wsid' => '0', 't3ver_state' => '0', 't3ver_stage' => '0', 't3ver_count' => '0', 't3ver_tstamp' => '0', 't3ver_move_id' => '0', 't3_origuid' => '0', 'sys_language_uid' => '0', 'l10n_parent' => '0', 'l10n_diffsource' => null, 'l10n_state' => null, 'title' => 'Guided Tour how it is', 'subtitle' => '<p>Overview</p> ', 'description' => 'We invite you to a tour that aims to provide an overview of the diverse themes.', 'from_date' => '1618576200', 'to_date' => '1635687000', 'show_date' => '1', 'from_time' => '14:30', 'to_time' => '15:30', 'image' => object(TYPO3\CMS\Core\Resource\FileReference), 'kurator' => '', 'co_kurator' => '', 'date_booked_up' => '', 'audioguide' => '0', 'app' => '0', 'catalog' => '0', 'catalog_link' => '0', 'glossar' => '0', 'downloads' => array(), 'rightboximage' => array(), 'rightboximagelocation' => '0', 'type' => '8', 'format' => '2', 'target' => '0', 'event_link' => '0', 'house_link' => '0', 'content' => array(), 'venue' => 'Volkskundemuseum, Kassa', 'opening' => '', 'cost' => '2,50 € exkl. Eintritt', 'registration' => '{"register_telefon":"0316/8017-9810","register_mail":"volkskunde@museum-joanneum.at ","register_anderes":"Anmeldung erforderlich!","trans":{"register_telefon":"Telefon","register_mail":"E-Mail","register_anderes":"Anderes"}}', 'cooperation' => '', 'information' => '<p>Wir bitten Sie um Anmeldung unter 0316/8017-9810 oder <a href="mailto:volkskunde@museum-joanneum.at?subject=Anmeldung%20%22wie%20es%20ist%22">volkskunde@museum-joanneum.at</a></p>', 'date_link' => '0', 'date_link_closed' => '0', 'shownextdates' => '0', 'place_link' => '0', 'language' => '', 'page_link' => '0', 'page_redirect' => '', 'slug' => 'guided-tour-how-it-is', 'rightbox' => '0', 'showheader' => '0', 'coords' => '0', 'rightbox_label' => '', 'ignore_opening' => '0', 'canonical' => '', 'showOnIntranet' => '0', 'crm_id' => '3f7d0e3d-60aa-11eb-9f99-005056b32eca', 'date_title' => '0', 'date_additional_text' => '0', 'record_type' => '0', 'type_school' => '', 'format_school' => '', 'target_school' => '', 'school_grades' => '', 'school_grades_text' => '', 'date_event_link' => '', 'date_event_link_hook_field' => '', 'method' => '', 'duration' => '', 'cost_school' => '0', 'cost_school_override' => '', 'cost_kindergarten' => '0', 'cost_kindergarten_override' => '', 'school_registration' => '0', 'school_registration_text' => '<p>Wir bitten Sie um Anmeldung unter 0316/8017-9810 oder <a href="mailto:volkskunde@museum-joanneum.at?subject=Anmeldung%20%22wie%20es%20ist%22">volkskunde@museum-joanneum.at</a></p>', 'tip_from_date' => '0', 'tip_to_date' => '0', 'date_from_closed' => '0', 'date_to_closed' => '0', 'date_closed_active' => '0', 't3ver_id' => '0', 't3ver_label' => '', 'allow_access_api_jahresticket' => '0', 'allow_access_api_club_joanneum' => '0', 'crm_text_long' => '', 'crm_text_teaser' => '', 'crm_webtext_long' => '<p>What is it like when the only constant is change itself? What is "typically Styrian" apart from pumpkin, Styrian apple and "Puch moped"? Do we need such unambiguities at all? The world is changing and Styria as part of the world is changing with it. The permanent exhibition in the Folklore Museum, newly opened as part of the "Steiermark-Schau", is a careful stocktaking of Styrian contemporary society. We invite you to a tour that aims to provide an overview of the diverse themes. It is about being and staying connected, about being on the road voluntarily and forced, and about dealing with crises. Always with a view to the present and the past at the same time. And finally, you might want to stop by the new Café Grün.</p>', 'crm_webtext_teaser' => '<p>We invite you to a tour that aims to provide an overview of the diverse themes.</p>', 'digital_program' => '0', 'is_serie' => '1', 'date' => '23.10.2021', 'lid' => '98', 'mainHouse' => object(MediateSystems\MsEvent\Domain\Model\House), 'generateGoogleMapsQuery' => 'lat=47.0747251&lng=15.4396944&address=Paulustorgasse&zip=8010&name=Volkskundemuseum&city=Graz&phone=%2B43-316%2F8017-9810&fax=&email=volkskunde%40museum-joanneum.at', 'house_crm_id' => 'f3928b8a-2f42-8d16-de38-548ae33dee37', 'types' => ' Fixführung', 'type_array' => array(true), 'isPermanent' => 0, 'places' => array(array('uid' => '47', 'pid' => '0', 'tstamp' => '0', 'crdate' => '0', 'cruser_id' => '0', 'deleted' => '0', 'hidden' => '0', 'starttime' => '0', 'endtime' => '0', 't3ver_oid' => '0', 't3ver_wsid' => '0', 't3ver_state' => '0', 't3ver_stage' => '0', 't3ver_count' => '0', 't3ver_tstamp' => '0', 't3ver_move_id' => '0', 't3_origuid' => '0', 'sys_language_uid' => '0', 'l10n_parent' => '0', 'l10n_diffsource' => null, 'l10n_state' => null, 'room_id' => '86b74b01-208f-d0b7-e68f-5530da75f8ea', 'name' => 'Volkskundemuseum', 'street' => '', 'zip' => '', 'city' => '', 'telephone' => '', 'email' => '', 'house_link' => '0', 'event_link' => '0', 'extra' => null, 't3ver_id' => '0', 't3ver_label' => '')), 'placesStr' => 'Volkskundemuseum', 'relatedEvents' => array(), 'realFromDate' => false, 'registration_parsed' => object(stdClass))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/typo3temp/var/cache/code/fluid_template/Event_action_show_00e20b4c42d9424cd1f98ef5ea001902cb7102f8.php line 169
$arguments4['debug'] = true;
$arguments4['partial'] = 'Event/Properties';
$arguments4['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
  ';
return $output3;
at Event_action_show_00e20b4c42d9424cd1f98ef5ea001902cb7102f8->{closure}()
in /var/www/steiermark2021/typo3_src-10.4.13/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            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), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/typo3temp/var/cache/code/fluid_template/Event_action_show_00e20b4c42d9424cd1f98ef5ea001902cb7102f8.php line 205
  ';
return $output7;
};

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

$output0 .= '

';
at Event_action_show_00e20b4c42d9424cd1f98ef5ea001902cb7102f8->section_b28b7af69320201d1cf206ebf28373980add1451(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/typo3_src-10.4.13/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 260
                    );
                }
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('main', array(), false)
in /var/www/steiermark2021/typo3_src-10.4.13/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 143
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/typo3temp/var/cache/code/fluid_template/layout_Default_html_153efe215a819bb9d88230629c3cad38fe6af201.php line 64
$arguments1['contentAs'] = NULL;
$arguments1['debug'] = true;
$arguments1['section'] = 'main';

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
</div>';

at layout_Default_html_153efe215a819bb9d88230629c3cad38fe6af201->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 504
            $actionResult = $this->{$this->errorMethodName}();
        }

        if ($actionResult === null && $this->view instanceof ViewInterface) {
            $this->response->appendContent($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $this->response->appendContent($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $this->response->appendContent((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /var/www/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/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' => 'MsEvent', 'pluginName' => 'List'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsEvent', 'pluginName' => 'List')))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'List'), '')
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'List'))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'List'))
in /var/www/steiermark2021/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' => 'MsEvent', 'pluginName' => 'List'))
in /var/www/steiermark2021/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3111
                        case 'COA':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('COA', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.b4f4300c8753f5e1a41a55bdd03b78f9' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MsEvent', 'pluginName' => 'List'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:146:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:18:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:79:{s:3:"uid";i:2666;s:14:"rowDescription";s:0:"";s:3:"pid";i:253;s:6:"tstamp";i:1617287433;s:6:"crdate";i:1617287432;s:9:"cruser_id";i:1;s:7:"deleted";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:1:"0";s:7:"sorting";i:256;s:8:"editlock";i:0;s:16:"sys_language_uid";i:0;s:11:"l18n_parent";i:0;s:11:"l10n_source";i:0;s:10:"l10n_state";N;s:10:"t3_origuid";i:0;s:15:"l18n_diffsource";s:427:"a:22:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:5:"pages";N;s:9:"recursive";N;s:6:"layout";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"editlock";N;s:14:"rowDescription";N;}";s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:9:"imagecols";i:2;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:11:"frame_class";s:7:"default";s:4:"cols";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:7:"records";N;s:5:"pages";s:0:"";s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"header_link";s:0:"";s:10:"image_zoom";i:0;s:13:"header_layout";s:1:"0";s:9:"list_type";s:12:"msevent_list";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"file_collections";N;s:13:"filelink_size";i:0;s:16:"filelink_sorting";s:0:"";s:26:"filelink_sorting_direction";s:0:"";s:6:"target";s:0:"";s:4:"date";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"pi_flexform";N;s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:11:"table_class";s:0:"";s:13:"table_caption";N;s:15:"table_delimiter";i:124;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:17:"tx_impexp_origuid";i:0;s:10:"categories";i:0;s:24:"tx_flux_migrated_version";N;s:5:"event";i:0;}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:15:"tt_content:2666";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.e39528ba440589e011989fb15d26da33' => array('conf' => 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')))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:146:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:18:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:96:{s:3:"uid";i:253;s:3:"pid";i:11;s:6:"tstamp";i:1633523580;s:6:"crdate";i:1617287394;s:9:"cruser_id";i:1;s:7:"deleted";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:1:"0";s:7:"sorting";i:58;s:14:"rowDescription";N;s:8:"editlock";i:0;s:16:"sys_language_uid";i:0;s:11:"l10n_parent";i:0;s:11:"l10n_source";i:0;s:10:"l10n_state";N;s:10:"t3_origuid";i:0;s:15:"l10n_diffsource";s:21:"a:1:{s:6:"hidden";N;}";s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:12:"perms_userid";i:1;s:13:"perms_groupid";i:1;s:10:"perms_user";i:31;s:11:"perms_group";i:27;s:15:"perms_everybody";i:0;s:5:"title";s:12:"Event-Detail";s:4:"slug";s:13:"/event-detail";s:7:"doktype";i:1;s:8:"TSconfig";N;s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:3:"url";s:0:"";s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"subtitle";s:0:"";s:6:"layout";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:0;s:8:"keywords";N;s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:8:"newUntil";i:0;s:11:"description";N;s:9:"no_search";i:0;s:15:"SYS_LASTCHANGED";i:1634716529;s:8:"abstract";N;s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:0:"";s:8:"nav_hide";i:0;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:0:"";s:25:"backend_layout_next_level";s:0:"";s:17:"tsconfig_includes";N;s:18:"legacy_overlay_uid";i:0;s:17:"tx_impexp_origuid";i:0;s:9:"seo_title";s:0:"";s:8:"no_index";i:0;s:9:"no_follow";i:0;s:8:"og_title";s:0:"";s:14:"og_description";N;s:8:"og_image";i:0;s:13:"twitter_title";s:0:"";s:19:"twitter_description";N;s:13:"twitter_image";i:0;s:12:"twitter_card";s:7:"summary";s:14:"canonical_link";s:0:"";s:16:"sitemap_priority";s:3:"0.5";s:18:"sitemap_changefreq";s:0:"";s:10:"categories";i:0;s:20:"tx_fed_page_flexform";N;s:24:"tx_fed_page_flexform_sub";N;s:29:"tx_fed_page_controller_action";s:0:"";s:33:"tx_fed_page_controller_action_sub";s:0:"";s:28:"tx_steiermarkschau_sitecolor";s:0:"";s:13:"header_mobile";s:0:"";s:17:"page_listing_name";s:0:"";s:10:"sub_header";s:0:"";s:35:"tx_steiermarkschau_presse_thumbnail";s:0:"";s:5:"house";i:0;s:12:"schoolevents";i:0;s:14:"website_button";s:0:"";s:19:"website_button_link";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:5:"pages";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:9:"pages:253";s:18:"currentRecordTotal";i:1;s:19:"currentRecordNumber";i:1;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:14:"/ausstellungen";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:2:{s:6:"target";s:0:"";s:8:"totalUrl";s:14:"/ausstellungen";}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'COA')))
in /var/www/steiermark2021/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3070
    protected function recursivelyReplaceIntPlaceholdersInContent()
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent()
in /var/www/steiermark2021/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3039
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent();
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /var/www/steiermark2021/typo3_src-10.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 150
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/typo3_src-10.4.13/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 81
                return $response;
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b))
in /var/www/steiermark2021/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/steiermark2021/typo3_src-10.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f67f5ba441b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/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/steiermark2021/typo3_src-10.4.13/index.php line 87
// 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/steiermark2021/typo3_src-10.4.13/index.php line 88
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();
});