Whoops, looks like something went wrong.

(1/1) TypeError

Argument 1 passed to FluidTYPO3\Flux\Provider\AbstractProvider::getParentFieldName() must be of the type array, null given, called in /html/_smart-production/live/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php on line 421

in /html/_smart-production/live/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php line 466
    /**
     * @param array $row
     * @return string
     */
    public function getParentFieldName(array $row)
    {
        unset($row);
        return $this->parentFieldName;
    }
at FluidTYPO3\Flux\Provider\AbstractProvider->getParentFieldName(null)
in /html/_smart-production/live/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php line 421
        }
        $records = [];
        while (0 < $record[$parentFieldName]) {
            $record = $this->recordService->getSingle($this->getTableName($record), '*', $record[$parentFieldName]);
            $parentFieldName = $this->getParentFieldName($record);
            array_push($records, $record);
        }
        $records = array_reverse($records);
        return $records;
at FluidTYPO3\Fluidpages\Provider\PageProvider->loadRecordTreeFromDatabase(null)
in /html/_smart-production/live/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php line 290
     * @return array
     */
    protected function getInheritanceTree(array $row)
    {
        $records = $this->loadRecordTreeFromDatabase($row);
        if (0 === count($records)) {
            return $records;
        }
        $template = $records[0][self::FIELD_ACTION_SUB];
at FluidTYPO3\Fluidpages\Provider\PageProvider->getInheritanceTree(array('uid' => 496, 'pid' => 494, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 473, 'tstamp' => 1599578810, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 8, 'perms_groupid' => 3, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1566836476, 'cruser_id' => 8, 'hidden' => 0, 'title' => 'Videos', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1566901987, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_fluidpages_templatefile' => '', 'tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_flexform_sub' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'seo_title' => '', 'canonical_url' => '', 'tx_yoastseo_robot_instructions' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => '', 'twitter_image' => 0, 'tx_yoastseo_dont_use' => 0, 'tx_yoastseo_hide_snippet_preview' => 0, 'no_index' => 0, 'no_follow' => 0, 'tx_yoastseo_focuskeyword' => '', 'last_mod' => 1566901987, 'tx_yoastseo_cornerstone' => 0, 'tx_yoastseo_score_readability' => 'bad', 'tx_yoastseo_score_seo' => 'bad', 'tx_yoastseo_snippetpreview' => 0, 'tx_yoastseo_focuskeyword_analysis' => 0, 'tx_yoastseo_readability_analysis' => 0, 'tx_q3isolr_solrtest' => 0, 'tx_q3isolr_solrroot' => 0, 'canonical_link' => '', 'tx_yoastseo_focuskeyword_synonyms' => null, 'tx_yoastseo_focuskeyword_premium' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/open-automation/mediathek/videos', 'legacy_overlay_uid' => 0, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'l10n_parent' => 0, 'hide_banner' => 0))
in /html/_smart-production/live/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php line 335
        $tableName = $this->getTableName($row);
        $tableFieldName = $this->getFieldName($row);
        $cacheKey = $tableName . $tableFieldName . $row['uid'];
        if (false === isset(self::$cache[$cacheKey])) {
            $tree = $this->getInheritanceTree($row);
            $data = [];
            foreach ($tree as $branch) {
                /** @var SubPageProvider $provider */
                $provider = $this->pageConfigurationService->resolvePrimaryConfigurationProvider(
at FluidTYPO3\Fluidpages\Provider\PageProvider->getInheritedConfiguration(array('uid' => 496, 'pid' => 494, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 473, 'tstamp' => 1599578810, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 8, 'perms_groupid' => 3, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1566836476, 'cruser_id' => 8, 'hidden' => 0, 'title' => 'Videos', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1566901987, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_fluidpages_templatefile' => '', 'tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_flexform_sub' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'seo_title' => '', 'canonical_url' => '', 'tx_yoastseo_robot_instructions' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => '', 'twitter_image' => 0, 'tx_yoastseo_dont_use' => 0, 'tx_yoastseo_hide_snippet_preview' => 0, 'no_index' => 0, 'no_follow' => 0, 'tx_yoastseo_focuskeyword' => '', 'last_mod' => 1566901987, 'tx_yoastseo_cornerstone' => 0, 'tx_yoastseo_score_readability' => 'bad', 'tx_yoastseo_score_seo' => 'bad', 'tx_yoastseo_snippetpreview' => 0, 'tx_yoastseo_focuskeyword_analysis' => 0, 'tx_yoastseo_readability_analysis' => 0, 'tx_q3isolr_solrtest' => 0, 'tx_q3isolr_solrroot' => 0, 'canonical_link' => '', 'tx_yoastseo_focuskeyword_synonyms' => null, 'tx_yoastseo_focuskeyword_premium' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/open-automation/mediathek/videos', 'legacy_overlay_uid' => 0, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'l10n_parent' => 0, 'hide_banner' => 0))
in /html/_smart-production/live/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php line 216
     */
    public function getFlexFormValues(array $row)
    {
        $immediateConfiguration = $this->getFlexFormValuesSingle($row);
        $inheritedConfiguration = $this->getInheritedConfiguration($row);
        return RecursiveArrayUtility::merge($inheritedConfiguration, $immediateConfiguration);
    }

    /**
at FluidTYPO3\Fluidpages\Provider\PageProvider->getFlexFormValues(array('uid' => 496, 'pid' => 494, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 473, 'tstamp' => 1599578810, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 8, 'perms_groupid' => 3, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1566836476, 'cruser_id' => 8, 'hidden' => 0, 'title' => 'Videos', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1566901987, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_fluidpages_templatefile' => '', 'tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_flexform_sub' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'seo_title' => '', 'canonical_url' => '', 'tx_yoastseo_robot_instructions' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => '', 'twitter_image' => 0, 'tx_yoastseo_dont_use' => 0, 'tx_yoastseo_hide_snippet_preview' => 0, 'no_index' => 0, 'no_follow' => 0, 'tx_yoastseo_focuskeyword' => '', 'last_mod' => 1566901987, 'tx_yoastseo_cornerstone' => 0, 'tx_yoastseo_score_readability' => 'bad', 'tx_yoastseo_score_seo' => 'bad', 'tx_yoastseo_snippetpreview' => 0, 'tx_yoastseo_focuskeyword_analysis' => 0, 'tx_yoastseo_readability_analysis' => 0, 'tx_q3isolr_solrtest' => 0, 'tx_q3isolr_solrroot' => 0, 'canonical_link' => '', 'tx_yoastseo_focuskeyword_synonyms' => null, 'tx_yoastseo_focuskeyword_premium' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/open-automation/mediathek/videos', 'legacy_overlay_uid' => 0, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'l10n_parent' => 0, 'hide_banner' => 0))
in /html/_smart-production/live/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 111
                $pluginName
            ),
            $this->settings
        );
        $this->data = $this->provider->getFlexFormValues($row);
        $overrides = HookHandler::trigger(
            HookHandler::CONTROLLER_SETTINGS_INITIALIZED,
            [
                'settings' => $this->settings,
at FluidTYPO3\Flux\Controller\AbstractFluxController->initializeSettings()
in /html/_smart-production/live/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 225
     */
    protected function initializeAction()
    {
        $this->initializeProvider();
        $this->initializeSettings();
        $this->initializeOverriddenSettings();
    }

    /**
at FluidTYPO3\Flux\Controller\AbstractFluxController->initializeAction()
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 411
        $this->actionMethodName = $this->resolveActionMethodName();
        $this->initializeActionMethodArguments();
        $this->initializeActionMethodValidators();
        $this->mvcPropertyMappingConfigurationService->initializePropertyMappingConfigurationFromRequest($request, $this->arguments);
        $this->initializeAction();
        $actionInitializationMethodName = 'initialize' . ucfirst($this->actionMethodName);
        /** @var callable $callable */
        $callable = [$this, $actionInitializationMethodName];
        if (method_exists($this, $actionInitializationMethodName)) {
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page')))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                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' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'), '')
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                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' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'), '5')
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'USER', '5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Fluidpages', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'), 'includeCSS.' => array('social_gdpr' => 'EXT:social_gdpr/Resources/Public/Css/styles.css', 'femanagerMain' => 'EXT:femanager/Resources/Public/Css/Main.min.css', 'we_cookie_consent_style' => 'EXT:we_cookie_consent/Resources/Public/Stylesheet/style.css', 'simplepoll' => 'typo3conf/templates/_shared/ext/simplepool/Public/Css/simplepoll.css', 'waconcookiemanagement' => 'EXT:wacon_cookie_management/Resources/Public/Css/waconcookiemanagement.css', 'default' => 'typo3conf/templates/main/assets/css/oa.min.css', 'default.' => array('media' => 'all'), 'dev_review' => 'typo3conf/templates/_shared/css/_REVIEW.css'), 'includeJSFooter.' => array('social_gdpr' => 'EXT:social_gdpr/Resources/Public/JavaScript/decode.js', 'femanagerValidation' => 'EXT:femanager/Resources/Public/JavaScript/Validation.min.js', 'femanager' => 'EXT:femanager/Resources/Public/JavaScript/Femanager.min.js', 'tx_rxshariff_shariff' => 'EXT:rx_shariff/Resources/Public/JavaScript/shariff.complete.js', 'simplepoll' => 'EXT:simplepoll/Resources/Public/JavaScript/main.js', 'solr-uri' => 'EXT:solr/Resources/Public/JavaScript/JQuery/URI.min.js', 'solr-uri-jquery' => 'EXT:solr/Resources/Public/JavaScript/JQuery/jquery.URI.min.js', 'solr-ajaxify' => 'typo3conf/templates/_shared/JavaScript/search_controller.js', 'solr-autocomplete' => 'EXT:solr/Resources/Public/JavaScript/JQuery/jquery.autocomplete.min.js', 'solr-suggest' => 'typo3conf/templates/_shared/JavaScript/suggest_controller.js', 'waconcookiemanagement' => 'EXT:wacon_cookie_management/Resources/Public/JavaScript/waconcookiemanagement.js', 'gmapClustering' => 'EXT:referenzen/Resources/Public/Scripts/markerclusterer.js', 'gmap' => 'EXT:referenzen/Resources/Public/Scripts/gmap.js'), 'config.' => array('doctype' => '<!doctype html>', 'xhtml_cleaning' => 'all', 'xmlprologue' => 'none', 'htmlTag_stdWrap.' => array('setContentToCurrent' => '1', 'cObject' => 'COA', 'cObject.' => array('temp' => 'TEXT', 'temp.' => array('addParams.' => array('class' => 'no-js'), 'append' => 'TEXT', 'append.' => array('char' => '10'), 'current' => '1'), 'TEXT', '70.' => array('addParams.' => array('class' => 'no-js'), 'append' => 'TEXT', 'append.' => array('char' => '10'), 'current' => '1'))), 'no_cache' => '0', 'cache_period' => '604800', 'cache_clearAtMidnight' => '1', 'sendCacheHeaders' => '1', 'absRefPrefix' => '/', 'headerComment' => 'TYPO3 by Q3i - http://www.q3i.de', 'pageTitlefirst' => '1', 'noPageTitle' => '2', 'inlineStyle2Tempfile' => '1', 'removeDefaultJS' => 'external', 'simulateStaticDocuments' => '0', 'frontend_editing' => '1', 'uniqueLinkVars' => '1', 'spamProtectEmailAddresses' => '1', 'spamProtectEmailAddresses_atSubst' => '<span>&#064;</span>', 'metaCharset' => 'utf-8', 'renderCharset' => 'utf-8', 'index_enable' => '1', 'index_externals' => '1', 'admPanel' => '1', 'concatenateJs' => '1', 'concatenateCss' => '1', 'compressJs' => '1', 'compressCss' => '1', 'linkVars' => 'L(0-99)', 'sys_language_uid' => '0', 'language' => 'de', 'locale_all' => 'de_DE.UTF-8', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'fileTarget' => '_blank', 'intTarget' => '_top'), 'includeJS.' => array(), 'meta.' => array('description.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'description'), 'override.' => array('data' => 'levelfield :-1, description, slide')), 'robots.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => 'noindex', 'if.' => array('equals.' => array('field' => 'no_index'), 'value' => '1')), 'TEXT', '11.' => array('value' => 'index', 'if.' => array('equals.' => array('field' => 'no_index'), 'value' => '0'), 'override' => 'noindex', 'override.' => array('if.' => array('isFalse' => '1'))), 'TEXT', '20.' => array('value' => ','), 'TEXT', '30.' => array('value' => 'nofollow', 'if.' => array('equals.' => array('field' => 'no_follow'), 'value' => '1')), 'TEXT', '31.' => array('value' => 'follow', 'if.' => array('equals.' => array('field' => 'no_follow'), 'value' => '0'), 'override' => 'nofollow', 'override.' => array('if.' => array('isFalse' => '1')))), 'override' => 'index,follow', 'override.' => array('if.' => array('isTrue' => '1'))), 'og:title.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'og_title // seo_title // title'), 'attribute' => 'property'), 'og:description.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'og_description // description'), 'attribute' => 'property'), 'og:image.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page:uid'), 'fieldName' => 'og_image'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'cropVariant' => 'social', 'maxW' => '1200', 'maxH' => '628')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'attribute' => 'property'), 'twitter:title.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'twitter_title // seo_title // title')), 'twitter:description.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'twitter_description // description')), 'twitter:image.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page:uid'), 'fieldName' => 'twitter_image'), 'maxItems' => '1', 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'cropVariant' => 'social', 'maxW' => '1200', 'maxH' => '628')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))), 'viewport' => 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no', 'X-UA-Compatible' => 'IE=edge', 'robots' => 'noindex,nofollow', 'keywords' => '[predefined keywords]', 'keywords.' => array('override.' => array('data' => 'levelfield :-1, keywords, slide')), 'description' => '[predefined description]', 'author' => 'VDE VERLAG GMBH', 'author.' => array('override.' => array('data' => 'field:author'))), 'jsInline.' => array('TEXT', '30.' => array('value' => ' (function(e,t,n){var r=e.querySelectorAll("html")[0]; r.className=r.className.replace(/(^|\\s)no-js(\\s|$)/,"$1js$2")})(document,window,0);')), 'bodyTagCObject' => 'CASE', 'bodyTagCObject.' => array('key.' => array('data' => 'levelfield:-1, tx_fed_page_controller_action, slide', 'substring' => '22,20'), 'default' => 'TEXT', 'default.' => array('value' => '<body id="top">'), 'default_wrapped' => 'COA', 'default_wrapped.' => array('wrap' => '<body id="top" class="pid-|">', 'TEXT', '10.' => array('data' => 'field:uid', 'insertData' => '1'), 'TEXT', '20.' => array('value' => 'default', 'wrap' => '|')), '2Col' => 'COA', '2Col.' => array('wrap' => '<body class="antialiased hide-extras pid-|">', 'TEXT', '10.' => array('data' => 'field:uid', 'insertData' => '1'), 'TEXT', '20.' => array('value' => 'layout-2Col', 'wrap' => '|')), 'Developer' => 'COA', 'Developer.' => array('wrap' => '<body class="antialiased hide-extras pid-|">', 'TEXT', '10.' => array('data' => 'field:uid', 'insertData' => '1'), 'TEXT', '20.' => array('value' => 'layout-Developer', 'wrap' => '|')), 'TEXT', '0.' => array('value' => '<body id="top">')), 'bodyTag' => '<body id="top">', 'shortcutIcon' => '', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'typo3conf/templates/_shared/Fluid/Page/Default.html'), 'TEXT', '1.' => array('value' => 'typo3conf/templates/_shared/Fluid/Page/Default.html'))))), 'headerData.' => array('COA', '5.' => array('TEXT', '20.' => array('value' => '<link rel="icon" type="image/x-icon" href="/favicon.ico">', 'noTrimWrap' => '|||'), 'COA', '999.' => array('stdWrap.' => array('if.' => array('isTrue' => '1'), 'wrap' => '<!-- analytics BEGIN --> | <!- analytics END- -->'), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Q3i', 'extensionName' => 'Q3iAnalytics', 'pluginName' => 'Renderer', 'controller' => 'Renderer', 'switchableControllerActions.' => array('Renderer.' => array('renderGa')), 'view.' => array('templateRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Layouts/', '')), 'persistence.' => array(), 'settings.' => array('enableWaconCookieManagement' => '0', 'etracker.' => array('enable' => '1', 'secureCode' => 'OBVbo9', 'params.' => array('et_areas' => '', 'et_pagename' => 'NONE', 'et_ilevel' => '0', 'et_tval' => '0', 'et_tsale' => '0', 'et_cust' => '0', 'et_popto' => '1000', 'et_se' => '0'), 'pageNamePrefix' => '', 'homePID' => '1', 'rootPID' => '1', 'blockCookies' => '{$plugin.tx_q3ianalytics.etracker.blockCookies}'), 'piwik.' => array('enable' => '0', 'apiEndpoint' => 'https://piwik.somesite.info', 'siteId' => '0'), 'ga.' => array('enable' => '0', 'apiKey' => '0000000-0', 'anonymizeIp' => '1'), 'gtagManager.' => array('enable' => '0', 'apiKey' => '0000000-0', 'tagIds' => ' { "ga": "UA-0000000-X", "tag1": "SOME_TAG_1", "tag2": "SOME_TAG_2" }', 'tagsToRender' => 'ga,tag2'), 'fbPixel.' => array('enable' => '0', 'id' => '0000000000000000000'))), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Q3i', 'extensionName' => 'Q3iAnalytics', 'pluginName' => 'Renderer', 'controller' => 'Renderer', 'switchableControllerActions.' => array('Renderer.' => array('renderPiwik')), 'view.' => array('templateRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Layouts/', '')), 'persistence.' => array(), 'settings.' => array('enableWaconCookieManagement' => '0', 'etracker.' => array('enable' => '1', 'secureCode' => 'OBVbo9', 'params.' => array('et_areas' => '', 'et_pagename' => 'NONE', 'et_ilevel' => '0', 'et_tval' => '0', 'et_tsale' => '0', 'et_cust' => '0', 'et_popto' => '1000', 'et_se' => '0'), 'pageNamePrefix' => '', 'homePID' => '1', 'rootPID' => '1', 'blockCookies' => '{$plugin.tx_q3ianalytics.etracker.blockCookies}'), 'piwik.' => array('enable' => '0', 'apiEndpoint' => 'https://piwik.somesite.info', 'siteId' => '0'), 'ga.' => array('enable' => '0', 'apiKey' => '0000000-0', 'anonymizeIp' => '1'), 'gtagManager.' => array('enable' => '0', 'apiKey' => '0000000-0', 'tagIds' => ' { "ga": "UA-0000000-X", "tag1": "SOME_TAG_1", "tag2": "SOME_TAG_2" }', 'tagsToRender' => 'ga,tag2'), 'fbPixel.' => array('enable' => '0', 'id' => '0000000000000000000'))), 'USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Q3i', 'extensionName' => 'Q3iAnalytics', 'pluginName' => 'Renderer', 'controller' => 'Renderer', 'switchableControllerActions.' => array('Renderer.' => array('renderEtracker')), 'view.' => array('templateRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:q3i_analytics/Resources/Private/Layouts/', '')), 'persistence.' => array(), 'settings.' => array('enableWaconCookieManagement' => '0', 'etracker.' => array('enable' => '1', 'secureCode' => 'OBVbo9', 'params.' => array('et_areas' => '', 'et_pagename' => 'NONE', 'et_ilevel' => '0', 'et_tval' => '0', 'et_tsale' => '0', 'et_cust' => '0', 'et_popto' => '1000', 'et_se' => '0'), 'pageNamePrefix' => '', 'homePID' => '1', 'rootPID' => '1', 'blockCookies' => '{$plugin.tx_q3ianalytics.etracker.blockCookies}'), 'piwik.' => array('enable' => '0', 'apiEndpoint' => 'https://piwik.somesite.info', 'siteId' => '0'), 'ga.' => array('enable' => '0', 'apiKey' => '0000000-0', 'anonymizeIp' => '1'), 'gtagManager.' => array('enable' => '0', 'apiKey' => '0000000-0', 'tagIds' => ' { "ga": "UA-0000000-X", "tag1": "SOME_TAG_1", "tag2": "SOME_TAG_2" }', 'tagsToRender' => 'ga,tag2'), 'fbPixel.' => array('enable' => '0', 'id' => '0000000000000000000')))), '< lib.yoastSEO.pageTitle', '10.' => array('wrap' => '<title>|</title>', 'noTrimWrap' => '|||'), 'TEXT', '21.' => array('value' => '<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">', 'noTrimWrap' => '|||'), 'TEXT', '22.' => array('value' => '<link rel="icon" type="image/x-icon" sizes="192x192" href="/typo3conf/templates/_shared/gfx/icons/favicon-192.png">', 'noTrimWrap' => '|||'), 'TEXT', '23.' => array('value' => '<link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/templates/_shared/gfx/icons/favicon-180-precomposed.png">', 'noTrimWrap' => '|||'), 'TEXT', '24.' => array('value' => '<meta name="msapplication-TileImage" content="/typo3conf/templates/_shared/gfx/icons/favicon-114-precomposed.png">', 'noTrimWrap' => '|||'), 'TEXT', '25.' => array('value' => '<meta name="msapplication-TileColor" content="#FFFFFF">', 'noTrimWrap' => '|||'))), 'footerData.' => array('COA', '20.' => array('TEXT', '10.' => array('value' => '<!-- visitor-analytics disabled -->'))), 'includeJSFooterlibs.' => array('ie' => 'typo3conf/templates/_shared/JavaScript/ie.js', 'app' => 'typo3conf/templates/main/assets/js/app.min.js'), 'jsFooterInline.' => array(), 'CONTENT', '9999.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '44', 'where' => 'colPos = 1')), 'COA', '3.' => array()))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(Q3i\Q3iBase\Ext\Typo3\Frontend\Controller\TypoScriptFrontendController))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(Q3i\Q3iBase\Ext\Typo3\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_smart-production/live/typo3conf/ext/solr/Classes/Middleware/PageIndexerFinisher.php line 54
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_smart-production/live/typo3conf/ext/shortcut_statuscodes/Classes/Middleware/ShortcutRedirect.php line 48

            return new RedirectResponse($redirectToUri, $statusCode);
        }

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

    /**
     * Return the uri to redirect to.
at WebitDe\ShortcutStatuscodes\Middleware\ShortcutRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_smart-production/live/typo3conf/ext/yoast_seo/Classes/Middleware/PageRequestMiddleware.php line 31
        if (YoastRequestHash::isValid($request->getServerParams())) {
            $context = GeneralUtility::makeInstance(Context::class);
            $context->setAspect('visibility', new VisibilityAspect(true));
        }
        return $handler->handle($request);
    }
}
at YoastSeoForTypo3\YoastSeo\Middleware\PageRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_smart-production/live/typo3conf/ext/solr/Classes/Middleware/PageIndexerInitialization.php line 78
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_smart-production/live/typo3conf/ext/solr/Classes/Middleware/FrontendUserAuthenticator.php line 82
    {
        if (Util::getIsTYPO3VersionBelow10()
            || !$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)
        ) {
            return $handler->handle($request);
        }

        // disable TSFE cache for TYPO3 v10
        $request = $request->withAttribute('noCache', true);
at ApacheSolrForTypo3\Solr\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 127
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $GLOBALS['TSFE']->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
        }
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // 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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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/html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14f->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/index.php line 25
// 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 /html/_DEPLOY/TYPO3_SRC/typo3_src-10.4.41/index.php line 26
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();
});