Whoops, looks like something went wrong.

(1/1) Symfony\Component\Routing\Exception\InvalidParameterException

Parameter "veebe15dbd843ac87ff11be3dd9256b" for route "tx_pixelbrandcontacts_frontend_0" must match ".+" ("" given) to generate a corresponding URL.

in /html/meerbusch.de-typo3-11/vendor/symfony/routing/Generator/UrlGenerator.php line 194
                if (!$optional || $important || !\array_key_exists($varName, $defaults) || (null !== $mergedParams[$varName] && (string) $mergedParams[$varName] !== (string) $defaults[$varName])) {
                    // check requirement (while ignoring look-around patterns)
                    if (null !== $this->strictRequirements && !preg_match('#^'.preg_replace('/\(\?(?:=|<=|!|<!)((?:[^()\\\\]+|\\\\.|\((?1)\))*)\)/', '', $token[2]).'$#i'.(empty($token[4]) ? '' : 'u'), $mergedParams[$token[3]] ?? '')) {
                        if ($this->strictRequirements) {
                            throw new InvalidParameterException(strtr($message, ['{parameter}' => $varName, '{route}' => $name, '{expected}' => $token[2], '{given}' => $mergedParams[$varName]]));
                        }

                        if ($this->logger) {
                            $this->logger->error($message, ['parameter' => $varName, 'route' => $name, 'expected' => $token[2], 'given' => $mergedParams[$varName]]);
at Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(array('veebe15dbd843ac87ff11be3dd9256b' => 0), array('_controller' => 'Contact::detail'), array('veebe15dbd843ac87ff11be3dd9256b' => '.+'), array(array('text', '.html'), array('variable', '/', '.+', 'veebe15dbd843ac87ff11be3dd9256b', true), array('text', '/service-und-politik/ansprechpartner/detail')), array('veebe15dbd843ac87ff11be3dd9256b' => ''), 'tx_pixelbrandcontacts_frontend_0', 1, array(), array())
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Routing/UrlGenerator.php line 55
        // map default values for URL generation (e.g. '1' becomes 'one' if defined in aspect)
        $mappableProcessor = $this->mappableProcessor ?? new MappableProcessor();
        $mappableProcessor->generate($route, $defaults);

        return parent::doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);
    }
}
at TYPO3\CMS\Core\Routing\UrlGenerator->doGenerate(array('veebe15dbd843ac87ff11be3dd9256b'), array('_controller' => 'Contact::detail'), array('veebe15dbd843ac87ff11be3dd9256b' => '.+'), array(array('text', '.html'), array('variable', '/', '.+', 'veebe15dbd843ac87ff11be3dd9256b', true), array('text', '/service-und-politik/ansprechpartner/detail')), array('veebe15dbd843ac87ff11be3dd9256b' => ''), 'tx_pixelbrandcontacts_frontend_0', 1, array(), array())
in /html/meerbusch.de-typo3-11/vendor/symfony/routing/Generator/UrlGenerator.php line 161
                $parameters['_locale'] = $defaults['_locale'];
            }
        }

        return $this->doGenerate($variables, $defaults, $route->getRequirements(), $compiledRoute->getTokens(), $parameters, $name, $referenceType, $compiledRoute->getHostTokens(), $route->getSchemes());
    }

    /**
     * @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
at Symfony\Component\Routing\Generator\UrlGenerator->generate('tx_pixelbrandcontacts_frontend_0', array('veebe15dbd843ac87ff11be3dd9256b' => ''), 1)
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Routing/PageRouter.php line 342
                    $parameters = $route->getOption('deflatedParameters');
                }
                $mappableProcessor->generate($route, $parameters);
                // ABSOLUTE_URL is used as default fallback
                $urlAsString = $generator->generate($routeName, $parameters, $referenceType);
                $uri = new Uri($urlAsString);
                /** @var Route $matchedRoute */
                $matchedRoute = $collection->get($routeName);
                // fetch potential applied defaults for later cHash generation
at TYPO3\CMS\Core\Routing\PageRouter->generateUri(object(TYPO3\CMS\Core\Routing\Route), array('veebe15dbd843ac87ff11be3dd9256b' => ''), '', 'absolute')
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 498
                $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' => 301, 'pid' => 300, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 297, 'tstamp' => 1646236106, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1492518395, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Detail', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1646236106, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_css' => null, 'pxf_claim' => null, 'pxf_images' => 0, 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'pxf_ignore_hidenav' => 0, 'pxf_tracking_code' => null, 'pxf_background_image' => null, 'pxf_image_height' => 0, 'pxf_enable_disqus' => 0, 'pxf_disqus_shortname' => '', 'tsconfig_includes' => '', 'pxf_seo_exclude_in_sitemap' => 0, 'pxf_seo_exclude_in_xml_sitemap' => 0, 'pxf_seo_geo_lat' => '', 'pxf_seo_geo_long' => '', 'pxf_seo_geo_placename' => '', 'pxf_seo_geo_region' => '', 'px_css' => '', 'pxf_seo_canonical_url' => '', 'px_ignore_hidenav' => 0, 'px_no_header' => 0, 'px_hide_navigation' => 0, 'pixelbrand_newsletter_template' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","px_css":"","px_link_css":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","keywords":"","px_seo_geo_lat":"","px_seo_geo_long":"","px_seo_geo_placename":"","px_seo_geo_region":"","px_seo_exclude_in_sitemap":"","px_seo_exclude_in_xml_sitemap":"","no_index":"","no_follow":"","canonical_link":"","microdata_page_type":"","microdata_inject_mode":"","microdata_json":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","px_hide_navigation":"","px_no_header":"","px_no_footer":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","no_search_sub_entries":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","px_ignore_hidenav":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":"","pxf_claim":"","scripts":""}', 'slug' => '/service-und-politik/ansprechpartner/detail', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_no_footer' => 0, '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', 'og_description' => null, 'scripts' => 0, 'no_search_sub_entries' => 0), object(TYPO3\CMS\Core\Site\Entity\Site), array('tx_pixelbrandcontacts_frontend' => array('contact' => '', 'action' => 'detail', 'controller' => 'Contact'), '_language' => object(TYPO3\CMS\Core\Site\Entity\SiteLanguage)), '', array('parameter' => 301, 'addQueryString' => 1, 'addQueryString.' => array('exclude' => 'L,cHash'), 'language' => 0, 'additionalParams' => '', 'no_cache' => ''))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 165
                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, $fragment, $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' => '301', 'typoLinkParameter' => '301'), '|', '', array('parameter' => 301, 'addQueryString' => 1, 'addQueryString.' => array('exclude' => 'L,cHash'), 'language' => 0, 'additionalParams' => '', 'no_cache' => ''))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 4777
                // records set links.
                $tsfe instanceof TypoScriptFrontendController ? $tsfe : null
            );
            try {
                $linkedResult = $linkBuilder->build($linkDetails, $linkText, $target, $conf);
                // Legacy layer, can be removed in TYPO3 v12.0.
                if (!($linkedResult instanceof LinkResultInterface)) {
                    if (is_array($linkedResult)) {
                        [$url, $linkText, $target] = $linkedResult;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink('|', array('parameter' => 301, 'addQueryString' => 1, 'addQueryString.' => array('exclude' => 'L,cHash'), 'language' => 0))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php line 1743
        }
        if ($page['sectionIndex_uid'] ?? false) {
            $conf['section'] = $page['sectionIndex_uid'];
        }
        $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' => 301, 'pid' => 300, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 297, 'tstamp' => 1646236106, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1492518395, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Detail', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1646236106, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_css' => null, 'pxf_claim' => null, 'pxf_images' => 0, 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'pxf_ignore_hidenav' => 0, 'pxf_tracking_code' => null, 'pxf_background_image' => null, 'pxf_image_height' => 0, 'pxf_enable_disqus' => 0, 'pxf_disqus_shortname' => '', 'tsconfig_includes' => '', 'pxf_seo_exclude_in_sitemap' => 0, 'pxf_seo_exclude_in_xml_sitemap' => 0, 'pxf_seo_geo_lat' => '', 'pxf_seo_geo_long' => '', 'pxf_seo_geo_placename' => '', 'pxf_seo_geo_region' => '', 'px_css' => '', 'pxf_seo_canonical_url' => '', 'px_ignore_hidenav' => 0, 'px_no_header' => 0, 'px_hide_navigation' => 0, 'pixelbrand_newsletter_template' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","px_css":"","px_link_css":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","keywords":"","px_seo_geo_lat":"","px_seo_geo_long":"","px_seo_geo_placename":"","px_seo_geo_region":"","px_seo_exclude_in_sitemap":"","px_seo_exclude_in_xml_sitemap":"","no_index":"","no_follow":"","canonical_link":"","microdata_page_type":"","microdata_inject_mode":"","microdata_json":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","px_hide_navigation":"","px_no_header":"","px_no_footer":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","no_search_sub_entries":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","px_ignore_hidenav":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":"","pxf_claim":"","scripts":""}', 'slug' => '/service-und-politik/ansprechpartner/detail', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_no_footer' => 0, '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', 'og_description' => null, 'scripts' => 0, 'no_search_sub_entries' => 0, '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => 0, 'ITEM_STATE' => 'ACT', '_ADD_GETVARS' => 1, '_SAFE' => true, 'isSpacer' => false), '', '', '', null)
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php line 1249
            $thePage = $this->sys_page->getPage($this->menuArr[$key]['pid']);
            $LD = $this->menuTypoLink($thePage, $mainTarget, $addParams, $typeOverride, $overrideId);
        } else {
            $addParams .= ($this->I['val']['additionalParams'] ?? '');
            $LD = $this->menuTypoLink($this->menuArr[$key], $mainTarget, $addParams, $typeOverride, $overrideId);
        }
        // Overriding URL / Target if set to do so:
        if ($this->menuArr[$key]['_OVERRIDE_HREF'] ?? false) {
            $LD['totalURL'] = $this->menuArr[$key]['_OVERRIDE_HREF'];
at TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject->link(0, '', '')
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php line 89
            }
            // Make link tag
            $this->I['val']['ATagParams'] = $this->WMcObj->getATagParams($this->I['val']);
            $this->I['val']['additionalParams'] = $this->WMcObj->stdWrapValue('additionalParams', $this->I['val']);
            $this->I['linkHREF'] = $this->link((int)$key, (string)($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 /html/meerbusch.de-typo3-11/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, '', $this->request);
            $menu->makeMenu();
            $theValue .= $menu->writeMenu();
        } catch (NoSuchMenuTypeException $e) {
        }
        $wrap = $this->cObj->stdWrapValue('wrap', $conf ?? []);
        if ($wrap) {
at TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject->render(array('special' => 'language', 'addQueryString' => 1, 'wrap' => '[|]', 'special.' => array('value' => 'auto'), 'addQueryString.' => array('exclude' => 'L,cHash'), '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 /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php line 414
        $this->validateAndBuildConfiguration();

        // Process Configuration
        $menuContentObject = $cObj->getContentObject('HMENU');
        $renderedMenu = $menuContentObject->render($this->menuConfig);
        if (!$renderedMenu) {
            return $processedData;
        }

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' => '4'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentRootPageUid' => 'TEXT', 'currentRootPageUid.' => array('data' => 'site:rootPageId'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:layout'), 'contentQuickNavigation' => 'CONTENT', 'contentQuickNavigation.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid'), 'slide' => '0'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'), 'slide' => '0')), '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'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\RootlineProcessor', '10001.' => array('as' => 'currentRootline'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\DetailPageMenuProcessor', '1000.' => array('addToMenus' => 'rootlineNavigation', 'config.' => array('table' => 'tx_pixelbrandnews_domain_model_article', 'titleField' => 'title', 'urlParameter' => 'tx_pixelbrandnews_articledetail.article'))), 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'SubPage.html'), 'TEXT', '2.' => array('value' => 'SubPage.html'), 'TEXT', '3.' => array('value' => 'Home.html'), 'TEXT', '10.' => array('value' => 'IndexVHS.html'), 'TEXT', '11.' => array('value' => 'IndexMusikschule.html'))))), array('languages' => 'auto', 'as' => 'languageNavigation'), array('templatePath' => 'layouts/default/', 'contentMain' => '<a class="anchor" id="c591"></a><!--INT_SCRIPT.e328087f823ebd31b05ba6555a459d8f-->', 'treeLevel' => '4', 'isRootpage' => '0', 'currentPageUid' => '301', 'currentRootPageUid' => '1', 'currentLanguageId' => '0', 'currentLanguageTitle' => 'Deutsch', 'currentLanguageIso' => 'de', 'pageLayout' => '0', 'contentQuickNavigation' => '', 'contentTeaser' => '', 'data' => array('uid' => 301, 'pid' => 300, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 297, 'tstamp' => 1646236106, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1492518395, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Detail', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1646236106, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_css' => null, 'pxf_claim' => null, 'pxf_images' => 0, 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'pxf_ignore_hidenav' => 0, 'pxf_tracking_code' => null, 'pxf_background_image' => null, 'pxf_image_height' => 0, 'pxf_enable_disqus' => 0, 'pxf_disqus_shortname' => '', 'tsconfig_includes' => '', 'pxf_seo_exclude_in_sitemap' => 0, 'pxf_seo_exclude_in_xml_sitemap' => 0, 'pxf_seo_geo_lat' => '', 'pxf_seo_geo_long' => '', 'pxf_seo_geo_placename' => '', 'pxf_seo_geo_region' => '', 'px_css' => '', 'pxf_seo_canonical_url' => '', 'px_ignore_hidenav' => 0, 'px_no_header' => 0, 'px_hide_navigation' => 0, 'pixelbrand_newsletter_template' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","px_css":"","px_link_css":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","keywords":"","px_seo_geo_lat":"","px_seo_geo_long":"","px_seo_geo_placename":"","px_seo_geo_region":"","px_seo_exclude_in_sitemap":"","px_seo_exclude_in_xml_sitemap":"","no_index":"","no_follow":"","canonical_link":"","microdata_page_type":"","microdata_inject_mode":"","microdata_json":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","px_hide_navigation":"","px_no_header":"","px_no_footer":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","no_search_sub_entries":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","px_ignore_hidenav":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":"","pxf_claim":"","scripts":""}', 'slug' => '/service-und-politik/ansprechpartner/detail', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_no_footer' => 0, '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', 'og_description' => null, 'scripts' => 0, 'no_search_sub_entries' => 0), 'current' => null))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/ContentDataProcessor.php line 56
            foreach ($processorKeys as $key) {
                $dataProcessor = $this->getDataProcessor($processors[$key]);
                $processorConfiguration = $processors[$key . '.'] ?? [];
                $variables = $dataProcessor->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' => '4'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentRootPageUid' => 'TEXT', 'currentRootPageUid.' => array('data' => 'site:rootPageId'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:layout'), 'contentQuickNavigation' => 'CONTENT', 'contentQuickNavigation.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid'), 'slide' => '0'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'), 'slide' => '0')), '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'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\RootlineProcessor', '10001.' => array('as' => 'currentRootline'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\DetailPageMenuProcessor', '1000.' => array('addToMenus' => 'rootlineNavigation', 'config.' => array('table' => 'tx_pixelbrandnews_domain_model_article', 'titleField' => 'title', 'urlParameter' => 'tx_pixelbrandnews_articledetail.article'))), 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'SubPage.html'), 'TEXT', '2.' => array('value' => 'SubPage.html'), 'TEXT', '3.' => array('value' => 'Home.html'), 'TEXT', '10.' => array('value' => 'IndexVHS.html'), 'TEXT', '11.' => array('value' => 'IndexMusikschule.html'))))), array('templatePath' => 'layouts/default/', 'contentMain' => '<a class="anchor" id="c591"></a><!--INT_SCRIPT.e328087f823ebd31b05ba6555a459d8f-->', 'treeLevel' => '4', 'isRootpage' => '0', 'currentPageUid' => '301', 'currentRootPageUid' => '1', 'currentLanguageId' => '0', 'currentLanguageTitle' => 'Deutsch', 'currentLanguageIso' => 'de', 'pageLayout' => '0', 'contentQuickNavigation' => '', 'contentTeaser' => '', 'data' => array('uid' => 301, 'pid' => 300, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 297, 'tstamp' => 1646236106, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 2, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1492518395, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Detail', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => '0', 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1646236106, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'categories' => 0, 'pxf_css' => null, 'pxf_claim' => null, 'pxf_images' => 0, 'tx_realurl_pathsegment' => '', 'tx_realurl_pathoverride' => 0, 'tx_realurl_exclude' => 0, 'pxf_ignore_hidenav' => 0, 'pxf_tracking_code' => null, 'pxf_background_image' => null, 'pxf_image_height' => 0, 'pxf_enable_disqus' => 0, 'pxf_disqus_shortname' => '', 'tsconfig_includes' => '', 'pxf_seo_exclude_in_sitemap' => 0, 'pxf_seo_exclude_in_xml_sitemap' => 0, 'pxf_seo_geo_lat' => '', 'pxf_seo_geo_long' => '', 'pxf_seo_geo_placename' => '', 'pxf_seo_geo_region' => '', 'px_css' => '', 'pxf_seo_canonical_url' => '', 'px_ignore_hidenav' => 0, 'px_no_header' => 0, 'px_hide_navigation' => 0, 'pixelbrand_newsletter_template' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","px_css":"","px_link_css":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","keywords":"","px_seo_geo_lat":"","px_seo_geo_long":"","px_seo_geo_placename":"","px_seo_geo_region":"","px_seo_exclude_in_sitemap":"","px_seo_exclude_in_xml_sitemap":"","no_index":"","no_follow":"","canonical_link":"","microdata_page_type":"","microdata_inject_mode":"","microdata_json":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","px_hide_navigation":"","px_no_header":"","px_no_footer":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","no_search_sub_entries":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","px_ignore_hidenav":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":"","pxf_claim":"","scripts":""}', 'slug' => '/service-und-politik/ansprechpartner/detail', 'legacy_overlay_uid' => 0, 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'px_link_css' => null, 'px_no_footer' => 0, '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', 'og_description' => null, 'scripts' => 0, 'no_search_sub_entries' => 0), 'current' => null))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 101
        $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' => '4'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentRootPageUid' => 'TEXT', 'currentRootPageUid.' => array('data' => 'site:rootPageId'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:layout'), 'contentQuickNavigation' => 'CONTENT', 'contentQuickNavigation.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid'), 'slide' => '0'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'), 'slide' => '0')), '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'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\RootlineProcessor', '10001.' => array('as' => 'currentRootline'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\DetailPageMenuProcessor', '1000.' => array('addToMenus' => 'rootlineNavigation', 'config.' => array('table' => 'tx_pixelbrandnews_domain_model_article', 'titleField' => 'title', 'urlParameter' => 'tx_pixelbrandnews_articledetail.article'))), 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'SubPage.html'), 'TEXT', '2.' => array('value' => 'SubPage.html'), 'TEXT', '3.' => array('value' => 'Home.html'), 'TEXT', '10.' => array('value' => 'IndexVHS.html'), 'TEXT', '11.' => array('value' => 'IndexMusikschule.html'))))))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 800
        }

        // 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' => '4'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentRootPageUid' => 'TEXT', 'currentRootPageUid.' => array('data' => 'site:rootPageId'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:layout'), 'contentQuickNavigation' => 'CONTENT', 'contentQuickNavigation.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid'), 'slide' => '0'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'), 'slide' => '0')), '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'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\RootlineProcessor', '10001.' => array('as' => 'currentRootline'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\DetailPageMenuProcessor', '1000.' => array('addToMenus' => 'rootlineNavigation', 'config.' => array('table' => 'tx_pixelbrandnews_domain_model_article', 'titleField' => 'title', 'urlParameter' => 'tx_pixelbrandnews_articledetail.article'))), 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'SubPage.html'), 'TEXT', '2.' => array('value' => 'SubPage.html'), 'TEXT', '3.' => array('value' => 'Home.html'), 'TEXT', '10.' => array('value' => 'IndexVHS.html'), 'TEXT', '11.' => array('value' => 'IndexMusikschule.html'))))))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
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' => '4'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentRootPageUid' => 'TEXT', 'currentRootPageUid.' => array('data' => 'site:rootPageId'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:layout'), 'contentQuickNavigation' => 'CONTENT', 'contentQuickNavigation.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid'), 'slide' => '0'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'), 'slide' => '0')), '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'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\RootlineProcessor', '10001.' => array('as' => 'currentRootline'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\DetailPageMenuProcessor', '1000.' => array('addToMenus' => 'rootlineNavigation', 'config.' => array('table' => 'tx_pixelbrandnews_domain_model_article', 'titleField' => 'title', 'urlParameter' => 'tx_pixelbrandnews_articledetail.article'))), 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'SubPage.html'), 'TEXT', '2.' => array('value' => 'SubPage.html'), 'TEXT', '3.' => array('value' => 'Home.html'), 'TEXT', '10.' => array('value' => 'IndexVHS.html'), 'TEXT', '11.' => array('value' => 'IndexMusikschule.html'))))), '10')
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 698
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('headerData.' => array('TEXT', '1001.' => array('insertData' => '1', 'value' => '<link rel="alternate" type="application/rss+xml" title="RSS" href="{site:base}rss.xml" />'), 'USER_INT', '99996.' => array('userFunc' => 'Pixelbrand\\PixelbrandCookieconsent\\Hooks\\Cookie->getScripts', 'position' => '0'), 'TEXT', '10.' => array('value' => ' <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0, maximum-scale=4.0, user-scalable=1" name="viewport"> <link rel="apple-touch-icon" sizes="57x57" href="layouts/default/util/icons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="layouts/default/util/icons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="layouts/default/util/icons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="layouts/default/util/icons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="layouts/default/util/icons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="layouts/default/util/icons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="layouts/default/util/icons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="layouts/default/util/icons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="layouts/default/util/icons/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="layouts/default/util/icons/android-chrome-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="layouts/default/util/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="layouts/default/util/icons/favicon-16x16.png"> <link rel="shortcut icon" type="image/x-icon" href="layouts/default/util/icons/favicon.ico"> <link rel="manifest" href="layouts/default/util/icons/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="layouts/default/util/icons/mstile-icon-150x150.png"> <meta name="theme-color" content="#ffffff"><!--[if ! lte IE 6]><!--> <link rel="stylesheet" type="text/css" media="screen" href="layouts/default/util/css/base.css"> <link rel="stylesheet" type="text/css" media="screen" href="layouts/default/util/css/custom.css"> <script src="layouts/default/util/js/base.min.js"> </script><!--[if !IE]><!--> <script> if (/*@cc_on!@*/false && document.documentMode === 10) { document.documentElement.className+=\' ie10\'; } </script><!--<![endif]-->'), 'USER', '100.' => array('userFunc' => 'Pixelbrand\\PixelbrandSetup\\Service\\GeoDataService->injectGeoData'), 'USER', '9998.' => array('userFunc' => 'Pixelbrand\\PixelbrandSetup\\Service\\MicroDataService->injectMicroData')), 'footerData.' => array('USER_INT', '99996.' => array('userFunc' => 'Pixelbrand\\PixelbrandCookieconsent\\Hooks\\Cookie->getScripts', 'position' => '2'), 'COA_INT', '99995.' => array('FLUIDTEMPLATE', '10.' => array('file' => 'layouts/default/html/Cookieconsent.html'))), 'USER_INT', '5.' => array('userFunc' => 'Pixelbrand\\PixelbrandCookieconsent\\Hooks\\Cookie->getScripts', 'position' => '1'), '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', 'spamProtectEmailAddresses' => 'ascii', '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', 'index_enable' => '1', 'baseURL' => 'https://meerbusch.de/'), 'bodyTagCObject' => 'FLUIDTEMPLATE', 'bodyTagCObject.' => array('value' => '<body data-pid="{page:uid}">', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => '<body class="index" data-pid="{page:uid}">', 'if.' => array('value' => '1', 'equals.' => array('data' => 'page:is_siteroot')))), 'insertData' => '1', 'templateName' => 'BodyTag', 'templateRootPaths.' => array('layouts/default/html/partials/'), 'variables.' => array('pagetype' => 'CASE', 'pagetype.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'subpage'), 'TEXT', '2.' => array('value' => 'subpage'), 'TEXT', '3.' => array('value' => 'home'), 'TEXT', '10.' => array('value' => 'index-vhs'), 'TEXT', '11.' => array('value' => 'index-ms')), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'))), 'shortcutIcon' => '/layouts/default/favicon.ico', 'meta.' => array('keywords.' => array('data' => 'levelfield:-1, keywords, slide'), 'description.' => array('data' => 'levelfield:-1, description, slide'), 'generator' => 'Pixelbrand', 'generator.' => array('replace' => '1')), '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' => '4'), 'isRootpage' => 'TEXT', 'isRootpage.' => array('field' => 'is_siteroot'), 'currentPageUid' => 'TEXT', 'currentPageUid.' => array('field' => 'uid'), 'currentRootPageUid' => 'TEXT', 'currentRootPageUid.' => array('data' => 'site:rootPageId'), 'currentLanguageId' => 'TEXT', 'currentLanguageId.' => array('data' => 'siteLanguage:languageId'), 'currentLanguageTitle' => 'TEXT', 'currentLanguageTitle.' => array('data' => 'siteLanguage:title'), 'currentLanguageIso' => 'TEXT', 'currentLanguageIso.' => array('data' => 'siteLanguage:iso-639-1'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:layout'), 'contentQuickNavigation' => 'CONTENT', 'contentQuickNavigation.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid'), 'slide' => '0'), 'contentTeaser' => 'CONTENT', 'contentTeaser.' => array('table' => 'tt_content', 'select.' => array('pidInList' => 'this', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'languageField' => 'sys_language_uid'), 'slide' => '0')), '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'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\RootlineProcessor', '10001.' => array('as' => 'currentRootline'), 'Pixelbrand\\PixelbrandUtilities\\DataProcessing\\DetailPageMenuProcessor', '1000.' => array('addToMenus' => 'rootlineNavigation', 'config.' => array('table' => 'tx_pixelbrandnews_domain_model_article', 'titleField' => 'title', 'urlParameter' => 'tx_pixelbrandnews_articledetail.article'))), 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'SubPage.html'), 'TEXT', '2.' => array('value' => 'SubPage.html'), 'TEXT', '3.' => array('value' => 'Home.html'), 'TEXT', '10.' => array('value' => 'IndexVHS.html'), 'TEXT', '11.' => array('value' => 'IndexMusikschule.html')))))))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @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\PixelbrandCookieconsent\Controller\TypoScriptFrontendController))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    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\PixelbrandCookieconsent\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/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(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_utilities/Classes/Middleware/FormTokenMiddleware.php line 51

  }

  // Continue the regular stack
  return $handler->handle($request);

 }

 /**
at Pixelbrand\PixelbrandUtilities\Middleware\FormTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/solr/Classes/Middleware/PageIndexerFinisher.php line 54
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                    (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                    && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_setup/Classes/Middleware/Secure.php line 16

 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);
  }

  $context = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Context\Context::class);

at Pixelbrand\PixelbrandSetup\Middleware\Secure->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_newsletter/Classes/Middleware/Recipient.php line 56

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

  $this->initialize();

at Pixelbrand\PixelbrandNewsletter\Middleware\Recipient->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_newsletter/Classes/Middleware/Link.php line 32

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

        $this->initialize();

at Pixelbrand\PixelbrandNewsletter\Middleware\Link->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_setup/Classes/Middleware/ContentPostProcessor.php line 14

class ContentPostProcessor implements \Psr\Http\Server\MiddlewareInterface {

 public function process(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Server\RequestHandlerInterface $handler) : \Psr\Http\Message\ResponseInterface {
  $response = $handler->handle($request);

  $contentType = reset($response->getHeader('Content-Type'));
  if ($contentType != 'text/html; charset=utf-8') {
   return $response;
at Pixelbrand\PixelbrandSetup\Middleware\ContentPostProcessor->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/solr/Classes/Middleware/PageIndexerInitialization.php line 78
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/solr/Classes/Middleware/FrontendUserAuthenticator.php line 80
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            return $handler->handle($request);
        }

        // disable TSFE cache for TYPO3 v10
        $request = $request->withAttribute('noCache', true);
at ApacheSolrForTypo3\Solr\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_cookieconsent/Classes/Middleware/CookieConsent.php line 41

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

}
at Pixelbrand\PixelbrandCookieconsent\Middleware\CookieConsent->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 91
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/pixelbrand_setup/Classes/Middleware/PasswordProtection.php line 21
  }
  $siteConfiguration = $site->getConfiguration();
  
  if (!$siteConfiguration['px_protect']) {
   return $handler->handle($request);
  }

  if ($siteConfiguration['px_protect_context']) {
   $currentApplicationContext = \TYPO3\CMS\Core\Core\Environment::getContext();
at Pixelbrand\PixelbrandSetup\Middleware\PasswordProtection->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3conf/ext/solr/Classes/Middleware/SolrRoutingMiddleware.php line 123
            $site
        );

        if (empty($page['uid'])) {
            return $handler->handle($request);
        }

        $enhancerConfiguration = $this->getEnhancerConfiguration(
            $site,
at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/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/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3cb->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/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);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/meerbusch.de-typo3-11/typo3/sysext/core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/meerbusch.de-typo3-11/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/meerbusch.de-typo3-11/index.php line 21
call_user_func(static 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();
});