Whoops, looks like something went wrong.

Get help in the TYPO3 Wiki

If you need help solving this exception, you can have a look at the TYPO3 Wiki. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the wiki page.

Find a solution for this exception in the TYPO3 wiki.

(1/1) #1537633463 OutOfRangeException

Hash not resolvable

in /kunden/117026_08223/2021/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php line 73
        if (strlen($hash) < 31) {
            return $hash;
        }
        if (!isset($this->hashes[$hash])) {
            throw new \OutOfRangeException(
                'Hash not resolvable',
                1537633463
            );
        }
at TYPO3\CMS\Core\Routing\Enhancer\VariableProcessor->resolveHash('tx_pixelbrandnews_frontend%5Barticle%5D')
in /kunden/117026_08223/2021/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php line 375
    protected function inflateArray(array $array, ?string $namespace, array $arguments): array
    {
        $result = [];
        foreach ($array as $key => $value) {
            $inflatedKey = $this->resolveHash((string)$key);
            // inflate nested values `namespace__any__nested` -> `namespace__any/nested`
            $inflatedKey = $this->inflateNestedValue($inflatedKey, $namespace, $arguments);
            $steps = explode(static::LEVEL_DELIMITER, $inflatedKey);
            $pointer = &$result;
at TYPO3\CMS\Core\Routing\Enhancer\VariableProcessor->inflateArray(array('tx_pixelbrandnews_frontend%5Barticle%5D' => '434'), 'tx_pixelbrandnews_articlelist', array())
in /kunden/117026_08223/2021/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php line 191
        if (empty($namespace) || empty($parameters)) {
            return $parameters;
        }

        $parameters = $this->inflateArray($parameters, $namespace, $arguments);
        // apply argument mapping on items of inflated namespace parameters
        if (!empty($parameters[$namespace]) && !empty($arguments)) {
            $parameters[$namespace] = $this->inflateKeys($parameters[$namespace], null, $arguments, false);
        }
at TYPO3\CMS\Core\Routing\Enhancer\VariableProcessor->inflateNamespaceParameters(array('tx_pixelbrandnews_frontend%5Barticle%5D' => '434'), 'tx_pixelbrandnews_articlelist')
in /kunden/117026_08223/2021/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php line 171
     */
    public function inflateParameters(array $parameters, array $internals = []): array
    {
        $parameters = $this->getVariableProcessor()
            ->inflateNamespaceParameters($parameters, $this->namespace);
        $parameters[$this->namespace] = $parameters[$this->namespace] ?? [];

        // Invalid if there is no controller given, so this enhancers does not do anything
        if (empty($internals['_controller'] ?? null)) {
at TYPO3\CMS\Extbase\Routing\ExtbasePluginEnhancer->inflateParameters(array('tx_pixelbrandnews_frontend%5Barticle%5D' => '434'))
in /kunden/117026_08223/2021/typo3/sysext/core/Classes/Routing/PageRouter.php line 346
                $appliedDefaults = $matchedRoute->getOption('_appliedDefaults') ?? [];
                parse_str($uri->getQuery() ?? '', $remainingQueryParameters);
                $enhancer = $route->getEnhancer();
                if ($enhancer instanceof InflatableEnhancerInterface) {
                    $remainingQueryParameters = $enhancer->inflateParameters($remainingQueryParameters);
                }
                $pageRouteResult = $this->buildPageArguments($route, array_merge($appliedDefaults, $parameters), $remainingQueryParameters);
                break;
            } catch (MissingMandatoryParametersException $e) {
at TYPO3\CMS\Core\Routing\PageRouter->generateUri(object(TYPO3\CMS\Core\Routing\Route), array('tx_pixelbrandnews_frontend%5Barticle%5D' => '434', 't333b1bac2ae48b33631472133aa504' => '6'), '', 'absolute')
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 419
                $uri = $siteOfTargetPage->getRouter()->generateUri(
                    $targetPageId,
                    $queryParameters,
                    $fragment,
                    $useAbsoluteUrl ? RouterInterface::ABSOLUTE_URL : RouterInterface::ABSOLUTE_PATH
                );
            } catch (InvalidRouteArgumentsException $e) {
                throw new UnableToLinkException('The target page could not be linked. Error: ' . $e->getMessage(), 1535472406);
            }
at TYPO3\CMS\Frontend\Typolink\PageLinkBuilder->generateUrlForPageWithSiteConfiguration(array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1614601458, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1386842348, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Aktuell', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1614608426, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_claim' => '', 'tsconfig_includes' => null, 'px_css' => null, 'px_ignore_hidenav' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:69:{s:7:"doktype";N;s:6:"px_css";N;s:11:"px_link_css";N;s:5:"title";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:9:"seo_title";N;s:11:"description";N;s:14:"px_seo_geo_lat";N;s:15:"px_seo_geo_long";N;s:20:"px_seo_geo_placename";N;s:17:"px_seo_geo_region";N;s:25:"px_seo_exclude_in_sitemap";N;s:29:"px_seo_exclude_in_xml_sitemap";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:19:"microdata_page_type";N;s:21:"microdata_inject_mode";N;s:14:"microdata_json";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:18:"px_hide_navigation";N;s:12:"px_no_header";N;s:12:"px_no_footer";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:17:"px_ignore_hidenav";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:9:"pxf_claim";N;s:17:"px_tracking_code3";N;s:17:"px_tracking_code2";N;s:16:"px_tracking_code";N;}', 'slug' => '/aktuell', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_follow' => 0, 'og_title' => '', 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_hide_navigation' => 0, 'px_no_header' => 0, 'px_no_footer' => 0, 'px_tracking_code' => null, 'px_tracking_code2' => null, 'px_tracking_code3' => null, 'px_seo_geo_lat' => '', 'px_seo_geo_long' => '', 'px_seo_geo_region' => '', 'px_seo_geo_placename' => '', 'px_seo_exclude_in_sitemap' => 0, 'px_seo_exclude_in_xml_sitemap' => 0, 'microdata_json' => null, 'microdata_inject_mode' => 'add', 'microdata_page_type' => 'AboutPage', 'no_index' => 0, 'og_description' => null, 'og_image' => 0), object(TYPO3\CMS\Core\Site\Entity\Site), array('tx_pixelbrandnews_frontend%5Barticle%5D' => '434', 'tx_pixelbrandnews_articlelist' => array('@widget_0' => array('currentPage' => '6'), 'action' => 'articlelist', 'controller' => 'Article'), '_language' => object(TYPO3\CMS\Core\Site\Entity\SiteLanguage)), '', array('parameter' => 7, 'additionalParams' => '&tx_pixelbrandnews_frontend%255Barticle%255D=434&tx_pixelbrandnews_articlelist%5B%40widget_0%5D%5BcurrentPage%5D=6&tx_pixelbrandnews_articlelist%5Baction%5D=articlelist&tx_pixelbrandnews_articlelist%5Bcontroller%5D=Article', 'language' => 0, 'linkAccessRestrictedPages' => false))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 232
                    throw new UnableToLinkException('Link to external page "' . $page['uid'] . '" does not have a proper target URL, so "' . $linkText . '" was not linked.', 1551621999, null, $linkText);
                }
            } else {
                // Generate the URL
                $url = $this->generateUrlForPageWithSiteConfiguration($page, $siteOfTargetPage, $queryParameters, $sectionMark, $conf);
                // no scheme => always not external
                if (!$url->getScheme() || !$url->getHost()) {
                    $treatAsExternalLink = false;
                } else {
at TYPO3\CMS\Frontend\Typolink\PageLinkBuilder->build(array('type' => 'page', 'pageuid' => '7', 'typoLinkParameter' => '7'), '|', '', array('parameter' => 7, 'additionalParams' => '&tx_pixelbrandnews_frontend%255Barticle%255D=434&tx_pixelbrandnews_articlelist%5B%40widget_0%5D%5BcurrentPage%5D=6&tx_pixelbrandnews_articlelist%5Baction%5D=articlelist&tx_pixelbrandnews_articlelist%5Bcontroller%5D=Article', 'language' => 0, 'linkAccessRestrictedPages' => false))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5087
                $this,
                $tsfe
            );
            try {
                [$this->lastTypoLinkUrl, $linkText, $target] = $linkBuilder->build($linkDetails, $linkText, $target, $conf);
                $this->lastTypoLinkTarget = htmlspecialchars($target);
                $this->lastTypoLinkLD['target'] = htmlspecialchars($target);
                $this->lastTypoLinkLD['totalUrl'] = $this->lastTypoLinkUrl;
            } catch (UnableToLinkException $e) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink('|', array('parameter' => 7, 'additionalParams' => '&tx_pixelbrandnews_frontend%255Barticle%255D=434&tx_pixelbrandnews_articlelist%5B%40widget_0%5D%5BcurrentPage%5D=6&tx_pixelbrandnews_articlelist%5Baction%5D=articlelist&tx_pixelbrandnews_articlelist%5Bcontroller%5D=Article', 'language' => 0, 'linkAccessRestrictedPages' => false))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php line 1882
        if ($page['sectionIndex_uid'] ?? false) {
            $conf['section'] = $page['sectionIndex_uid'];
        }
        $conf['linkAccessRestrictedPages'] = !empty($this->mconf['showAccessRestrictedPages']);
        $this->parent_cObj->typoLink('|', $conf);
        $LD = $this->parent_cObj->lastTypoLinkLD;
        $LD['totalURL'] = $this->parent_cObj->lastTypoLinkUrl;
        return $LD;
    }
at TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject->menuTypoLink(array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1614601458, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1386842348, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Aktuell', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1614608426, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_claim' => '', 'tsconfig_includes' => null, 'px_css' => null, 'px_ignore_hidenav' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:69:{s:7:"doktype";N;s:6:"px_css";N;s:11:"px_link_css";N;s:5:"title";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:9:"seo_title";N;s:11:"description";N;s:14:"px_seo_geo_lat";N;s:15:"px_seo_geo_long";N;s:20:"px_seo_geo_placename";N;s:17:"px_seo_geo_region";N;s:25:"px_seo_exclude_in_sitemap";N;s:29:"px_seo_exclude_in_xml_sitemap";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:19:"microdata_page_type";N;s:21:"microdata_inject_mode";N;s:14:"microdata_json";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:18:"px_hide_navigation";N;s:12:"px_no_header";N;s:12:"px_no_footer";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:17:"px_ignore_hidenav";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:9:"pxf_claim";N;s:17:"px_tracking_code3";N;s:17:"px_tracking_code2";N;s:16:"px_tracking_code";N;}', 'slug' => '/aktuell', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_follow' => 0, 'og_title' => '', 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_hide_navigation' => 0, 'px_no_header' => 0, 'px_no_footer' => 0, 'px_tracking_code' => null, 'px_tracking_code2' => null, 'px_tracking_code3' => null, 'px_seo_geo_lat' => '', 'px_seo_geo_long' => '', 'px_seo_geo_region' => '', 'px_seo_geo_placename' => '', 'px_seo_exclude_in_sitemap' => 0, 'px_seo_exclude_in_xml_sitemap' => 0, 'microdata_json' => null, 'microdata_inject_mode' => 'add', 'microdata_page_type' => 'AboutPage', 'no_index' => 0, 'og_description' => null, 'og_image' => 0, '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => 0, 'ITEM_STATE' => 'ACT', '_ADD_GETVARS' => '&tx_pixelbrandnews_frontend%255Barticle%255D=434&tx_pixelbrandnews_articlelist%5B%40widget_0%5D%5BcurrentPage%5D=6&tx_pixelbrandnews_articlelist%5Baction%5D=articlelist&tx_pixelbrandnews_articlelist%5Bcontroller%5D=Article', '_SAFE' => true, 'isSpacer' => false), null, '&tx_pixelbrandnews_frontend%255Barticle%255D=434&tx_pixelbrandnews_articlelist%5B%40widget_0%5D%5BcurrentPage%5D=6&tx_pixelbrandnews_articlelist%5Baction%5D=articlelist&tx_pixelbrandnews_articlelist%5Bcontroller%5D=Article', null, null)
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php line 1346
            $addParams .= $this->menuArr[$key]['_ADD_GETVARS'];
            $LD = $this->menuTypoLink($thePage, $mainTarget, $addParams, $typeOverride, $overrideId);
        } else {
            $addParams .= ($this->I['val']['additionalParams'] ?? '') . $this->menuArr[$key]['_ADD_GETVARS'];
            $LD = $this->menuTypoLink($this->menuArr[$key], $mainTarget, $addParams, $typeOverride, $overrideId);
        }
        // Override default target configuration if option is set
        if ($this->menuArr[$key]['target']) {
            $LD['target'] = $this->menuArr[$key]['target'];
at TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject->link(0, null, null)
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php line 89
            $this->I['val']['ATagParams'] = $this->WMcObj->getATagParams($this->I['val']);
            if (isset($this->I['val']['additionalParams.'])) {
                $this->I['val']['additionalParams'] = $this->WMcObj->stdWrap($this->I['val']['additionalParams'], $this->I['val']['additionalParams.']);
            }
            $this->I['linkHREF'] = $this->link($key, $this->I['val']['altTarget'], $this->mconf['forceTypeValue']);
            if (empty($this->I['linkHREF'])) {
                $this->I['val']['doNotLinkIt'] = 1;
            }
            // Title attribute of links:
at TYPO3\CMS\Frontend\ContentObject\Menu\TextMenuContentObject->writeMenu()
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php line 55
            $GLOBALS['TSFE']->register['count_MENUOBJ'] = 0;
            $menu->parent_cObj = $this->cObj;
            $menu->start($GLOBALS['TSFE']->tmpl, $GLOBALS['TSFE']->sys_page, '', $conf, 1);
            $menu->makeMenu();
            $theValue .= $menu->writeMenu();
        } catch (NoSuchMenuTypeException $e) {
        }
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
at TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject->render(array('special' => 'language', 'addQueryString' => 1, 'addQueryString.' => array('method' => 'GET', 'exclude' => 'cHash'), 'wrap' => '[|]', 'special.' => array('value' => 'auto'), 'TMENU', '1.' => array('IProcFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->replacePlaceholderInRenderedMenuItem', 'NO' => '1', 'NO.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '{|}, |*| {|}, |*| {|}', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('LOAD_REGISTER', '1.' => array('languageId.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('data' => 'register:languages_HMENU'), 'listNum.' => array('stdWrap.' => array('data' => 'register:count_HMENU_MENUOBJ', 'wrap' => '|-1'), 'splitChar' => ',')))), 'TEXT', '10.' => array('stdWrap.' => array('data' => 'register:languageId'), 'wrap' => '"languageId":|'), 'USER', '11.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'locale', 'stdWrap.' => array('wrap' => ',"locale":|')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'title', 'stdWrap.' => array('wrap' => ',"title":|')), 'USER', '21.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'navigationTitle', 'stdWrap.' => array('wrap' => ',"navigationTitle":|')), 'USER', '22.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'twoLetterIsoCode', 'stdWrap.' => array('wrap' => ',"twoLetterIsoCode":|')), 'USER', '23.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'hreflang', 'stdWrap.' => array('wrap' => ',"hreflang":|')), 'USER', '24.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'direction', 'stdWrap.' => array('wrap' => ',"direction":|')), 'USER', '25.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'flag', 'stdWrap.' => array('wrap' => ',"flag":|')), 'TEXT', '90.' => array('value' => '###LINKPLACEHOLDER###', 'wrap' => ',"link":|'), 'TEXT', '91.' => array('value' => '0', 'wrap' => ',"active":|'), 'TEXT', '92.' => array('value' => '0', 'wrap' => ',"current":|'), 'TEXT', '93.' => array('value' => '1', 'wrap' => ',"available":|'), 'RESTORE_REGISTER'))), 'ACT' => '1', 'ACT.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '{|}, |*| {|}, |*| {|}', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('LOAD_REGISTER', '1.' => array('languageId.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('data' => 'register:languages_HMENU'), 'listNum.' => array('stdWrap.' => array('data' => 'register:count_HMENU_MENUOBJ', 'wrap' => '|-1'), 'splitChar' => ',')))), 'TEXT', '10.' => array('stdWrap.' => array('data' => 'register:languageId'), 'wrap' => '"languageId":|'), 'USER', '11.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'locale', 'stdWrap.' => array('wrap' => ',"locale":|')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'title', 'stdWrap.' => array('wrap' => ',"title":|')), 'USER', '21.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'navigationTitle', 'stdWrap.' => array('wrap' => ',"navigationTitle":|')), 'USER', '22.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'twoLetterIsoCode', 'stdWrap.' => array('wrap' => ',"twoLetterIsoCode":|')), 'USER', '23.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'hreflang', 'stdWrap.' => array('wrap' => ',"hreflang":|')), 'USER', '24.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'direction', 'stdWrap.' => array('wrap' => ',"direction":|')), 'USER', '25.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'flag', 'stdWrap.' => array('wrap' => ',"flag":|')), 'TEXT', '90.' => array('value' => '###LINKPLACEHOLDER###', 'wrap' => ',"link":|'), 'TEXT', '91.' => array('value' => '1', 'wrap' => ',"active":|'), 'TEXT', '92.' => array('value' => '0', 'wrap' => ',"current":|'), 'TEXT', '93.' => array('value' => '1', 'wrap' => ',"available":|'), 'RESTORE_REGISTER'))), 'CUR' => '1', 'CUR.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '{|}, |*| {|}, |*| {|}', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('LOAD_REGISTER', '1.' => array('languageId.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('data' => 'register:languages_HMENU'), 'listNum.' => array('stdWrap.' => array('data' => 'register:count_HMENU_MENUOBJ', 'wrap' => '|-1'), 'splitChar' => ',')))), 'TEXT', '10.' => array('stdWrap.' => array('data' => 'register:languageId'), 'wrap' => '"languageId":|'), 'USER', '11.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'locale', 'stdWrap.' => array('wrap' => ',"locale":|')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'title', 'stdWrap.' => array('wrap' => ',"title":|')), 'USER', '21.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'navigationTitle', 'stdWrap.' => array('wrap' => ',"navigationTitle":|')), 'USER', '22.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'twoLetterIsoCode', 'stdWrap.' => array('wrap' => ',"twoLetterIsoCode":|')), 'USER', '23.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'hreflang', 'stdWrap.' => array('wrap' => ',"hreflang":|')), 'USER', '24.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'direction', 'stdWrap.' => array('wrap' => ',"direction":|')), 'USER', '25.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'flag', 'stdWrap.' => array('wrap' => ',"flag":|')), 'TEXT', '90.' => array('value' => '###LINKPLACEHOLDER###', 'wrap' => ',"link":|'), 'TEXT', '91.' => array('value' => '1', 'wrap' => ',"active":|'), 'TEXT', '92.' => array('value' => '1', 'wrap' => ',"current":|'), 'TEXT', '93.' => array('value' => '1', 'wrap' => ',"available":|'), 'RESTORE_REGISTER'))), 'USERDEF1' => '1', 'USERDEF1.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '{|}, |*| {|}, |*| {|}', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('LOAD_REGISTER', '1.' => array('languageId.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('data' => 'register:languages_HMENU'), 'listNum.' => array('stdWrap.' => array('data' => 'register:count_HMENU_MENUOBJ', 'wrap' => '|-1'), 'splitChar' => ',')))), 'TEXT', '10.' => array('stdWrap.' => array('data' => 'register:languageId'), 'wrap' => '"languageId":|'), 'USER', '11.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'locale', 'stdWrap.' => array('wrap' => ',"locale":|')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'title', 'stdWrap.' => array('wrap' => ',"title":|')), 'USER', '21.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'navigationTitle', 'stdWrap.' => array('wrap' => ',"navigationTitle":|')), 'USER', '22.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'twoLetterIsoCode', 'stdWrap.' => array('wrap' => ',"twoLetterIsoCode":|')), 'USER', '23.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'hreflang', 'stdWrap.' => array('wrap' => ',"hreflang":|')), 'USER', '24.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'direction', 'stdWrap.' => array('wrap' => ',"direction":|')), 'USER', '25.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'flag', 'stdWrap.' => array('wrap' => ',"flag":|')), 'TEXT', '90.' => array('value' => '###LINKPLACEHOLDER###', 'wrap' => ',"link":|'), 'TEXT', '91.' => array('value' => '0', 'wrap' => ',"active":|'), 'TEXT', '92.' => array('value' => '0', 'wrap' => ',"current":|'), 'TEXT', '93.' => array('value' => '0', 'wrap' => ',"available":|'), 'RESTORE_REGISTER'))), 'USERDEF2' => '1', 'USERDEF2.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '{|}, |*| {|}, |*| {|}', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('LOAD_REGISTER', '1.' => array('languageId.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('data' => 'register:languages_HMENU'), 'listNum.' => array('stdWrap.' => array('data' => 'register:count_HMENU_MENUOBJ', 'wrap' => '|-1'), 'splitChar' => ',')))), 'TEXT', '10.' => array('stdWrap.' => array('data' => 'register:languageId'), 'wrap' => '"languageId":|'), 'USER', '11.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'locale', 'stdWrap.' => array('wrap' => ',"locale":|')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'title', 'stdWrap.' => array('wrap' => ',"title":|')), 'USER', '21.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'navigationTitle', 'stdWrap.' => array('wrap' => ',"navigationTitle":|')), 'USER', '22.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'twoLetterIsoCode', 'stdWrap.' => array('wrap' => ',"twoLetterIsoCode":|')), 'USER', '23.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'hreflang', 'stdWrap.' => array('wrap' => ',"hreflang":|')), 'USER', '24.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'direction', 'stdWrap.' => array('wrap' => ',"direction":|')), 'USER', '25.' => array('userFunc' => 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor->getFieldAsJson', 'language.' => array('data' => 'register:languageId'), 'field' => 'flag', 'stdWrap.' => array('wrap' => ',"flag":|')), 'TEXT', '90.' => array('value' => '###LINKPLACEHOLDER###', 'wrap' => ',"link":|'), 'TEXT', '91.' => array('value' => '1', 'wrap' => ',"active":|'), 'TEXT', '92.' => array('value' => '0', 'wrap' => ',"current":|'), 'TEXT', '93.' => array('value' => '0', 'wrap' => ',"available":|'), 'RESTORE_REGISTER'))))))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php line 420
        $this->validateAndBuildConfiguration();

        // Process Configuration
        $menuContentObject = $cObj->getContentObject('HMENU');
        $renderedMenu = $menuContentObject->render($this->menuConfig);
        if ($renderedMenu) {
            // Process menu
            $menu = json_decode($renderedMenu, true);
            $processedMenu = [];
at TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor->process(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Default.html', 'layoutRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Layouts/', 'layouts/default/html/layouts/'), 'partialRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Partials/', 'layouts/default/html/partials/'), 'templateRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/', 'layouts/default/html/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:pixelbrand_setup/Resources/Private/Templates/')), 'variables.' => array('templatePath' => 'TEXT', 'templatePath.' => array('value' => 'layouts/default/'), 'contentMain' => 'CONTENT', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid')), 'treeLevel' => 'TEXT', 'treeLevel.' => array('value' => '1'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '2'), 'levels' => '2', 'as' => 'mainNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '21.' => array('special' => 'directory', 'special.' => array('value' => '3'), 'levels' => '1', 'as' => 'metaNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '2', 'as' => 'subNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'as' => 'rootlineNavigation', 'titleField' => 'nav_title // title'))), array('languages' => 'auto', 'as' => 'languageNavigation'), array('templatePath' => 'layouts/default/', 'contentMain' => '<a class="anchor" id="c"></a>', 'treeLevel' => '1', 'isRootpage' => '0', 'currentPageUid' => '7', 'currentLanguageId' => '0', 'currentLanguageTitle' => 'Deutsch', 'currentLanguageIso' => 'de', 'contentTeaser' => '<a class="anchor" id="c780"></a><!--INT_SCRIPT.f02fb9e3f1d5ffecd2d11e1b69ec1477-->', 'contentSlider' => '<div id="slider"> <ul class="slides"> <li> <div class="fahne"> <p>Multifunktionale Sporthalle<br /> <strong>Aktuelles Projekt</strong></p> </div> <img title="Schlossarena Auerbach" alt="Schlossarena Auerbach" src="/media/Default/_processed_/f/8/csm_Schloss-Arena-Auerbach-20180910-NJ4C1411_5be8c0a47d.jpg" width="1000" height="450" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/e/e/csm_Schloss-Arena-Auerbach-20180911-NJ4C1605_c4b900cfc0.jpg" width="1000" height="450" alt="" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/1/2/csm_Aue-NJ4C1808_e476a6ca2a.jpg" width="1000" height="450" alt="" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/f/a/csm_Aue-NJ4C1850_d37753b7c7.jpg" width="1000" height="450" alt="" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/9/a/csm_Aue-NJ4C1923_c9c540f504.jpg" width="1000" height="450" alt="" /> </li> </ul> <div id="fahne">&nbsp;</div> <div id="fahne_txt"></div></div>', 'data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1614601458, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1386842348, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Aktuell', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1614608426, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_claim' => '', 'tsconfig_includes' => null, 'px_css' => null, 'px_ignore_hidenav' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:69:{s:7:"doktype";N;s:6:"px_css";N;s:11:"px_link_css";N;s:5:"title";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:9:"seo_title";N;s:11:"description";N;s:14:"px_seo_geo_lat";N;s:15:"px_seo_geo_long";N;s:20:"px_seo_geo_placename";N;s:17:"px_seo_geo_region";N;s:25:"px_seo_exclude_in_sitemap";N;s:29:"px_seo_exclude_in_xml_sitemap";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:19:"microdata_page_type";N;s:21:"microdata_inject_mode";N;s:14:"microdata_json";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:18:"px_hide_navigation";N;s:12:"px_no_header";N;s:12:"px_no_footer";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:17:"px_ignore_hidenav";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:9:"pxf_claim";N;s:17:"px_tracking_code3";N;s:17:"px_tracking_code2";N;s:16:"px_tracking_code";N;}', 'slug' => '/aktuell', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_follow' => 0, 'og_title' => '', 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_hide_navigation' => 0, 'px_no_header' => 0, 'px_no_footer' => 0, 'px_tracking_code' => null, 'px_tracking_code2' => null, 'px_tracking_code3' => null, 'px_seo_geo_lat' => '', 'px_seo_geo_long' => '', 'px_seo_geo_region' => '', 'px_seo_geo_placename' => '', 'px_seo_exclude_in_sitemap' => 0, 'px_seo_exclude_in_xml_sitemap' => 0, 'microdata_json' => null, 'microdata_inject_mode' => 'add', 'microdata_page_type' => 'AboutPage', 'no_index' => 0, 'og_description' => null, 'og_image' => 0), 'current' => null))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/ContentDataProcessor.php line 61

                $processorConfiguration = $processors[$key . '.'] ?? [];

                $variables = GeneralUtility::makeInstance($className)->process(
                    $cObject,
                    $configuration,
                    $processorConfiguration,
                    $variables
                );
at TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor->process(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Default.html', 'layoutRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Layouts/', 'layouts/default/html/layouts/'), 'partialRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Partials/', 'layouts/default/html/partials/'), 'templateRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/', 'layouts/default/html/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:pixelbrand_setup/Resources/Private/Templates/')), 'variables.' => array('templatePath' => 'TEXT', 'templatePath.' => array('value' => 'layouts/default/'), 'contentMain' => 'CONTENT', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid')), 'treeLevel' => 'TEXT', 'treeLevel.' => array('value' => '1'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '2'), 'levels' => '2', 'as' => 'mainNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '21.' => array('special' => 'directory', 'special.' => array('value' => '3'), 'levels' => '1', 'as' => 'metaNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '2', 'as' => 'subNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'as' => 'rootlineNavigation', 'titleField' => 'nav_title // title'))), array('templatePath' => 'layouts/default/', 'contentMain' => '<a class="anchor" id="c"></a>', 'treeLevel' => '1', 'isRootpage' => '0', 'currentPageUid' => '7', 'currentLanguageId' => '0', 'currentLanguageTitle' => 'Deutsch', 'currentLanguageIso' => 'de', 'contentTeaser' => '<a class="anchor" id="c780"></a><!--INT_SCRIPT.f02fb9e3f1d5ffecd2d11e1b69ec1477-->', 'contentSlider' => '<div id="slider"> <ul class="slides"> <li> <div class="fahne"> <p>Multifunktionale Sporthalle<br /> <strong>Aktuelles Projekt</strong></p> </div> <img title="Schlossarena Auerbach" alt="Schlossarena Auerbach" src="/media/Default/_processed_/f/8/csm_Schloss-Arena-Auerbach-20180910-NJ4C1411_5be8c0a47d.jpg" width="1000" height="450" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/e/e/csm_Schloss-Arena-Auerbach-20180911-NJ4C1605_c4b900cfc0.jpg" width="1000" height="450" alt="" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/1/2/csm_Aue-NJ4C1808_e476a6ca2a.jpg" width="1000" height="450" alt="" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/f/a/csm_Aue-NJ4C1850_d37753b7c7.jpg" width="1000" height="450" alt="" /> </li> <li> <div class="fahne"> </div> <img src="/media/Default/_processed_/9/a/csm_Aue-NJ4C1923_c9c540f504.jpg" width="1000" height="450" alt="" /> </li> </ul> <div id="fahne">&nbsp;</div> <div id="fahne_txt"></div></div>', 'data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1614601458, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1386842348, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Aktuell', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1614608426, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_claim' => '', 'tsconfig_includes' => null, 'px_css' => null, 'px_ignore_hidenav' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:69:{s:7:"doktype";N;s:6:"px_css";N;s:11:"px_link_css";N;s:5:"title";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:9:"seo_title";N;s:11:"description";N;s:14:"px_seo_geo_lat";N;s:15:"px_seo_geo_long";N;s:20:"px_seo_geo_placename";N;s:17:"px_seo_geo_region";N;s:25:"px_seo_exclude_in_sitemap";N;s:29:"px_seo_exclude_in_xml_sitemap";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:19:"microdata_page_type";N;s:21:"microdata_inject_mode";N;s:14:"microdata_json";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:18:"px_hide_navigation";N;s:12:"px_no_header";N;s:12:"px_no_footer";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:17:"px_ignore_hidenav";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:9:"pxf_claim";N;s:17:"px_tracking_code3";N;s:17:"px_tracking_code2";N;s:16:"px_tracking_code";N;}', 'slug' => '/aktuell', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_follow' => 0, 'og_title' => '', 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_hide_navigation' => 0, 'px_no_header' => 0, 'px_no_footer' => 0, 'px_tracking_code' => null, 'px_tracking_code2' => null, 'px_tracking_code3' => null, 'px_seo_geo_lat' => '', 'px_seo_geo_long' => '', 'px_seo_geo_region' => '', 'px_seo_geo_placename' => '', 'px_seo_exclude_in_sitemap' => 0, 'px_seo_exclude_in_xml_sitemap' => 0, 'microdata_json' => null, 'microdata_inject_mode' => 'add', 'microdata_page_type' => 'AboutPage', 'no_index' => 0, 'og_description' => null, 'og_image' => 0), 'current' => null))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 103
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Default.html', 'layoutRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Layouts/', 'layouts/default/html/layouts/'), 'partialRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Partials/', 'layouts/default/html/partials/'), 'templateRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/', 'layouts/default/html/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:pixelbrand_setup/Resources/Private/Templates/')), 'variables.' => array('templatePath' => 'TEXT', 'templatePath.' => array('value' => 'layouts/default/'), 'contentMain' => 'CONTENT', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid')), 'treeLevel' => 'TEXT', 'treeLevel.' => array('value' => '1'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '2'), 'levels' => '2', 'as' => 'mainNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '21.' => array('special' => 'directory', 'special.' => array('value' => '3'), 'levels' => '1', 'as' => 'metaNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '2', 'as' => 'subNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'as' => 'rootlineNavigation', 'titleField' => 'nav_title // title'))))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'Default.html', 'layoutRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Layouts/', 'layouts/default/html/layouts/'), 'partialRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Partials/', 'layouts/default/html/partials/'), 'templateRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/', 'layouts/default/html/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:pixelbrand_setup/Resources/Private/Templates/')), 'variables.' => array('templatePath' => 'TEXT', 'templatePath.' => array('value' => 'layouts/default/'), 'contentMain' => 'CONTENT', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid')), 'treeLevel' => 'TEXT', 'treeLevel.' => array('value' => '1'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '2'), 'levels' => '2', 'as' => 'mainNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '21.' => array('special' => 'directory', 'special.' => array('value' => '3'), 'levels' => '1', 'as' => 'metaNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '2', 'as' => 'subNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'as' => 'rootlineNavigation', 'titleField' => 'nav_title // title'))))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Default.html', 'layoutRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Layouts/', 'layouts/default/html/layouts/'), 'partialRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Partials/', 'layouts/default/html/partials/'), 'templateRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/', 'layouts/default/html/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:pixelbrand_setup/Resources/Private/Templates/')), 'variables.' => array('templatePath' => 'TEXT', 'templatePath.' => array('value' => 'layouts/default/'), 'contentMain' => 'CONTENT', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid')), 'treeLevel' => 'TEXT', 'treeLevel.' => array('value' => '1'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '2'), 'levels' => '2', 'as' => 'mainNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '21.' => array('special' => 'directory', 'special.' => array('value' => '3'), 'levels' => '1', 'as' => 'metaNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '2', 'as' => 'subNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'as' => 'rootlineNavigation', 'titleField' => 'nav_title // title'))), '10')
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 681
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'config.' => array('sys_language_mode' => 'strict', 'linkVars' => 'L', 'disableImgBorderAttr' => '1', 'typolinkEnableLinksAcrossDomains' => '1', 'content_from_pid_allowOutsideDomain' => '1', 'no_cache' => '0', 'contentObjectExceptionHandler' => '0', 'absRefPrefix' => '/', 'compressCss' => '0', 'compressJs' => '0', 'disablePreviewNotification' => '0', 'disablePrefixComment' => '1', 'disableAllHeaderCode' => '0', 'doctype' => 'html5', 'htmlTag_stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => '<html class="no-js" lang="{siteLanguage:twoLetterIsoCode}">', 'insertData' => '1')), 'metaCharset' => 'utf-8', 'headerComment' => '', 'disableBodyTag' => '0'), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('value' => '<body id="page_{page:uid}">', 'insertData' => '1'), 'includeCSS.' => array('/layouts/default/css/style.css', '10.' => array('media' => 'all'), '/layouts/default/css/style.menu.css', '20.' => array('media' => 'all'), '/layouts/default/css/style.content.css', '/layouts/default/css/style.forms.css', '/layouts/default/css/print.css', '/layouts/default/fonts/739461/739461.css', '/layouts/default/fonts/739467/739467.css', '/layouts/default/fonts/entypo/style.css', '/layouts/default/js/jquery.bxslider/jquery.bxslider.css', '/layouts/default/js/jquery.fancybox2/jquery.fancybox.css', '/layouts/default/js/jquery.fancybox2/helpers/jquery.fancybox-thumbs.css', '/layouts/default/css/style.resp.css', '/layouts/default/css/style.resp.small.css', '/layouts/default/css/style.resp.mid.css', '/layouts/default/css/style.cookie.css'), 'includeJS.' => array('layouts/default/js/base.min.js'), 'shortcutIcon' => '/layouts/default/img/favicon/favicon.ico', 'meta.' => array('keywords.' => array('data' => 'levelfield:-1, keywords, slide'), 'description.' => array('data' => 'levelfield:-1, description, slide'), 'generator' => 'Pixelbrand', 'generator.' => array('replace' => '1'), 'robots' => 'noarchive'), 'headerData.' => array('TEXT', '10.' => array('value' => ' <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="apple-touch-icon" sizes="180x180" href="layouts/default/img/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="layouts/default/img/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="layouts/default/img/favicons/favicon-16x16.png"> <link rel="manifest" href="layouts/default/img/favicons/site.webmanifest"> <link rel="mask-icon" href="layouts/default/img/favicons/safari-pinned-tab.svg" color="#2d89ef"> <link rel="shortcut icon" href="layouts/default/img/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#2d89ef"> <meta name="msapplication-config" content="layouts/default/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#ffffff">'), 'USER', '100.' => array('userFunc' => 'Pixelbrand\\PixelbrandSetup\\Service\\GeoDataService->injectGeoData'), 'USER', '9998.' => array('userFunc' => 'Pixelbrand\\PixelbrandSetup\\Service\\MicroDataService->injectMicroData'), 'TEXT', '1001.' => array('value' => '<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />')), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'Default.html', 'layoutRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Layouts/', 'layouts/default/html/layouts/'), 'partialRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/Partials/', 'layouts/default/html/partials/'), 'templateRootPaths.' => array('EXT:pixelbrand_setup/Resources/Private/', 'layouts/default/html/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:pixelbrand_setup/Resources/Private/Templates/')), 'variables.' => array('templatePath' => 'TEXT', 'templatePath.' => array('value' => 'layouts/default/'), 'contentMain' => 'CONTENT', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid')), 'treeLevel' => 'TEXT', 'treeLevel.' => array('value' => '1'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '2'), 'levels' => '2', 'as' => 'mainNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '21.' => array('special' => 'directory', 'special.' => array('value' => '3'), 'levels' => '1', 'as' => 'metaNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '2', 'as' => 'subNavigation', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'as' => 'rootlineNavigation', 'titleField' => 'nav_title // title'))), 'footerData.' => array()))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 231
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(Pixelbrand\PixelbrandUtilities\Controller\TypoScriptFrontendController))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 197
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(Pixelbrand\PixelbrandUtilities\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 133
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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 /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3conf/ext/pixelbrand_setup/Classes/Middleware/Secure.php line 31

 public function process(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Server\RequestHandlerInterface $handler) : \Psr\Http\Message\ResponseInterface {
  $action = $request->getQueryParams()['secure'] ?? NULL;
  if (!$action) {
   return $handler->handle($request);
  }

  $this->initialize();

at Pixelbrand\PixelbrandSetup\Middleware\Secure->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3conf/ext/pixelbrand_setup/Classes/Middleware/CookieConsent.php line 39

    return new \TYPO3\CMS\Core\Http\RedirectResponse($url, 302);
   }
  }
  return $handler->handle($request);
 }

}
at Pixelbrand\PixelbrandSetup\Middleware\CookieConsent->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 88
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 77
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3conf/ext/pixelbrand_setup/Classes/Middleware/PasswordProtection.php line 22
  }
  $siteConfiguration = $site->getConfiguration();
  
  if (!$siteConfiguration['px_protect']) {
   return $handler->handle($request);
  }

  $currentApplicationContext = (string) \TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext();
  if ($siteConfiguration['px_protect_context'] && ($siteConfiguration['px_protect_context'] != $currentApplicationContext)) {
at Pixelbrand\PixelbrandSetup\Middleware\PasswordProtection->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/typo3conf/ext/pixelbrand_utilities/Classes/Middleware/BlacklistMiddleware.php line 27
   return $response;
  }

  // Continue the regular stack if no maintenance mode is active
  return $handler->handle($request);
 }

}
at Pixelbrand\PixelbrandUtilities\Middleware\BlacklistMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b))
in /kunden/117026_08223/2021/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/kunden/117026_08223/2021/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f8cd4d2a41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/117026_08223/2021/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 /kunden/117026_08223/2021/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 /kunden/117026_08223/2021/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 /kunden/117026_08223/2021/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 /kunden/117026_08223/2021/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 /kunden/117026_08223/2021/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();
});