Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1540246570 TYPO3Fluid\Fluid\Core\ViewHelper\Exception

No Content Object definition found at TypoScript object path "lib.navMainPic193"

in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 161
            }
            $setup = $setup[$segment . '.'];
        }
        if (!isset($setup[$lastSegment])) {
            throw new \TYPO3Fluid\Fluid\Core\ViewHelper\Exception(
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => null, 'typoscriptObjectPath' => 'lib.navMainPic193', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/partial_Elements_MainViewFirstLevelItem_a6f14171aa3d6948c42fb953017ef184f667b8d2.php line 162
);
$output22 .= $renderingContext->getVariableProvider()->getByPath('item.data.uid', $array23);
$arguments20['typoscriptObjectPath'] = $output22;
$renderChildrenClosure21 = ($arguments20['data'] !== null) ? function() use ($arguments20) { return $arguments20['data']; } : $renderChildrenClosure21;
$output8 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);

$output8 .= '</div><div class="menue_right"><span class="menue_right_title">';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlViewHelper
$renderChildrenClosure25 = function() use ($renderingContext, $self) {
at partial_Elements_MainViewFirstLevelItem_a6f14171aa3d6948c42fb953017ef184f667b8d2->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Elements/MainViewFirstLevelItem', null, array('item' => array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0)), false)
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 141
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Elements/MainViewFirstLevelItem', 'delegate' => null, 'renderable' => null, 'arguments' => array('item' => array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/partial_NavMainView_d77e82a0010a9fe9fc5056f023795a59e30de701.php line 67
$array11 = array();
$array12 = array (
);$array11['item'] = $renderingContext->getVariableProvider()->getByPath('mainItem', $array12);
$arguments9['arguments'] = $array11;
return TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext);
};
$arguments6 = array();
$arguments6['each'] = NULL;
$arguments6['as'] = NULL;
at partial_NavMainView_d77e82a0010a9fe9fc5056f023795a59e30de701->{closure}()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 133
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0), array('data' => array('uid' => 191, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Footer Quicklinks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1572968082, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1572968082, 'crdate' => 1572967931, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 192, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:5:"title";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/footer-quicklinks', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Footer Quicklinks', 'link' => '/footer-quicklinks', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0), array('data' => array('uid' => 192, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Schnell gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573022840, 'crdate' => 1573022804, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 224, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/schnell-gefunden', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Schnell gefunden', 'link' => '/schnell-gefunden', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0)), 'as' => 'mainItem', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/partial_NavMainView_d77e82a0010a9fe9fc5056f023795a59e30de701.php line 79
$array8 = array (
);$arguments6['each'] = $renderingContext->getVariableProvider()->getByPath('navMain', $array8);
$arguments6['as'] = 'mainItem';

$output5 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);

$output5 .= '<div id="nav_exit_input"><input type="radio" id="nav-exit" name="navFirstLevel" value="Exit"></div></div>';
return $output5;
};
at partial_NavMainView_d77e82a0010a9fe9fc5056f023795a59e30de701->{closure}()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/partial_NavMainView_d77e82a0010a9fe9fc5056f023795a59e30de701.php line 103
     $renderingContext
    );
$arguments0['__thenClosure'] = $renderChildrenClosure1;

return TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments0, $renderChildrenClosure1, $renderingContext);
}


}
at partial_NavMainView_d77e82a0010a9fe9fc5056f023795a59e30de701->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('NavMainView', null, array('settings' => array('pidRoot' => '{$template.pidRoot}'), 'content' => '<div class="bannertext">Herzlich willkommen in der Gemeinde Eisingen</div>', 'content_info' => '', 'startseiteId' => '190', 'sucheid' => '10', 'suchetype' => '7384', 'pageType' => 'content', 'language' => 'de', 'micro' => 'microsite', 'logininfo' => 'no_login', 'hw_helper_defaults' => 'fas', 'link_search' => '10', 'link_legalnotice' => '7', 'link_privacy' => '8', 'link_sitemap' => '9', 'link_accessibility' => '20', 'hw_sitename' => 'Gemeinde Eisingen', 'hw_menuemain' => 'Banner Text', 'hw_headline' => 'Banner Text', 'hw_pagelayout' => '0', 'banner' => '<!--INT_SCRIPT.8f13c5347f05d06363192f628ac1951b-->', 'bannercontrol' => '<!--INT_SCRIPT.4e9a202e287ef9836dca3bd9351ea9fb-->', 'bannerprevnext' => '<!--INT_SCRIPT.20a33dcfcab818596dfc35bcc1d997ef-->', 'data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => array(), 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0), 'current' => null, 'navMain' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0), array('data' => array('uid' => 191, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Footer Quicklinks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1572968082, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1572968082, 'crdate' => 1572967931, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 192, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:5:"title";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/footer-quicklinks', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Footer Quicklinks', 'link' => '/footer-quicklinks', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0), array('data' => array('uid' => 192, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Schnell gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573022840, 'crdate' => 1573022804, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 224, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/schnell-gefunden', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Schnell gefunden', 'link' => '/schnell-gefunden', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0)), 'navMeta' => array(), 'navSub' => array(), 'navLanguage' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'ITEM_STATE' => 'ACT', '_ADD_GETVARS' => '&L=0', '_SAFE' => true, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'available' => 1, 'languageUid' => '{$template.languages}')), 'navBreadcrumb' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => null, 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0))), false)
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 141
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'NavMainView', 'delegate' => null, 'renderable' => null, 'arguments' => array('settings' => array('pidRoot' => '{$template.pidRoot}'), 'content' => '<div class="bannertext">Herzlich willkommen in der Gemeinde Eisingen</div>', 'content_info' => '', 'startseiteId' => '190', 'sucheid' => '10', 'suchetype' => '7384', 'pageType' => 'content', 'language' => 'de', 'micro' => 'microsite', 'logininfo' => 'no_login', 'hw_helper_defaults' => 'fas', 'link_search' => '10', 'link_legalnotice' => '7', 'link_privacy' => '8', 'link_sitemap' => '9', 'link_accessibility' => '20', 'hw_sitename' => 'Gemeinde Eisingen', 'hw_menuemain' => 'Banner Text', 'hw_headline' => 'Banner Text', 'hw_pagelayout' => '0', 'banner' => '<!--INT_SCRIPT.8f13c5347f05d06363192f628ac1951b-->', 'bannercontrol' => '<!--INT_SCRIPT.4e9a202e287ef9836dca3bd9351ea9fb-->', 'bannerprevnext' => '<!--INT_SCRIPT.20a33dcfcab818596dfc35bcc1d997ef-->', 'data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => array(), 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0), 'current' => null, 'navMain' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0), array('data' => array('uid' => 191, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Footer Quicklinks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1572968082, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1572968082, 'crdate' => 1572967931, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 192, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:5:"title";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/footer-quicklinks', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Footer Quicklinks', 'link' => '/footer-quicklinks', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0), array('data' => array('uid' => 192, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Schnell gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573022840, 'crdate' => 1573022804, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 224, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/schnell-gefunden', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'isSpacer' => false), 'title' => 'Schnell gefunden', 'link' => '/schnell-gefunden', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0)), 'navMeta' => array(), 'navSub' => array(), 'navLanguage' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, 'ITEM_STATE' => 'ACT', '_ADD_GETVARS' => '&L=0', '_SAFE' => true, 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'available' => 1, 'languageUid' => '{$template.languages}')), 'navBreadcrumb' => array(array('data' => array('uid' => 193, 'pid' => 190, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'title' => 'Banner Text', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'shortcut' => 0, 'shortcut_mode' => 1, 'subtitle' => '', 'layout' => 0, 'target' => null, 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1573479436, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => null, 'legacy_overlay_uid' => 0, 'tstamp' => 1573479436, 'crdate' => 1573479433, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 64, 'editlock' => 0, 'sys_language_uid' => 0, 'l10n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l10n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'categories' => 0, 'rowDescription' => null, 'slug' => '/banner-text', 'canonical_link' => '', 'hwinventar_noprojekt' => 0, 'tx_impexp_origuid' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Banner Text', 'link' => '/banner-text', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/source_cf668a5d7fc832feb27a09396785ea761930c8cd_Standard_index_html.php line 4322
$arguments690['debug'] = true;
$arguments690['partial'] = 'NavMainView';
$arguments690['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output6 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments690, $renderChildrenClosure691, $renderingContext);

$output6 .= '
</div>

at source_cf668a5d7fc832feb27a09396785ea761930c8cd_Standard_index_html->{closure}()
in /usr/www/users/anna73/eisingen.t3/typo3conf/ext/hwlib/Classes/ViewHelpers/TrimViewHelper.php line 66
     */
    public static function renderStatic(array $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext): string {

        /** @var string $value */
        $value = $renderChildrenClosure();

        // remove new line - does not matter in html anyway
        $value = str_replace(chr(10), '', $value);

at HW\Hwlib\ViewHelpers\TrimViewHelper::renderStatic(array('value' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/source_cf668a5d7fc832feb27a09396785ea761930c8cd_Standard_index_html.php line 4959
};
$arguments4 = array();
$arguments4['value'] = NULL;
$renderChildrenClosure5 = ($arguments4['value'] !== null) ? function() use ($arguments4) { return $arguments4['value']; } : $renderChildrenClosure5;
$output3 .= HW\Hwlib\ViewHelpers\TrimViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
';
return $output3;
at source_cf668a5d7fc832feb27a09396785ea761930c8cd_Standard_index_html->{closure}()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 55
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', $childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/eisingen.t3/typo3temp/var/cache/code/fluid_template/source_cf668a5d7fc832feb27a09396785ea761930c8cd_Standard_index_html.php line 4967
return $output3;
};
$arguments1 = array();

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

return $output0;
}

at source_cf668a5d7fc832feb27a09396785ea761930c8cd_Standard_index_html->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 186
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('workOnSubpart' => 'DOCUMENT_BODY', 'relPathPrefix' => 'fileadmin/templates/', 'partialRootPaths.' => array('fileadmin/templates/fluid/helper/', 'fileadmin/templates/fluid/partials/', 'fileadmin/templates/fluid/navigation/'), 'template' => 'FILE', 'template.' => array('file' => 'fileadmin/templates/main.html'), 'settings.' => array('pidRoot' => '{$template.pidRoot}'), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_info' => 'CONTENT', 'content_info.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'startseiteId' => 'TEXT', 'startseiteId.' => array('data' => 'leveluid : 2'), 'sucheid' => 'TEXT', 'sucheid.' => array('value' => '10'), 'suchetype' => 'TEXT', 'suchetype.' => array('value' => '7384'), 'pageType' => 'TEXT', 'pageType.' => array('value' => 'content'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'micro' => 'TEXT', 'micro.' => array('value' => 'microsite'), 'logininfo' => 'TEXT', 'logininfo.' => array('value' => 'no_login'), 'hw_helper_defaults' => 'TEXT', 'hw_helper_defaults.' => array('value' => 'fas'), 'link_search' => 'TEXT', 'link_search.' => array('value' => '10'), 'link_legalnotice' => 'TEXT', 'link_legalnotice.' => array('value' => '7'), 'link_privacy' => 'TEXT', 'link_privacy.' => array('value' => '8'), 'link_sitemap' => 'TEXT', 'link_sitemap.' => array('value' => '9'), 'link_accessibility' => 'TEXT', 'link_accessibility.' => array('value' => '20'), 'hw_sitename' => 'TEXT', 'hw_sitename.' => array('value' => 'Gemeinde Eisingen'), 'hw_menuemain' => 'TEXT', 'hw_menuemain.' => array('data' => 'leveltitle : 3', 'htmlSpecialChars' => '1'), 'hw_headline' => 'RECORDS', 'hw_headline.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'subtitle//title'))), 'hw_pagelayout' => 'RECORDS', 'hw_pagelayout.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'layout'))), 'banner' => 'USER', 'banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerfe', 'vendorName' => 'HW'), 'bannercontrol' => 'USER', 'bannercontrol.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannercontrol', 'vendorName' => 'HW'), 'bannerprevnext' => 'USER', 'bannerprevnext.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerprevnext', 'vendorName' => 'HW')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('entryLevel' => '2', 'excludeUidList' => '4,17', 'levels' => '6', 'includeSpacer' => '0', 'as' => 'navMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value' => '{$template.pidMeta}'), 'levels' => '1', 'as' => 'navMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '3', 'levels' => '8', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'navSub'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'language', 'special.' => array('value' => '{$template.languages}'), 'as' => 'navLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'rootline', 'special.' => array('range' => '3|-1'), 'includeNotInMenu' => '0', 'as' => 'navBreadcrumb'))))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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(MASK\Mask\Fluid\FluidTemplateContentObject), array('workOnSubpart' => 'DOCUMENT_BODY', 'relPathPrefix' => 'fileadmin/templates/', 'partialRootPaths.' => array('fileadmin/templates/fluid/helper/', 'fileadmin/templates/fluid/partials/', 'fileadmin/templates/fluid/navigation/'), 'template' => 'FILE', 'template.' => array('file' => 'fileadmin/templates/main.html'), 'settings.' => array('pidRoot' => '{$template.pidRoot}'), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_info' => 'CONTENT', 'content_info.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'startseiteId' => 'TEXT', 'startseiteId.' => array('data' => 'leveluid : 2'), 'sucheid' => 'TEXT', 'sucheid.' => array('value' => '10'), 'suchetype' => 'TEXT', 'suchetype.' => array('value' => '7384'), 'pageType' => 'TEXT', 'pageType.' => array('value' => 'content'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'micro' => 'TEXT', 'micro.' => array('value' => 'microsite'), 'logininfo' => 'TEXT', 'logininfo.' => array('value' => 'no_login'), 'hw_helper_defaults' => 'TEXT', 'hw_helper_defaults.' => array('value' => 'fas'), 'link_search' => 'TEXT', 'link_search.' => array('value' => '10'), 'link_legalnotice' => 'TEXT', 'link_legalnotice.' => array('value' => '7'), 'link_privacy' => 'TEXT', 'link_privacy.' => array('value' => '8'), 'link_sitemap' => 'TEXT', 'link_sitemap.' => array('value' => '9'), 'link_accessibility' => 'TEXT', 'link_accessibility.' => array('value' => '20'), 'hw_sitename' => 'TEXT', 'hw_sitename.' => array('value' => 'Gemeinde Eisingen'), 'hw_menuemain' => 'TEXT', 'hw_menuemain.' => array('data' => 'leveltitle : 3', 'htmlSpecialChars' => '1'), 'hw_headline' => 'RECORDS', 'hw_headline.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'subtitle//title'))), 'hw_pagelayout' => 'RECORDS', 'hw_pagelayout.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'layout'))), 'banner' => 'USER', 'banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerfe', 'vendorName' => 'HW'), 'bannercontrol' => 'USER', 'bannercontrol.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannercontrol', 'vendorName' => 'HW'), 'bannerprevnext' => 'USER', 'bannerprevnext.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerprevnext', 'vendorName' => 'HW')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('entryLevel' => '2', 'excludeUidList' => '4,17', 'levels' => '6', 'includeSpacer' => '0', 'as' => 'navMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value' => '{$template.pidMeta}'), 'levels' => '1', 'as' => 'navMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '3', 'levels' => '8', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'navSub'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'language', 'special.' => array('value' => '{$template.languages}'), 'as' => 'navLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'rootline', 'special.' => array('range' => '3|-1'), 'includeNotInMenu' => '0', 'as' => 'navBreadcrumb'))))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('workOnSubpart' => 'DOCUMENT_BODY', 'relPathPrefix' => 'fileadmin/templates/', 'partialRootPaths.' => array('fileadmin/templates/fluid/helper/', 'fileadmin/templates/fluid/partials/', 'fileadmin/templates/fluid/navigation/'), 'template' => 'FILE', 'template.' => array('file' => 'fileadmin/templates/main.html'), 'settings.' => array('pidRoot' => '{$template.pidRoot}'), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_info' => 'CONTENT', 'content_info.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'startseiteId' => 'TEXT', 'startseiteId.' => array('data' => 'leveluid : 2'), 'sucheid' => 'TEXT', 'sucheid.' => array('value' => '10'), 'suchetype' => 'TEXT', 'suchetype.' => array('value' => '7384'), 'pageType' => 'TEXT', 'pageType.' => array('value' => 'content'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'micro' => 'TEXT', 'micro.' => array('value' => 'microsite'), 'logininfo' => 'TEXT', 'logininfo.' => array('value' => 'no_login'), 'hw_helper_defaults' => 'TEXT', 'hw_helper_defaults.' => array('value' => 'fas'), 'link_search' => 'TEXT', 'link_search.' => array('value' => '10'), 'link_legalnotice' => 'TEXT', 'link_legalnotice.' => array('value' => '7'), 'link_privacy' => 'TEXT', 'link_privacy.' => array('value' => '8'), 'link_sitemap' => 'TEXT', 'link_sitemap.' => array('value' => '9'), 'link_accessibility' => 'TEXT', 'link_accessibility.' => array('value' => '20'), 'hw_sitename' => 'TEXT', 'hw_sitename.' => array('value' => 'Gemeinde Eisingen'), 'hw_menuemain' => 'TEXT', 'hw_menuemain.' => array('data' => 'leveltitle : 3', 'htmlSpecialChars' => '1'), 'hw_headline' => 'RECORDS', 'hw_headline.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'subtitle//title'))), 'hw_pagelayout' => 'RECORDS', 'hw_pagelayout.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'layout'))), 'banner' => 'USER', 'banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerfe', 'vendorName' => 'HW'), 'bannercontrol' => 'USER', 'bannercontrol.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannercontrol', 'vendorName' => 'HW'), 'bannerprevnext' => 'USER', 'bannerprevnext.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerprevnext', 'vendorName' => 'HW')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('entryLevel' => '2', 'excludeUidList' => '4,17', 'levels' => '6', 'includeSpacer' => '0', 'as' => 'navMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value' => '{$template.pidMeta}'), 'levels' => '1', 'as' => 'navMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '3', 'levels' => '8', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'navSub'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'language', 'special.' => array('value' => '{$template.languages}'), 'as' => 'navLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'rootline', 'special.' => array('range' => '3|-1'), 'includeNotInMenu' => '0', 'as' => 'navBreadcrumb'))), '10')
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('value' => 'project_main_de', 'wrap' => '<body id="id{field:uid}" class="|">', 'wrap.' => array('insertData' => '1')), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width,initial-scale=1.0,minimum-scale=1.0,user-scalable=no', 'content-language' => 'de'), 'headerData.' => array('TEXT', '10.' => array('value' => ' <script> document.createElement( "picture" ); </script>'), 'TEXT', '30.' => array('value' => ' <script>var html = document.documentElement;</script>'), 'TEXT', '80.' => array('value' => ' <script> window.hw_supportsModules = true; </script> <script nomodule> console.warn("this browser does not support module imports"); window.hw_supportsModules = false; </script>'), 'TEXT', '100.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="fileadmin/templates/img/icons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="fileadmin/templates/img/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="fileadmin/templates/img/icons/favicon-16x16.png"> <link rel="manifest" href="fileadmin/templates/img/icons/site.webmanifest"> <link rel="mask-icon" href="fileadmin/templates/img/icons/safari-pinned-tab.svg" color="#c71d0c"> <link rel="shortcut icon" href="fileadmin/templates/img/icons/favicon.ico"> <meta name="msapplication-TileColor" content="#f0f0f0"> <meta name="msapplication-config" content="fileadmin/templates/img/icons/browserconfig.xml"> <meta name="theme-color" content="#f0f0f0">'), 'TEXT', '110.' => array('value' => ' <!-- REMOVE ON PRODUCTION changeMe removeMe --> <meta http-equiv=\'cache-control\' content=\'no-cache\'> <meta http-equiv=\'expires\' content=\'0\'> <meta http-equiv=\'pragma\' content=\'no-cache\'> <!-- END REMOVE ON PRODUCTION changeMe removeMe -->'), 'TEXT', '120.' => array('value' => ' <!--[if lte IE 9]> <script src="fileadmin/templates/lib/core/html5shiv/html5shiv.min.js" ></script> <script src="fileadmin/templates/lib/core/html5shiv/html5shiv-printshiv.min.js" ></script> <script src="fileadmin/templates/lib/core/respondmore/respondmore.min.js" ></script> <![endif]--> <!--[if lte IE 8]> <script src="fileadmin/templates/lib/core/selectivizr/selectivizr-1.0.2.min.js" ></script> <![endif]-->'), 'TEXT', '130.' => array('value' => ' <script> if(hw_supportsModules) { var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/menu-item-detail.model.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/first-level-menu-item-detail.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/menu-Level-info.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/link-with-child.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/current-page-info.model.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/menu-cols-info.model.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/control-object.model.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/returnable-menu-content-ul-list-element.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); var link = document.createElement(\'link\'); link.rel = \'modulepreload\'; link.href = \'fileadmin/templates/lib/classes/components/menus/basic-menu/models/li-element-with-link-with-child.js\'; document.getElementsByTagName(\'head\')[0].appendChild(link); } </script>'), '3750.' => array('insertData' => '1')), 'footerData.' => array('TEXT', '80.' => array('value' => ' <script> if(!hw_supportsModules) { var newScript = document.createElement(\'script\'); newScript.setAttribute("type", "text/javascript"); newScript.setAttribute("src", "fileadmin/templates/lib/main-dev.js"); document.head.appendChild(newScript); } </script>')), 'typeNum' => '0', 'includeJSFooter.' => array('hwMainJS' => 'fileadmin/templates/lib/main.js', 'hwMainJS.' => array('type' => 'module'), 'hwHelperJS' => 'fileadmin/templates/lib/classes/hw_helper_plugin.js', 'hwHelperJS.' => array('type' => 'module')), 'FLUIDTEMPLATE', '10.' => array('workOnSubpart' => 'DOCUMENT_BODY', 'relPathPrefix' => 'fileadmin/templates/', 'partialRootPaths.' => array('fileadmin/templates/fluid/helper/', 'fileadmin/templates/fluid/partials/', 'fileadmin/templates/fluid/navigation/'), 'template' => 'FILE', 'template.' => array('file' => 'fileadmin/templates/main.html'), 'settings.' => array('pidRoot' => '{$template.pidRoot}'), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_info' => 'CONTENT', 'content_info.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'startseiteId' => 'TEXT', 'startseiteId.' => array('data' => 'leveluid : 2'), 'sucheid' => 'TEXT', 'sucheid.' => array('value' => '10'), 'suchetype' => 'TEXT', 'suchetype.' => array('value' => '7384'), 'pageType' => 'TEXT', 'pageType.' => array('value' => 'content'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'micro' => 'TEXT', 'micro.' => array('value' => 'microsite'), 'logininfo' => 'TEXT', 'logininfo.' => array('value' => 'no_login'), 'hw_helper_defaults' => 'TEXT', 'hw_helper_defaults.' => array('value' => 'fas'), 'link_search' => 'TEXT', 'link_search.' => array('value' => '10'), 'link_legalnotice' => 'TEXT', 'link_legalnotice.' => array('value' => '7'), 'link_privacy' => 'TEXT', 'link_privacy.' => array('value' => '8'), 'link_sitemap' => 'TEXT', 'link_sitemap.' => array('value' => '9'), 'link_accessibility' => 'TEXT', 'link_accessibility.' => array('value' => '20'), 'hw_sitename' => 'TEXT', 'hw_sitename.' => array('value' => 'Gemeinde Eisingen'), 'hw_menuemain' => 'TEXT', 'hw_menuemain.' => array('data' => 'leveltitle : 3', 'htmlSpecialChars' => '1'), 'hw_headline' => 'RECORDS', 'hw_headline.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'subtitle//title'))), 'hw_pagelayout' => 'RECORDS', 'hw_pagelayout.' => array('source.' => array('data' => 'page:uid'), 'tables' => 'pages', 'conf.' => array('pages' => 'TEXT', 'pages.' => array('field' => 'layout'))), 'banner' => 'USER', 'banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerfe', 'vendorName' => 'HW'), 'bannercontrol' => 'USER', 'bannercontrol.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannercontrol', 'vendorName' => 'HW'), 'bannerprevnext' => 'USER', 'bannerprevnext.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Hwbanner', 'pluginName' => 'Hwbannerprevnext', 'vendorName' => 'HW')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('entryLevel' => '2', 'excludeUidList' => '4,17', 'levels' => '6', 'includeSpacer' => '0', 'as' => 'navMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value' => '{$template.pidMeta}'), 'levels' => '1', 'as' => 'navMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '3', 'levels' => '8', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'navSub'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'language', 'special.' => array('value' => '{$template.languages}'), 'as' => 'navLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'rootline', 'special.' => array('range' => '3|-1'), 'includeNotInMenu' => '0', 'as' => 'navBreadcrumb'))), 'USER_INT', '20.' => array('criticalCSS' => 'fileadmin/templates/css/critical_main.css', 'userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->addFileContentToHeadInline', 'polyfillCollection' => 'fileadmin/templates/lib/polyfill_collection.js', 'bowser' => 'fileadmin/templates/lib/core/bowser/bowser.min.js', 'modernizr' => 'fileadmin/templates/js/core/modernizr/modernizr-custom.js', 'hwCore' => 'fileadmin/templates/lib/core/hw_core.js', 'hwCoreHeader' => 'fileadmin/templates/lib/core/hw_core_header-dev.js'), 'USER_INT', '168.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->addFooterFilesByName', 'cssmainbase' => 'fileadmin/templates/css/main.css'), 'USER_INT', '102.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->loadFilesIfElementExists', 'searchedElement' => 'class=frame-hwveranstaltung_hwveranstalt', 'css_leaflet_location' => 'fileadmin/templates/css/leaflet_location.css', 'js_leaflet_location' => 'fileadmin/templates/lib/call/leaflet/location_leaflet-dev.js'), 'USER_INT', '117.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->loadFilesIfElementExists', 'searchedElement' => 'class=frame-hwveranstaltung_hwveranstaltform', 'js_jquery' => 'fileadmin/templates/lib/libs/jquery/jquery-3.3.1.min.js', 'js_jquery_ui' => 'fileadmin/templates/lib/libs/jquery/jquery-ui-1.12.1/jquery-ui.min.js', 'js_jquery_TE' => 'fileadmin/templates/extensions/hw_veranstaltung/js/jQuery-TE_v.1.4.0/jquery-te-1.4.0.min.js', 'js_jquery_timepicker' => 'fileadmin/templates/extensions/hw_veranstaltung/js/jquery-timepicker/jquery.timepicker.min.js', 'js_meldeformular' => 'fileadmin/templates/extensions/hw_veranstaltung/js/hwveranstaltung_frontend_meldeformular.js', 'css_jquery_TE' => 'fileadmin/templates/extensions/hw_veranstaltung/js/jQuery-TE_v.1.4.0/jquery-te-1.4.0.css', 'css_jquery_timepicker' => 'fileadmin/templates/extensions/hw_veranstaltung/js/jquery-timepicker/jquery.timepicker.css'), 'USER_INT', '103.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->loadFilesIfElementExists', 'searchedElement' => 'class=frame-hwfirmenliste_hwfirmenplugin', 'css_leaflet_location' => 'fileadmin/templates/css/leaflet_location.css', 'js_leaflet_location' => 'fileadmin/templates/lib/call/leaflet/location_leaflet-dev.js'), 'USER_INT', '104.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->loadFilesIfElementExists', 'searchedElement' => 'class=frame-hwvereinsliste_hwvereinsplugin', 'css_leaflet_location' => 'fileadmin/templates/css/leaflet_location.css', 'js_leaflet_location' => 'fileadmin/templates/lib/call/leaflet/location_leaflet-dev.js'), 'USER_INT', '150.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->loadFilesIfElementExists', 'searchedElement' => 'class=frame-type-hwfrontendkarte_hwfrontendkartefe', 'css_leaflet_fekarte' => 'fileadmin/templates/css/leaflet_fekarte.css', 'js_leaflet_location' => 'fileadmin/templates/lib/call/leaflet/fekarte_leaflet-dev.js'), 'USER_INT', '172.' => array('userFunc' => 'HW\\Hwlib\\Controller\\FrontendHelper->loadFilesIfElementExists', 'searchedElement' => 'class=frame-hwapothekennotdienst_hwapothekennotdienstfe', 'css_leaflet_location' => 'fileadmin/templates/css/leaflet_fekarte.css', 'js_leaflet_base' => 'fileadmin/templates/lib/libs/leaflet/leaflet-src.js', 'js_leaflet_location' => 'fileadmin/templates/lib/call/leaflet/notdienste_leaflet-dev.js')))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/feedit/Classes/Middleware/FrontendEditInitiator.php line 79
                    }
                }
            }
        }
        return $handler->handle($request);
    }

    /**
     * Returns TRUE if an edit-action is sent from the Admin Panel
at TYPO3\CMS\Feedit\Middleware\FrontendEditInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/eisingen.t3/typo3conf/ext/hwratssystem/Classes/Middleware/RemoveCookieAttrSameSite.php line 40
        $queryParams = [];
        parse_str($request->getUri()->getQuery(), $queryParams);
        $controller = $queryParams['tx_hwratssystem_hwwebservice']['controller'] ?? null;
        if ($controller !== 'Webservice') {
            return $handler->handle($request);
        }

        // das Entfernen des SameSite-Attributs ist ausschließlich bei WebKit notwendig
        if (stripos($request->getHeaderLine('user-agent'), 'AppleWebKit') === false) {
at HW\Hwratssystem\Middleware\RemoveCookieAttrSameSite->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 70
                return $response;
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }
    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
     *
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 85

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

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fe2ef52c056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

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

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /usr/www/users/anna73/typo3_src/typo3_src-9.5.elts/index.php line 25
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});