Whoops, looks like something went wrong.

(1/1) TypeError

Argument 1 passed to FluidTYPO3\Flux\Provider\AbstractProvider::getParentFieldName() must be of the type array, bool given, called in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php on line 421

in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php line 402
    /**
     * @param array $row
     * @return string
     */
    public function getParentFieldName(array $row)
    {
        unset($row);
        return $this->parentFieldName;
    }
at FluidTYPO3\Flux\Provider\AbstractProvider->getParentFieldName(false)
in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/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(false)
in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/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' => 783, 'pid' => 731, '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' => 0, 'tstamp' => 1636972418, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 30, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1636972418, 'cruser_id' => 30, 'hidden' => 0, 'title' => 'BEGA-Kurs Volleyball', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1644929309, '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' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tx_fluidpages_templatefile' => null, 'tx_fluidpages_layout' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_big' => 0, 'header_darken' => 0, 'comments_active' => 1, 'sharing_enabled' => 1, 'archive_date' => 0, 'comments' => null, 'tags' => null, 'authors' => null, 'icon' => '', 'tx_csseo_title_only' => 0, 'tx_csseo_keyword' => '', 'tx_csseo_tw_creator' => '', 'crdate_month' => 11, 'crdate_year' => 2021, 'tx_csseo_tw_site' => '', 'video' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '', 'slug' => '/fachbereiche/sport/projekte/begabungsfoerderung-im-basketball/bega-kurs-volleyball', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'publish_date' => 1636972418))
in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/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' => 783, 'pid' => 731, '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' => 0, 'tstamp' => 1636972418, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 30, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1636972418, 'cruser_id' => 30, 'hidden' => 0, 'title' => 'BEGA-Kurs Volleyball', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1644929309, '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' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tx_fluidpages_templatefile' => null, 'tx_fluidpages_layout' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_big' => 0, 'header_darken' => 0, 'comments_active' => 1, 'sharing_enabled' => 1, 'archive_date' => 0, 'comments' => null, 'tags' => null, 'authors' => null, 'icon' => '', 'tx_csseo_title_only' => 0, 'tx_csseo_keyword' => '', 'tx_csseo_tw_creator' => '', 'crdate_month' => 11, 'crdate_year' => 2021, 'tx_csseo_tw_site' => '', 'video' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '', 'slug' => '/fachbereiche/sport/projekte/begabungsfoerderung-im-basketball/bega-kurs-volleyball', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'publish_date' => 1636972418))
in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/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' => 783, 'pid' => 731, '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' => 0, 'tstamp' => 1636972418, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 30, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1636972418, 'cruser_id' => 30, 'hidden' => 0, 'title' => 'BEGA-Kurs Volleyball', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1644929309, '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' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tx_fluidpages_templatefile' => null, 'tx_fluidpages_layout' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_big' => 0, 'header_darken' => 0, 'comments_active' => 1, 'sharing_enabled' => 1, 'archive_date' => 0, 'comments' => null, 'tags' => null, 'authors' => null, 'icon' => '', 'tx_csseo_title_only' => 0, 'tx_csseo_keyword' => '', 'tx_csseo_tw_creator' => '', 'crdate_month' => 11, 'crdate_year' => 2021, 'tx_csseo_tw_site' => '', 'video' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '', 'slug' => '/fachbereiche/sport/projekte/begabungsfoerderung-im-basketball/bega-kurs-volleyball', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'publish_date' => 1636972418))
in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 110
                $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 /kunden/185374_14929/rp-hosting/17/21/typo3_v95/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 224
     */
    protected function initializeAction()
    {
        $this->initializeProvider();
        $this->initializeSettings();
        $this->initializeOverriddenSettings();
    }

    /**
at FluidTYPO3\Flux\Controller\AbstractFluxController->initializeAction()
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 156
        $this->actionMethodName = $this->resolveActionMethodName();
        $this->initializeActionMethodArguments();
        $this->initializeActionMethodValidators();
        $this->mvcPropertyMappingConfigurationService->initializePropertyMappingConfigurationFromRequest($request, $this->arguments);
        $this->initializeAction();
        $actionInitializationMethodName = 'initialize' . ucfirst($this->actionMethodName);
        if (method_exists($this, $actionInitializationMethodName)) {
            call_user_func([$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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 73
                throw new \TYPO3\CMS\Extbase\Mvc\Exception\InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . \TYPO3\CMS\Extbase\Annotation\IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
            }
        }
        $this->emitAfterRequestDispatchSignal($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 92
        }

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

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 172
        /** @var \TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver $requestHandlerResolver */
        $requestHandlerResolver = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver::class);
        $requestHandler = $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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 159
     */
    public function run($content, $configuration)
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @throws \TYPO3\CMS\Extbase\Mvc\Exception\CommandException Is thrown if the response object defined an exit code > 0
at TYPO3\CMS\Extbase\Core\Bootstrap->run(null, array('extensionName' => 'WsT3bootstrap', 'vendorName' => 'WapplerSystems', 'pluginName' => 'Page', 'variables' => array('data' => array('uid' => 783, 'pid' => 731, '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' => 0, 'tstamp' => 1636972418, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 30, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1636972418, 'cruser_id' => 30, 'hidden' => 0, 'title' => 'BEGA-Kurs Volleyball', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1644929309, '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' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tx_fluidpages_templatefile' => null, 'tx_fluidpages_layout' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_big' => 0, 'header_darken' => 0, 'comments_active' => 1, 'sharing_enabled' => 1, 'archive_date' => 0, 'comments' => null, 'tags' => null, 'authors' => null, 'icon' => '', 'tx_csseo_title_only' => 0, 'tx_csseo_keyword' => '', 'tx_csseo_tw_creator' => '', 'crdate_month' => 11, 'crdate_year' => 2021, 'tx_csseo_tw_site' => '', 'video' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '', 'slug' => '/fachbereiche/sport/projekte/begabungsfoerderung-im-basketball/bega-kurs-volleyball', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'publish_date' => 1636972418), 'current' => null, 'siteConfig' => array('base' => 'https://www.fosberlin.eu', 'baseVariants' => array(), 'errorHandling' => array(array('errorCode' => '404', 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16'), array('errorCode' => '500', 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => '403', 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235')), 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => '0', 'base' => '/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'English', 'enabled' => false, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.UTF-8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en-US', 'direction' => '', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb', 'languageId' => '1')), 'rootPageId' => 1, 'routeEnhancers' => array('NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => '@widget_0/currentPage')), array('routePath' => '/tag/{tag_name}', '_controller' => 'News::list', '_arguments' => array('tag_name' => 'overwriteDemand/tags')), array('routePath' => '/blog/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news')), array('routePath' => '/archive/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('page' => '0'), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[0-9]{1..2}', 'year' => '[0-9]{1..4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'default' => '/', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'sys_language_uid' => 0))))
in /kunden/185374_14929/rp-hosting/17/21/typo3_v95/typo3conf/ext/ws_t3bootstrap/Classes/Fluidpages/ContentObject/FluidPageContentObject.php line 86
        $content = $bootstrap->run(null,[
            'extensionName' => 'WsT3bootstrap',
            'vendorName' => 'WapplerSystems',
            'pluginName' => 'Page',
            'variables' => $variables,
        ]);

        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

at WapplerSystems\WsT3bootstrap\Fluidpages\ContentObject\FluidPageContentObject->render(array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor')))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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(WapplerSystems\WsT3bootstrap\Fluidpages\ContentObject\FluidPageContentObject), array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor')))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDPAGETEMPLATE', array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor')), '5')
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        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('meta.' => array('og:type' => 'website', 'og:site_name.' => array('data' => 'TSFE:tmpl|sitetitle'), 'og:image.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '628c', 'width' => '1200')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'twitter:card' => 'summary', 'twitter:card.' => array('override' => 'summary_large_image', 'override.' => array('if.' => array('isTrue.' => array('data' => 'field:twitter_image // field:og_image')))), 'twitter:creator.' => array('data' => 'page:tx_csseo_tw_creator', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:site.' => array('data' => 'page:tx_csseo_tw_site', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:image.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path: // path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '512c', 'width' => '1024')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'X-UA-Compatible' => 'IE=11; IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1')), 'jsInline.' => array('COA', '654.' => array('TEXT', '15.' => array('value' => '', 'wrap' => ' /* Google Tag Manager */ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'#\'); /* End Google Tag Manager */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => ' /* PIWIK */ var _paq = _paq || []; _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//#"; _paq.push([\'setTrackerUrl\', u+\'js/\']); _paq.push([\'setSiteId\', 1]); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.defer=true; g.src=u+\'js/\'; s.parentNode.insertBefore(g,s); })(); /* End PIWIK */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'headerData.' => array('COA', '657.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=#"></script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script> /* Google Analytics Optout */ var gaProperty = \'#\'; var disableStr = \'ga-disable-\' + gaProperty; if (document.cookie.indexOf(disableStr + \'=true\') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; window[disableStr] = true; } /* Google Analytics */ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', gaProperty, { \'anonymize_ip\': true }); /* End Google Analytics */</script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'TEXT', '20.' => array('value' => '<meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="format-detection" content="telephone=no">'), 'TEXT', '30.' => array('value' => '{page:nav_title//page:title}', 'insertData' => '1', 'wrap' => '<meta name="navtitle" content="|">'), 'IMG_RESOURCE', '870.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'includeJSFooter.' => array('EXT:cs_seo/Resources/Public/JavaScript/jquery.cs_seo.ga.js', '654.' => array('if.' => array('isTrue' => '')), 'tether' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/tether.min.js', 'popper' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/bootstrap.js', 'parallax' => 'EXT:demotemplate/Resources/Public/JavaScript/plugins/jquery.parallax.js', 'smartmenus_jquery' => 'EXT:demotemplate/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.js', 'smartmenus_bootstrap' => 'EXT:demotemplate/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.js', 'mmenu' => 'EXT:demotemplate/Resources/Public/JavaScript/mmenu/jquery.mmenu.js', 'mmenu_navbars' => 'EXT:demotemplate/Resources/Public/JavaScript/mmenu/jquery.mmenu.navbars.js', 'fancybox' => 'EXT:demotemplate/Resources/Public/JavaScript/fancybox/jquery.fancybox.js', 'cookiebar' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery.cookiebar.js', 'matchheight' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery.matchHeight.js', 'flexslider' => 'EXT:ws_flexslider/Resources/Public/JavaScript/jquery.flexslider-min.js', 'scrolltotop' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/scrolltotop.js', 'main' => 'EXT:demotemplate/Resources/Public/JavaScript/main.js', 'plugins' => 'EXT:demotemplate/Resources/Public/JavaScript/plugins.js', 'megooglecalendar_fullcalendar' => 'EXT:me_google_calendar/Resources/Public/JavaScript/fullcalendar.min.js', 'megooglecalendar_fullcalendar.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/fullcalendar.min.js'), 'disableCompression' => '0'), 'megooglecalendar_languageall' => 'EXT:me_google_calendar/Resources/Public/JavaScript/locale-all.js', 'megooglecalendar_languageall.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/locale-all.js'), 'disableCompression' => '{$plugin.tx_megooglecalendar.settings.disableCompression}'), 'megooglecalendar_gcal' => 'EXT:me_google_calendar/Resources/Public/JavaScript/gcal.min.js', 'megooglecalendar_gcal.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/gcal.min.js'), 'disableCompression' => '{$plugin.tx_megooglecalendar.settings.disableCompression}'), 'megooglecalendar' => 'EXT:me_google_calendar/Resources/Public/JavaScript/main.min.js', 'megooglecalendar.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/main.min.js'), 'disableCompression' => '{$plugin.tx_megooglecalendar.settings.disableCompression}'), 'nsinstagramlibrary' => 'typo3conf/ext/ns_instagram/Resources/Public/Js/InstagramFeed.min.js', 'nsinstagramFancyboxJs' => 'typo3conf/ext/ns_instagram/Resources/Public/Js/jquery.fancybox.min.js'), 'footerData.' => array('USER', '655.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getSiteSearch', 'userFunc.' => array('pid' => '0', 'searchterm' => 'searchterm'), 'stdWrap.' => array('if.' => array('isTrue' => ''))), 'USER', '656.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getBreadcrumb', 'stdWrap.' => array('if.' => array('isTrue' => '')))), 'includeJSFooterlibs.' => array('jquery' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery-3.1.1.min.js', 'jquery.' => array('forceOnTop' => '1'), 'megooglecalendar_jquery' => 'EXT:me_google_calendar/Resources/Public/JavaScript/jquery/jquery.min.js', 'megooglecalendar_jquery.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/jquery/jquery.min.js'), 'external' => '0', 'disableCompression' => '1'), 'megooglecalendar_jqueryui' => 'EXT:me_google_calendar/Resources/Public/JavaScript/jquery-ui/jquery-ui.min.js', 'megooglecalendar_jqueryui.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/jquery-ui/jquery-ui.min.js'), 'external' => '0', 'disableCompression' => '1'), 'megooglecalendar_moment' => 'EXT:me_google_calendar/Resources/Public/JavaScript/moment.min.js', 'megooglecalendar_moment.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/moment.min.js'), 'disableCompression' => '{$plugin.tx_megooglecalendar.settings.disableCompression}')), 'includeJSLibs.' => array('respondjs' => 'EXT:demotemplate/Resources/Public/JavaScript/Libraries/respond.min.js', 'picturefill' => 'EXT:demotemplate/Resources/Public/JavaScript/picturefill.min.js'), 'includeCSS.' => array('main' => 'EXT:demotemplate/Resources/Private/SCSS/main.scss', 'main.' => array('outputfile' => 'typo3temp/assets/css/demotemplate/main', 'formatter' => 'WapplerSystems\\WsScss\\Formatter\\Autoprefixer', 'linenumber' => 'true', 'sourceMap' => 'true'), 'smartmenus' => 'EXT:demotemplate/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'fancybox' => 'EXT:demotemplate/Resources/Public/CSS/fancybox/jquery.fancybox.css', 'flexslider' => 'EXT:ws_flexslider/Resources/Public/Css/flexslider.css', 'megooglecalendar_main' => 'EXT:me_google_calendar/Resources/Public/Css/main.min.css', 'megooglecalendar_main.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/Css/main.min.css')), 'megooglecalendar_print' => 'EXT:me_google_calendar/Resources/Public/Css/fullcalendar.print.min.css', 'megooglecalendar_print.' => array('media' => 'print', 'if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/Css/fullcalendar.print.min.css')), 'megooglecalendar_theme' => 'EXT:me_google_calendar/Resources/Public/JavaScript/jquery-ui/themes/smoothness/jquery-ui.min.css', 'megooglecalendar_theme.' => array('if.' => array('isTrue' => 'EXT:me_google_calendar/Resources/Public/JavaScript/jquery-ui/themes/smoothness/jquery-ui.min.css'), 'external' => '0'), 'flexslider_mods' => 'EXT:ws_flexslider/Resources/Public/Css/mods.css', 'nsinstagramFontAwesomeCss' => 'https://use.fontawesome.com/releases/v5.2.0/css/all.css', 'nsinstagramFontAwesomeCss.' => array('if.' => array('isTrue' => 'https://use.fontawesome.com/releases/v5.2.0/css/all.css')), 'nsinstagramFancyboxCss' => 'typo3conf/ext/ns_instagram/Resources/Public/Css/jquery.fancybox.min.css', 'nsinstagramCustomcss' => 'typo3conf/ext/ns_instagram/Resources/Public/Css/custom.css', 'nsinstagramCustomcss.' => array('if.' => array('isTrue' => 'typo3conf/ext/ns_instagram/Resources/Public/Css/custom.css'))), 'includeJS.' => array('mail' => 'EXT:demotemplate/Resources/Public/JavaScript/mail.js', 'nsinstagramjQuery' => 'https://code.jquery.com/jquery-latest.min.js', 'nsinstagramjQuery.' => array('if.' => array('isTrue' => 'https://code.jquery.com/jquery-latest.min.js'))), 'shortcutIcon' => 'EXT:demotemplate/Resources/Public/Images/favicon.png', '5.' => array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor')), 'typeNum' => '0', 'FLUIDPAGETEMPLATE', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'USER', '11.' => array('userFunc' => 'WapplerSystems\\WsT3bootstrap\\Utility\\BodyTagHelper->buildClassNames', 'userClass' => 'elements', 'stdWrap.' => array('noTrimWrap' => '| class="|" |')), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|'))))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(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->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // 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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/feedit/Classes/Middleware/FrontendEditInitiator.php line 79
                    }
                }
            }
        }
        return $handler->handle($request);
    }

    /**
     * Returns TRUE if an edit-action is sent from the Admin Panel
at TYPO3\CMS\Feedit\Middleware\FrontendEditInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @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()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 46
     * @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()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.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()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

        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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 53
        ) {
            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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 110
            // Caching is disabled, because otherwise generated URLs could include the ADMCMD_noBeUser parameter
            $GLOBALS['TSFE']->set_no_cache('GET Parameter ADMCMD_noBeUser was given', true);
        }

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

        // Add a info box to the frontend content
        if ($GLOBALS['TSFE']->doWorkspacePreview() && $GLOBALS['TSFE']->isOutputting()) {
            $previewInfo = $this->renderPreviewInfo($GLOBALS['TSFE'], $request->getAttribute('normalizedParams'));
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

        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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 70
                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79

        // Register the frontend user as aspect
        $this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
    {
        $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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f30338f9056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

        return $dispatcher->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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/index.php line 24
// 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 /kunden/185374_14929/rp-hosting/17/21/typo3_src-9.5.26/index.php line 25
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();
});