Whoops, looks like something went wrong.

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

Parameter "tx_news_pi1__news" for route "tx_news_pi1_0" must match "[^/]++" ("ausflug-vorturner/turnrat" given) to generate a corresponding URL.

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

                        if ($this->logger) {
                            $this->logger->error($message, ['parameter' => $varName, 'route' => $name, 'expected' => $token[2], 'given' => $mergedParams[$varName]]);
at Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(array('tx_news_pi1__news' => 0), array('tx_news_pi1__page' => '0', '_controller' => 'News::detail'), array(), array(array('variable', '/', '[^/]++', 'tx_news_pi1__news', true), array('text', '/aktuell/neuigkeiten/artikel')), array('tx_news_pi1__news' => 'ausflug-vorturner/turnrat'), 'tx_news_pi1_0', 1, array(), array())
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Routing/UrlGenerator.php line 55
        // map default values for URL generation (e.g. '1' becomes 'one' if defined in aspect)
        $mappableProcessor = $this->mappableProcessor ?? new MappableProcessor();
        $mappableProcessor->generate($route, $defaults);

        return parent::doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);
    }
}
at TYPO3\CMS\Core\Routing\UrlGenerator->doGenerate(array('tx_news_pi1__news'), array('tx_news_pi1__page' => '0', '_controller' => 'News::detail'), array(), array(array('variable', '/', '[^/]++', 'tx_news_pi1__news', true), array('text', '/aktuell/neuigkeiten/artikel')), array('tx_news_pi1__news' => 'ausflug-vorturner/turnrat'), 'tx_news_pi1_0', 1, array(), array())
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/symfony/routing/Generator/UrlGenerator.php line 160
                $parameters['_locale'] = $defaults['_locale'];
            }
        }

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

    /**
     * @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
at Symfony\Component\Routing\Generator\UrlGenerator->generate('tx_news_pi1_0', array('tx_news_pi1__news' => 'ausflug-vorturner/turnrat'), 1)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Routing/PageRouter.php line 329
                    $parameters = $route->getOption('deflatedParameters');
                }
                $mappableProcessor->generate($route, $parameters);
                // ABSOLUTE_URL is used as default fallback
                $urlAsString = $generator->generate($routeName, $parameters, $referenceType);
                $uri = new Uri($urlAsString);
                /** @var Route $matchedRoute */
                $matchedRoute = $collection->get($routeName);
                // fetch potential applied defaults for later cHash generation
at TYPO3\CMS\Core\Routing\PageRouter->generateUri(object(TYPO3\CMS\Core\Routing\Route), array('tx_news_pi1__news' => 'ausflug-vorturner/turnrat'), '', 'absolute')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 415
                $uri = $siteOfTargetPage->getRouter()->generateUri(
                    $targetPageId,
                    $queryParameters,
                    $fragment,
                    $useAbsoluteUrl ? RouterInterface::ABSOLUTE_URL : RouterInterface::ABSOLUTE_PATH
                );
            } catch (InvalidRouteArgumentsException $e) {
                throw new UnableToLinkException('The target page could not be linked. Error: ' . $e->getMessage(), 1535472406);
            }
at TYPO3\CMS\Frontend\Typolink\PageLinkBuilder->generateUrlForPageWithSiteConfiguration(array('uid' => 1762, 'pid' => 1761, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 1753, 'tstamp' => 1413018589, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 14, 'perms_groupid' => 12, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1413017557, 'cruser_id' => 14, 'hidden' => 0, 'title' => 'Artikel', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1558976223, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'sys_language_uid' => 0, 'rowDescription' => null, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/aktuell/neuigkeiten/artikel', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0), object(TYPO3\CMS\Core\Site\Entity\Site), array('tx_news_pi1' => array('news' => '1278', 'controller' => 'News', 'action' => 'detail'), '_language' => object(TYPO3\CMS\Core\Site\Entity\SiteLanguage)), '', array('parameter' => 1762, 'useCacheHash' => 1, 'additionalParams' => '&tx_news_pi1[news]=1278&tx_news_pi1[controller]=News&tx_news_pi1[action]=detail'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 228
                    throw new UnableToLinkException('Link to external page "' . $page['uid'] . '" does not have a proper target URL, so "' . $linkText . '" was not linked.', 1551621999, null, $linkText);
                }
            } else {
                // Generate the URL
                $url = $this->generateUrlForPageWithSiteConfiguration($page, $siteOfTargetPage, $queryParameters, $sectionMark, $conf);
                // no scheme => always not external
                if (!$url->getScheme() || !$url->getHost()) {
                    $treatAsExternalLink = false;
                } else {
at TYPO3\CMS\Frontend\Typolink\PageLinkBuilder->build(array('type' => 'page', 'pageuid' => '1762', 'typoLinkParameter' => '1762'), '|', '', array('parameter' => 1762, 'useCacheHash' => 1, 'additionalParams' => '&tx_news_pi1[news]=1278&tx_news_pi1[controller]=News&tx_news_pi1[action]=detail'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5061
                $this,
                $tsfe
            );
            try {
                [$this->lastTypoLinkUrl, $linkText, $target] = $linkBuilder->build($linkDetails, $linkText, $target, $conf);
                $this->lastTypoLinkTarget = htmlspecialchars($target);
                $this->lastTypoLinkLD['target'] = htmlspecialchars($target);
                $this->lastTypoLinkLD['totalUrl'] = $this->lastTypoLinkUrl;
            } catch (UnableToLinkException $e) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink('|', array('parameter' => 1762, 'useCacheHash' => 1, 'additionalParams' => '&tx_news_pi1[news]=1278&tx_news_pi1[controller]=News&tx_news_pi1[action]=detail'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5281
     * @see typoLink()
     */
    public function typoLink_URL($conf)
    {
        $this->typoLink('|', $conf);
        return $this->lastTypoLinkUrl;
    }

    /**
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink_URL(array('parameter' => 1762, 'useCacheHash' => 1, 'additionalParams' => '&tx_news_pi1[news]=1278&tx_news_pi1[controller]=News&tx_news_pi1[action]=detail'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3conf/ext/news/Classes/ViewHelpers/LinkViewHelper.php line 141
            default:
                $configuration = $this->getLinkToNewsItem($newsItem, $tsSettings, $configuration);
        }

        $url = $this->cObj->typoLink_URL($configuration);
        if ($uriOnly) {
            return $url;
        }

at GeorgRinger\News\ViewHelpers\LinkViewHelper->render()
at call_user_func(array(object(GeorgRinger\News\ViewHelpers\LinkViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('GeorgRinger\\News\\ViewHelpers\\LinkViewHelper', array('additionalAttributes' => null, 'data' => null, 'class' => 'entry-thumb', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => 'Ausflug Vorturner/Turnrat', 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'newsItem' => object(GeorgRinger\News\Domain\Model\News), 'settings' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,archiveRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'allowEmptyStringsForOverwriteDemand' => '0', 'includeSubCategories' => '0', 'respectSysLanguageInFindInList' => '0', 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'demandClass' => 'GeorgRinger\\Eventnews\\Domain\\Model\\Dto\\Demand', 'analytics' => array('social' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'link' => array('typesOpeningInNewWindow' => '2', 'hrDate' => array('day' => 'j', 'month' => 'n', 'year' => 'Y', '_typoScriptNodeValue' => '0'), 'skipControllerAndAction' => '0'), 'search' => array('fields' => 'teaser,title,bodytext', 'splitSearchWord' => '0'), 'detail' => array('errorHandling' => 'showStandaloneTemplate,EXT:news/Resources/Private/Templates/News/DetailNotFound.html,404', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showPrevNext' => '0', 'showSocialShareButtons' => '1', 'showMetaTags' => '1', 'pageTitle' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'properties' => 'teaser,title', '_typoScriptNodeValue' => '1'), 'media' => array('image' => array('maxWidth' => '900c', 'maxHeight' => '550c', 'lightbox' => array('enabled' => '0', 'class' => 'lightbox', 'width' => '800m', 'height' => '600m', 'rel' => 'lightbox[myImageSet]')), 'video' => array('width' => '282', 'height' => '159'))), 'list' => array('media' => array('dummyImage' => 'EXT:bbsrbtemplate/Resources/Public/News/dummy.jpg', 'image' => array('maxWidth' => '700c', 'maxHeight' => '450c')), 'paginate' => array('itemsPerPage' => '10', 'insertAbove' => '0', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '999'), 'rss' => array('channel' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'opengraph' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'locale' => '', 'region' => '', 'postal-code' => '', 'country-name' => '', 'twitter' => array('card' => 'summary', 'site' => '', 'creator' => '')), 'media' => array('maxWidth' => '', 'maxHeight' => ''), 'firstpage' => array('media' => array('image' => array('maxWidth' => '350c', 'maxHeight' => '250c'))), 'footer' => array('media' => array('image' => array('maxWidth' => '200c', 'maxHeight' => '150c'))), 'slider' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'detaillist' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'categories' => '7', 'categoryConjunction' => 'or', 'archiveRestriction' => '', 'timeRestriction' => '', 'timeRestrictionHigh' => '', 'topNewsRestriction' => '', 'startingpoint' => '162', 'recursive' => '250', 'detailPid' => '1762', 'listPid' => '', 'backPid' => '', 'limit' => '', 'offset' => '', 'hidePagination' => '0', 'excludeAlreadyDisplayedNews' => '0', 'disableOverrideDemand' => '0', 'tags' => '', 'templateLayout' => '1'), 'uriOnly' => false, 'configuration' => array(), 'content' => '', 'section' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 522
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'class' => 'entry-thumb', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => 'Ausflug Vorturner/Turnrat', 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'newsItem' => object(GeorgRinger\News\Domain\Model\News), 'settings' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,archiveRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'allowEmptyStringsForOverwriteDemand' => '0', 'includeSubCategories' => '0', 'respectSysLanguageInFindInList' => '0', 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'demandClass' => 'GeorgRinger\\Eventnews\\Domain\\Model\\Dto\\Demand', 'analytics' => array('social' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'link' => array('typesOpeningInNewWindow' => '2', 'hrDate' => array('day' => 'j', 'month' => 'n', 'year' => 'Y', '_typoScriptNodeValue' => '0'), 'skipControllerAndAction' => '0'), 'search' => array('fields' => 'teaser,title,bodytext', 'splitSearchWord' => '0'), 'detail' => array('errorHandling' => 'showStandaloneTemplate,EXT:news/Resources/Private/Templates/News/DetailNotFound.html,404', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showPrevNext' => '0', 'showSocialShareButtons' => '1', 'showMetaTags' => '1', 'pageTitle' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'properties' => 'teaser,title', '_typoScriptNodeValue' => '1'), 'media' => array('image' => array('maxWidth' => '900c', 'maxHeight' => '550c', 'lightbox' => array('enabled' => '0', 'class' => 'lightbox', 'width' => '800m', 'height' => '600m', 'rel' => 'lightbox[myImageSet]')), 'video' => array('width' => '282', 'height' => '159'))), 'list' => array('media' => array('dummyImage' => 'EXT:bbsrbtemplate/Resources/Public/News/dummy.jpg', 'image' => array('maxWidth' => '700c', 'maxHeight' => '450c')), 'paginate' => array('itemsPerPage' => '10', 'insertAbove' => '0', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '999'), 'rss' => array('channel' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'opengraph' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'locale' => '', 'region' => '', 'postal-code' => '', 'country-name' => '', 'twitter' => array('card' => 'summary', 'site' => '', 'creator' => '')), 'media' => array('maxWidth' => '', 'maxHeight' => ''), 'firstpage' => array('media' => array('image' => array('maxWidth' => '350c', 'maxHeight' => '250c'))), 'footer' => array('media' => array('image' => array('maxWidth' => '200c', 'maxHeight' => '150c'))), 'slider' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'detaillist' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'categories' => '7', 'categoryConjunction' => 'or', 'archiveRestriction' => '', 'timeRestriction' => '', 'timeRestrictionHigh' => '', 'topNewsRestriction' => '', 'startingpoint' => '162', 'recursive' => '250', 'detailPid' => '1762', 'listPid' => '', 'backPid' => '', 'limit' => '', 'offset' => '', 'hidePagination' => '0', 'excludeAlreadyDisplayedNews' => '0', 'disableOverrideDemand' => '0', 'tags' => '', 'templateLayout' => '1'), 'uriOnly' => false, 'configuration' => array(), 'content' => '', 'section' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/partial_List_Itemfirstpage_96e6cf23a5ba46b2a1741940cb4014f6af784d58.php line 1280
);$arguments98['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array101);
$array102 = array (
);$arguments98['title'] = $renderingContext->getVariableProvider()->getByPath('newsItem.title', $array102);

$output97 .= GeorgRinger\News\ViewHelpers\LinkViewHelper::renderStatic($arguments98, $renderChildrenClosure99, $renderingContext);

$output97 .= '
    
   ';
at partial_List_Itemfirstpage_96e6cf23a5ba46b2a1741940cb4014f6af784d58->{closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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 /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/partial_List_Itemfirstpage_96e6cf23a5ba46b2a1741940cb4014f6af784d58.php line 1306
     $renderingContext
    );
$arguments92['__thenClosure'] = $renderChildrenClosure93;

$output91 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments92, $renderChildrenClosure93, $renderingContext);

$output91 .= '
  ';
return $output91;
at partial_List_Itemfirstpage_96e6cf23a5ba46b2a1741940cb4014f6af784d58->{closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 136
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            } else {
                if ($conditionClosures[$elseNodeIndex]()) {
                    return $elseNodeClosure();
                }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/partial_List_Itemfirstpage_96e6cf23a5ba46b2a1741940cb4014f6af784d58.php line 1313
  ';
return $output91;
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments17, $renderChildrenClosure18, $renderingContext);

$output0 .= '
  
  
at partial_List_Itemfirstpage_96e6cf23a5ba46b2a1741940cb4014f6af784d58->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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('List/Itemfirstpage', null, array('newsItem' => object(GeorgRinger\News\Domain\Model\News), 'settings' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,archiveRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'allowEmptyStringsForOverwriteDemand' => '0', 'includeSubCategories' => '0', 'respectSysLanguageInFindInList' => '0', 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'demandClass' => 'GeorgRinger\\Eventnews\\Domain\\Model\\Dto\\Demand', 'analytics' => array('social' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'link' => array('typesOpeningInNewWindow' => '2', 'hrDate' => array('day' => 'j', 'month' => 'n', 'year' => 'Y', '_typoScriptNodeValue' => '0'), 'skipControllerAndAction' => '0'), 'search' => array('fields' => 'teaser,title,bodytext', 'splitSearchWord' => '0'), 'detail' => array('errorHandling' => 'showStandaloneTemplate,EXT:news/Resources/Private/Templates/News/DetailNotFound.html,404', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showPrevNext' => '0', 'showSocialShareButtons' => '1', 'showMetaTags' => '1', 'pageTitle' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'properties' => 'teaser,title', '_typoScriptNodeValue' => '1'), 'media' => array('image' => array('maxWidth' => '900c', 'maxHeight' => '550c', 'lightbox' => array('enabled' => '0', 'class' => 'lightbox', 'width' => '800m', 'height' => '600m', 'rel' => 'lightbox[myImageSet]')), 'video' => array('width' => '282', 'height' => '159'))), 'list' => array('media' => array('dummyImage' => 'EXT:bbsrbtemplate/Resources/Public/News/dummy.jpg', 'image' => array('maxWidth' => '700c', 'maxHeight' => '450c')), 'paginate' => array('itemsPerPage' => '10', 'insertAbove' => '0', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '999'), 'rss' => array('channel' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'opengraph' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'locale' => '', 'region' => '', 'postal-code' => '', 'country-name' => '', 'twitter' => array('card' => 'summary', 'site' => '', 'creator' => '')), 'media' => array('maxWidth' => '', 'maxHeight' => ''), 'firstpage' => array('media' => array('image' => array('maxWidth' => '350c', 'maxHeight' => '250c'))), 'footer' => array('media' => array('image' => array('maxWidth' => '200c', 'maxHeight' => '150c'))), 'slider' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'detaillist' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'categories' => '7', 'categoryConjunction' => 'or', 'archiveRestriction' => '', 'timeRestriction' => '', 'timeRestrictionHigh' => '', 'topNewsRestriction' => '', 'startingpoint' => '162', 'recursive' => '250', 'detailPid' => '1762', 'listPid' => '', 'backPid' => '', 'limit' => '', 'offset' => '', 'hidePagination' => '0', 'excludeAlreadyDisplayedNews' => '0', 'disableOverrideDemand' => '0', 'tags' => '', 'templateLayout' => '1'), 'iterator' => array('index' => 3, 'cycle' => 4, 'total' => 10, 'isFirst' => false, 'isLast' => false, 'isEven' => true, 'isOdd' => false)), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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' => 'List/Itemfirstpage', 'delegate' => null, 'renderable' => null, 'arguments' => array('newsItem' => object(GeorgRinger\News\Domain\Model\News), 'settings' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,archiveRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'allowEmptyStringsForOverwriteDemand' => '0', 'includeSubCategories' => '0', 'respectSysLanguageInFindInList' => '0', 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'demandClass' => 'GeorgRinger\\Eventnews\\Domain\\Model\\Dto\\Demand', 'analytics' => array('social' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'link' => array('typesOpeningInNewWindow' => '2', 'hrDate' => array('day' => 'j', 'month' => 'n', 'year' => 'Y', '_typoScriptNodeValue' => '0'), 'skipControllerAndAction' => '0'), 'search' => array('fields' => 'teaser,title,bodytext', 'splitSearchWord' => '0'), 'detail' => array('errorHandling' => 'showStandaloneTemplate,EXT:news/Resources/Private/Templates/News/DetailNotFound.html,404', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showPrevNext' => '0', 'showSocialShareButtons' => '1', 'showMetaTags' => '1', 'pageTitle' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'properties' => 'teaser,title', '_typoScriptNodeValue' => '1'), 'media' => array('image' => array('maxWidth' => '900c', 'maxHeight' => '550c', 'lightbox' => array('enabled' => '0', 'class' => 'lightbox', 'width' => '800m', 'height' => '600m', 'rel' => 'lightbox[myImageSet]')), 'video' => array('width' => '282', 'height' => '159'))), 'list' => array('media' => array('dummyImage' => 'EXT:bbsrbtemplate/Resources/Public/News/dummy.jpg', 'image' => array('maxWidth' => '700c', 'maxHeight' => '450c')), 'paginate' => array('itemsPerPage' => '10', 'insertAbove' => '0', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '999'), 'rss' => array('channel' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'opengraph' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'locale' => '', 'region' => '', 'postal-code' => '', 'country-name' => '', 'twitter' => array('card' => 'summary', 'site' => '', 'creator' => '')), 'media' => array('maxWidth' => '', 'maxHeight' => ''), 'firstpage' => array('media' => array('image' => array('maxWidth' => '350c', 'maxHeight' => '250c'))), 'footer' => array('media' => array('image' => array('maxWidth' => '200c', 'maxHeight' => '150c'))), 'slider' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'detaillist' => array('media' => array('image' => array('maxWidth' => '70c', 'maxHeight' => '40c'))), 'categories' => '7', 'categoryConjunction' => 'or', 'archiveRestriction' => '', 'timeRestriction' => '', 'timeRestrictionHigh' => '', 'topNewsRestriction' => '', 'startingpoint' => '162', 'recursive' => '250', 'detailPid' => '1762', 'listPid' => '', 'backPid' => '', 'limit' => '', 'offset' => '', 'hidePagination' => '0', 'excludeAlreadyDisplayedNews' => '0', 'disableOverrideDemand' => '0', 'tags' => '', 'templateLayout' => '1'), 'iterator' => array('index' => 3, 'cycle' => 4, 'total' => 10, 'isFirst' => false, 'isLast' => false, 'isEven' => true, 'isOdd' => false)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithRenderStatic.php line 30
    {
        return static::renderStatic(
            $this->arguments,
            $this->buildRenderChildrenClosure(),
            $this->renderingContext
        );
    }

    /**
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper), array('partial' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode), 'arguments' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 56
     * @return mixed
     */
    protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
    {
        $output = $node->evaluate($renderingContext);
        if ($cast) {
            $output = $this->castToString($output);
        }
        return $output;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNode(object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 36
    public function evaluateChildNodes(RenderingContextInterface $renderingContext)
    {
        $evaluatedNodes = [];
        foreach ($this->getChildNodes() as $childNode) {
            $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
        }
        // Make decisions about what to actually return
        if (empty($evaluatedNodes)) {
            return null;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNodes(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 304
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

    /**
     * Helper which is mostly needed when calling renderStatic() from within
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 319
    protected function buildRenderChildrenClosure()
    {
        $self = clone $this;
        return function() use ($self) {
            return $self->renderChildren();
        };
    }

    /**
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->TYPO3Fluid\Fluid\Core\ViewHelper\{closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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' => object(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult), 'as' => 'newsItem', 'key' => null, 'reverse' => false, 'iteration' => 'iterator'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithRenderStatic.php line 30
    {
        return static::renderStatic(
            $this->arguments,
            $this->buildRenderChildrenClosure(),
            $this->renderingContext
        );
    }

    /**
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper), array('each' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'as' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode), 'iteration' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 56
     * @return mixed
     */
    protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
    {
        $output = $node->evaluate($renderingContext);
        if ($cast) {
            $output = $this->castToString($output);
        }
        return $output;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNode(object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 36
    public function evaluateChildNodes(RenderingContextInterface $renderingContext)
    {
        $evaluatedNodes = [];
        foreach ($this->getChildNodes() as $childNode) {
            $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
        }
        // Make decisions about what to actually return
        if (empty($evaluatedNodes)) {
            return null;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNodes(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/RootNode.php line 25
     * @return mixed Evaluated subtree
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $this->evaluateChildNodes($renderingContext);
    }
}
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/fluid/Classes/ViewHelpers/RenderChildrenViewHelper.php line 62
    {
        $subRenderingContext = static::getWidgetRenderingContext($renderingContext);
        $widgetChildNodes = static::getWidgetChildNodes($renderingContext);
        static::addArgumentsToTemplateVariableContainer($subRenderingContext, $arguments['arguments']);
        $output = $widgetChildNodes->evaluate($subRenderingContext);
        static::removeArgumentsFromTemplateVariableContainer($subRenderingContext, $arguments['arguments']);
        return $output;
    }

at TYPO3\CMS\Fluid\ViewHelpers\RenderChildrenViewHelper::renderStatic(array('arguments' => array('paginatedNews' => object(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/ViewHelpers_Widget_Paginate_action_index_f2e8d70851b06330b93eff6b284a6918840cca9b.php line 1781
);
$array266 = array (
);$arguments264['arguments'] = $renderingContext->getVariableProvider()->getByPath('contentArguments', $array266);

$output252 .= TYPO3\CMS\Fluid\ViewHelpers\RenderChildrenViewHelper::renderStatic($arguments264, $renderChildrenClosure265, $renderingContext);

$output252 .= '

';
at ViewHelpers_Widget_Paginate_action_index_f2e8d70851b06330b93eff6b284a6918840cca9b->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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 /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 376
            $actionResult = $this->{$this->errorMethodName}();
        }

        if ($actionResult === null && $this->view instanceof ViewInterface) {
            $this->response->appendContent($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $this->response->appendContent($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $this->response->appendContent((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 213
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Fluid\Core\Widget\WidgetRequest), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetController.php line 54
     */
    public function processRequest(RequestInterface $request, ResponseInterface $response)
    {
        $this->widgetConfiguration = $request->getWidgetContext()->getWidgetConfiguration();
        parent::processRequest($request, $response);
    }

    /**
     * Allows the widget template root path to be overridden via the framework configuration,
at TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetController->processRequest(object(TYPO3\CMS\Fluid\Core\Widget\WidgetRequest), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php line 235
        $subRequest = $this->objectManager->get(WidgetRequest::class);
        $subRequest->setWidgetContext($this->widgetContext);
        $this->passArgumentsToSubRequest($subRequest);
        $subResponse = $this->objectManager->get(Response::class);
        $this->controller->processRequest($subRequest, $subResponse);
        return $subResponse;
    }

    /**
at TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetViewHelper->initiateSubRequest()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3conf/ext/news/Classes/ViewHelpers/Widget/PaginateViewHelper.php line 68
     * @return string
     */
    public function render()
    {
        return $this->initiateSubRequest();
    }
}
at GeorgRinger\News\ViewHelpers\Widget\PaginateViewHelper->render()
at call_user_func(array(object(GeorgRinger\News\ViewHelpers\Widget\PaginateViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php line 132
    {
        $this->validateArguments();
        $this->initialize();
        $this->initializeWidgetContext();
        return $this->callRenderMethod();
    }

    /**
     * Initialize the arguments of the ViewHelper, and call the render() method of the ViewHelper.
at TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(GeorgRinger\News\ViewHelpers\Widget\PaginateViewHelper), array('objects' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'as' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode), 'configuration' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'initial' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 56
     * @return mixed
     */
    protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
    {
        $output = $node->evaluate($renderingContext);
        if ($cast) {
            $output = $this->castToString($output);
        }
        return $output;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNode(object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 36
    public function evaluateChildNodes(RenderingContextInterface $renderingContext)
    {
        $evaluatedNodes = [];
        foreach ($this->getChildNodes() as $childNode) {
            $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
        }
        // Make decisions about what to actually return
        if (empty($evaluatedNodes)) {
            return null;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNodes(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 304
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

    /**
     * Helper which is mostly needed when calling renderStatic() from within
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/ViewHelpers/ElseViewHelper.php line 55
     * @api
     */
    public function render()
    {
        return $this->renderChildren();
    }

    /**
     * @param string $argumentsName
at TYPO3Fluid\Fluid\ViewHelpers\ElseViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\ElseViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\ElseViewHelper), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 211
                }
            }
        }

        return $elseNode instanceof ViewHelperNode ? $elseNode->evaluate($this->renderingContext) : '';
    }

    /**
     * The compiled ViewHelper adds two new ViewHelper arguments: __thenClosure and __elseClosure.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper->renderElseChild()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 62
    {
        if (static::verdict($this->arguments, $this->renderingContext)) {
            return $this->renderThenChild();
        }
        return $this->renderElseChild();
    }

    /**
     * @param array $arguments
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper), array('condition' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 56
     * @return mixed
     */
    protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
    {
        $output = $node->evaluate($renderingContext);
        if ($cast) {
            $output = $this->castToString($output);
        }
        return $output;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNode(object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 36
    public function evaluateChildNodes(RenderingContextInterface $renderingContext)
    {
        $evaluatedNodes = [];
        foreach ($this->getChildNodes() as $childNode) {
            $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
        }
        // Make decisions about what to actually return
        if (empty($evaluatedNodes)) {
            return null;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNodes(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 304
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

    /**
     * Helper which is mostly needed when calling renderStatic() from within
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/ViewHelpers/ThenViewHelper.php line 35
     * @api
     */
    public function render()
    {
        return $this->renderChildren();
    }

    /**
     * @param string $argumentsName
at TYPO3Fluid\Fluid\ViewHelpers\ThenViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\ThenViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\ThenViewHelper), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 164
        $elseViewHelperEncountered = false;
        foreach ($this->viewHelperNode->getChildNodes() as $childNode) {
            if ($childNode instanceof ViewHelperNode
                && substr($childNode->getViewHelperClassName(), -14) === 'ThenViewHelper') {
                $data = $childNode->evaluate($this->renderingContext);
                return $data;
            }
            if ($childNode instanceof ViewHelperNode
                && substr($childNode->getViewHelperClassName(), -14) === 'ElseViewHelper') {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper->renderThenChild()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 60
     */
    public function render()
    {
        if (static::verdict($this->arguments, $this->renderingContext)) {
            return $this->renderThenChild();
        }
        return $this->renderElseChild();
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper), array('condition' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 56
     * @return mixed
     */
    protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
    {
        $output = $node->evaluate($renderingContext);
        if ($cast) {
            $output = $this->castToString($output);
        }
        return $output;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNode(object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 36
    public function evaluateChildNodes(RenderingContextInterface $renderingContext)
    {
        $evaluatedNodes = [];
        foreach ($this->getChildNodes() as $childNode) {
            $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
        }
        // Make decisions about what to actually return
        if (empty($evaluatedNodes)) {
            return null;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNodes(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 304
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

    /**
     * Helper which is mostly needed when calling renderStatic() from within
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/ViewHelpers/ThenViewHelper.php line 35
     * @api
     */
    public function render()
    {
        return $this->renderChildren();
    }

    /**
     * @param string $argumentsName
at TYPO3Fluid\Fluid\ViewHelpers\ThenViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\ThenViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\ThenViewHelper), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 164
        $elseViewHelperEncountered = false;
        foreach ($this->viewHelperNode->getChildNodes() as $childNode) {
            if ($childNode instanceof ViewHelperNode
                && substr($childNode->getViewHelperClassName(), -14) === 'ThenViewHelper') {
                $data = $childNode->evaluate($this->renderingContext);
                return $data;
            }
            if ($childNode instanceof ViewHelperNode
                && substr($childNode->getViewHelperClassName(), -14) === 'ElseViewHelper') {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper->renderThenChild()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 60
     */
    public function render()
    {
        if (static::verdict($this->arguments, $this->renderingContext)) {
            return $this->renderThenChild();
        }
        return $this->renderElseChild();
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper), array('condition' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 56
     * @return mixed
     */
    protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
    {
        $output = $node->evaluate($renderingContext);
        if ($cast) {
            $output = $this->castToString($output);
        }
        return $output;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNode(object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php line 36
    public function evaluateChildNodes(RenderingContextInterface $renderingContext)
    {
        $evaluatedNodes = [];
        foreach ($this->getChildNodes() as $childNode) {
            $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
        }
        // Make decisions about what to actually return
        if (empty($evaluatedNodes)) {
            return null;
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode->evaluateChildNodes(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 304
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

    /**
     * Helper which is mostly needed when calling renderStatic() from within
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/ViewHelpers/SectionViewHelper.php line 108
    {
        $content = '';
        if ($this->viewHelperVariableContainer->exists(SectionViewHelper::class, 'isCurrentlyRenderingSection')) {
            $this->viewHelperVariableContainer->remove(SectionViewHelper::class, 'isCurrentlyRenderingSection');
            $content = $this->renderChildren();
        }
        return $content;
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SectionViewHelper->render()
at call_user_func(array(object(TYPO3Fluid\Fluid\ViewHelpers\SectionViewHelper), 'render'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 262
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 250
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke(object(TYPO3Fluid\Fluid\ViewHelpers\SectionViewHelper), array('name' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode)), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 153
     * @return string evaluated node after the view helper has been called.
     */
    public function evaluate(RenderingContextInterface $renderingContext)
    {
        return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
    }

    /**
     * Wraps the argument tree, if a node is boolean, into a Boolean syntax tree node
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->evaluate(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 282
                true
            );

            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $section->evaluate($renderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('content', array(), false)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 143
            $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');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'content', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/layout_General_html_b49b9ab7baffb1bb2ad1457651845ed3c94cf511.php line 109
$arguments10['contentAs'] = NULL;
$arguments10['debug'] = true;
$arguments10['section'] = 'content';

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);

$output0 .= '
</div>
';
at layout_General_html_b49b9ab7baffb1bb2ad1457651845ed3c94cf511->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 376
            $actionResult = $this->{$this->errorMethodName}();
        }

        if ($actionResult === null && $this->view instanceof ViewInterface) {
            $this->response->appendContent($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $this->response->appendContent($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $this->response->appendContent((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 213
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3conf/ext/news/Classes/Controller/NewsBaseController.php line 51
     */
    public function processRequest(RequestInterface $request, ResponseInterface $response)
    {
        try {
            parent::processRequest($request, $response);
        } catch (\Exception $exception) {
            $this->handleKnownExceptionsElseThrowAgain($exception);
        }
    }
at GeorgRinger\News\Controller\NewsBaseController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

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

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5615
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'tt_content.list.20.news_pi1')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'tt_content.list.20.news_pi1', 'news_pi1')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 1730, 'pid' => 1756, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 1648, 'tstamp' => 1552900940, 'crdate' => 1415078199, 'cruser_id' => 14, 'hidden' => 0, 'sorting' => 768, 'CType' => 'list', 'header' => 'News', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.orderBy"> <value index="vDEF">datetime</value> </field> <field index="settings.orderDirection"> <value index="vDEF">desc</value> </field> <field index="settings.categories"> <value index="vDEF">7</value> </field> <field index="settings.categoryConjunction"> <value index="vDEF">or</value> </field> <field index="settings.includeSubCategories"> <value index="vDEF">0</value> </field> <field index="settings.archiveRestriction"> <value index="vDEF"></value> </field> <field index="settings.timeRestriction"> <value index="vDEF"></value> </field> <field index="settings.timeRestrictionHigh"> <value index="vDEF"></value> </field> <field index="settings.topNewsRestriction"> <value index="vDEF"></value> </field> <field index="settings.startingpoint"> <value index="vDEF">162</value> </field> <field index="settings.recursive"> <value index="vDEF">250</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;list</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF">1762</value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF"></value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.hidePagination"> <value index="vDEF">0</value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> <field index="settings.tags"> <value index="vDEF"></value> </field> <field index="settings.list.paginate.itemsPerPage"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="template"> <language index="lDEF"> <field index="settings.media.maxWidth"> <value index="vDEF"></value> </field> <field index="settings.media.maxHeight"> <value index="vDEF"></value> </field> <field index="settings.cropMaxCharacters"> <value index="vDEF"></value> </field> <field index="settings.templateLayout"> <value index="vDEF">1</value> </field> </language> </sheet> </data> <settingscategories_updated>1</settingscategories_updated></T3FlexForms>', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:27:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:24:"tx_bbsrbtemplate_bgcolor";N;s:26:"tx_bbsrbtemplate_animation";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;}', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 1, 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'container', 'space_before_class' => 'pt80', 'space_after_class' => 'pb80', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_bbsrbtemplate_bgcolor' => '', 'tx_bbsrbtemplate_animation' => '', 'filelink_sorting_direction' => '', 'gridelements_shortcut_page_order_by' => 0), 'typoscriptObjectPath' => 'tt_content.list.20.news_pi1', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/Standard_action_list_0492c3536f5dbee168e19807e504b84a937345d3.php line 60
$array5 = array (
);$arguments1['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array5);
$arguments1['table'] = 'tt_content';
$renderChildrenClosure2 = ($arguments1['data'] !== null) ? function() use ($arguments1) { return $arguments1['data']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Standard_action_list_0492c3536f5dbee168e19807e504b84a937345d3->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 260
                    );
                }
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 143
            $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');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2.php line 1447
     ),
     $renderingContext
    );

$output28 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments37, $renderChildrenClosure38, $renderingContext);

$output28 .= '
            </div>
     ';
at layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2->{closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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 /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2.php line 1474
     $renderingContext
    );
$arguments23['__thenClosure'] = $renderChildrenClosure24;

$output6 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments23, $renderChildrenClosure24, $renderingContext);

$output6 .= '
     
     ';
at layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2->{closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2.php line 2429
  ';
return $output113;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2->{closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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 /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/typo3temp/var/cache/code/fluid_template/layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2.php line 2437
return $output3;
};
$arguments1 = array();

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

$output0 .= '

';
at layout_Default_html_8361b036b6fbab90f1651a993f2067160d4168e2->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/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 /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

        $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('templateName' => 'List', 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="simple-hover magnificlightbox" data-title="{field:title}" data-cbp-lightbox="myCustomLightbox"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Layouts/'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="simple-hover magnificlightbox" data-title="{field:title}" data-cbp-lightbox="myCustomLightbox"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Layouts/'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="simple-hover magnificlightbox" data-title="{field:title}" data-cbp-lightbox="myCustomLightbox"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Layouts/'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))), 'lib.contentElement')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 717
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="simple-hover magnificlightbox" data-title="{field:title}" data-cbp-lightbox="myCustomLightbox"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:bbsrbtemplate/Resources/Private/Fluid_styled_content/Layouts/'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))), 'list')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1050', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '900')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), 'onecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnsflex.html')), 'twocolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/twocolumnsflex.html')), 'threecolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/3columnsiconcentered.html')), 'fourcolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/4columnsiconcentered.html')), 'iconbox.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/iconbox.html')), 'carddeck.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carddeck.html')), 'card.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/card.html')), 'tabs_tab.' => array('preCObject' => 'LOAD_REGISTER', 'preCObject.' => array('containerId.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'id="|"', 'TEXT', '10.' => array('wrap' => 'tab-content-|', 'field' => 'uid'))), 'containerClasses.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'class="tab-pane fade |"', 'TEXT', '20.' => array('value' => 'active show', 'noTrimWrap' => '| | |', 'if.' => array('value' => '1', 'equals.' => array(*DEEP NESTED ARRAY*)))))), 'outerWrap' => '<div {register: containerId} {register: containerClasses}>|</div>', 'outerWrap.' => array('insertData' => '1'), 'columns.' => array('0.' => array('renderObj' => '< tt_content'))), 'tabs_container.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/tabs.html'), 'columns.' => array('0.' => array('renderObj' => '< tt_content.gridelements_pi1'))), 'parallaxyoutube.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/parallaxyoutube.html')), 'owllogos.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/slider5logos.html')), 'carousel.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carousel.html')), 'halfimagecontent.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontent.html')), 'halfimagecontentleft.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontentleft.html')), 'threecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/threecolumnsflex.html')), 'fourcolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/fourcolumnsflex.html')), 'onecolumnparallaxhg.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnparallaxhg.html')), 'revolutionslider.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/revolutionslider.html')))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))))))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1050', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '900')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), 'onecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnsflex.html')), 'twocolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/twocolumnsflex.html')), 'threecolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/3columnsiconcentered.html')), 'fourcolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/4columnsiconcentered.html')), 'iconbox.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/iconbox.html')), 'carddeck.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carddeck.html')), 'card.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/card.html')), 'tabs_tab.' => array('preCObject' => 'LOAD_REGISTER', 'preCObject.' => array('containerId.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'id="|"', 'TEXT', '10.' => array('wrap' => 'tab-content-|', 'field' => 'uid'))), 'containerClasses.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'class="tab-pane fade |"', 'TEXT', '20.' => array('value' => 'active show', 'noTrimWrap' => '| | |', 'if.' => array('value' => '1', 'equals.' => array(*DEEP NESTED ARRAY*)))))), 'outerWrap' => '<div {register: containerId} {register: containerClasses}>|</div>', 'outerWrap.' => array('insertData' => '1'), 'columns.' => array('0.' => array('renderObj' => '< tt_content'))), 'tabs_container.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/tabs.html'), 'columns.' => array('0.' => array('renderObj' => '< tt_content.gridelements_pi1'))), 'parallaxyoutube.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/parallaxyoutube.html')), 'owllogos.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/slider5logos.html')), 'carousel.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carousel.html')), 'halfimagecontent.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontent.html')), 'halfimagecontentleft.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontentleft.html')), 'threecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/threecolumnsflex.html')), 'fourcolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/fourcolumnsflex.html')), 'onecolumnparallaxhg.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnparallaxhg.html')), 'revolutionslider.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/revolutionslider.html')))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))))))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1050', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '900')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), 'onecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnsflex.html')), 'twocolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/twocolumnsflex.html')), 'threecolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/3columnsiconcentered.html')), 'fourcolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/4columnsiconcentered.html')), 'iconbox.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/iconbox.html')), 'carddeck.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carddeck.html')), 'card.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/card.html')), 'tabs_tab.' => array('preCObject' => 'LOAD_REGISTER', 'preCObject.' => array('containerId.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'id="|"', 'TEXT', '10.' => array('wrap' => 'tab-content-|', 'field' => 'uid'))), 'containerClasses.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'class="tab-pane fade |"', 'TEXT', '20.' => array('value' => 'active show', 'noTrimWrap' => '| | |', 'if.' => array('value' => '1', 'equals.' => array(*DEEP NESTED ARRAY*)))))), 'outerWrap' => '<div {register: containerId} {register: containerClasses}>|</div>', 'outerWrap.' => array('insertData' => '1'), 'columns.' => array('0.' => array('renderObj' => '< tt_content'))), 'tabs_container.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/tabs.html'), 'columns.' => array('0.' => array('renderObj' => '< tt_content.gridelements_pi1'))), 'parallaxyoutube.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/parallaxyoutube.html')), 'owllogos.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/slider5logos.html')), 'carousel.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carousel.html')), 'halfimagecontent.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontent.html')), 'halfimagecontentleft.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontentleft.html')), 'threecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/threecolumnsflex.html')), 'fourcolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/fourcolumnsflex.html')), 'onecolumnparallaxhg.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnparallaxhg.html')), 'revolutionslider.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/revolutionslider.html')))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))))))), 'tt_content')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 717
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1050', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '900')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), 'onecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnsflex.html')), 'twocolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/twocolumnsflex.html')), 'threecolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/3columnsiconcentered.html')), 'fourcolumnsiconcentered.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/4columnsiconcentered.html')), 'iconbox.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/iconbox.html')), 'carddeck.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carddeck.html')), 'card.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/card.html')), 'tabs_tab.' => array('preCObject' => 'LOAD_REGISTER', 'preCObject.' => array('containerId.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'id="|"', 'TEXT', '10.' => array('wrap' => 'tab-content-|', 'field' => 'uid'))), 'containerClasses.' => array('cObject' => 'COA', 'cObject.' => array('wrap' => 'class="tab-pane fade |"', 'TEXT', '20.' => array('value' => 'active show', 'noTrimWrap' => '| | |', 'if.' => array('value' => '1', 'equals.' => array(*DEEP NESTED ARRAY*)))))), 'outerWrap' => '<div {register: containerId} {register: containerClasses}>|</div>', 'outerWrap.' => array('insertData' => '1'), 'columns.' => array('0.' => array('renderObj' => '< tt_content'))), 'tabs_container.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/tabs.html'), 'columns.' => array('0.' => array('renderObj' => '< tt_content.gridelements_pi1'))), 'parallaxyoutube.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/parallaxyoutube.html')), 'owllogos.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/slider5logos.html')), 'carousel.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/carousel.html')), 'halfimagecontent.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontent.html')), 'halfimagecontentleft.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/halfimagecontentleft.html')), 'threecolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/threecolumnsflex.html')), 'fourcolumnsflex.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/fourcolumnsflex.html')), 'onecolumnparallaxhg.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/onecolumnparallaxhg.html')), 'revolutionslider.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:bbsrbtemplate/Resources/Private/Gridelements/revolutionslider.html')))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))))))), '')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'variables.content')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
            if (is_array($cObjType)) {
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.'], 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('partialRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Partials/', 'layoutRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__3' => 'TEXT', 'pagets__3.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/VeranstaltungDetailSeite.html'), 'pagets__4' => 'TEXT', 'pagets__4.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__5' => 'TEXT', 'pagets__5.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooter.html'), 'pagets__6' => 'TEXT', 'pagets__6.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterWhite.html'), 'pagets__7' => 'TEXT', 'pagets__7.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterVerein.html'), 'pagets__8' => 'TEXT', 'pagets__8.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooterVerein.html'), 'pagets__9' => 'TEXT', 'pagets__9.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/competitionevaluation.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value' => '{$template.pidRoot}'), 'levels' => '6', 'includeSpacer' => '1', 'as' => 'menuMain')), 'variables.' => array('slider' => 'CONTENT', 'slider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1'), 'slide' => '-1'), 'content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'partner' => 'CONTENT', 'partner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 901'), 'slide' => '-1'), 'footer1' => 'CONTENT', 'footer1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 902'), 'slide' => '-1'), 'footer2' => 'CONTENT', 'footer2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 903'), 'slide' => '-1'), 'footer3' => 'CONTENT', 'footer3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 904'), 'slide' => '-1'), 'logo' => 'CONTENT', 'logo.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 905'), 'slide' => '-1'), 'footersocial' => 'CONTENT', 'footersocial.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 906'), 'slide' => '-1'), 'menu' => 'HMENU', 'menu.' => array('TMENU', '1.' => array('expAll' => '1', 'wrap' => '<ul class="navbar-nav ml-auto">|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="nav-item">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown active">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"')), 'TMENU', '2.' => array('wrap' => '<ul class="dropdown-menu dropdown-menu-right" >|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'ATagParams' => 'class="dropdown-item"', 'stdWrap.' => array('htmlSpecialChars' => '1')), 'ACT' => '.NO', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="dropdown-item"'), 'SPC' => '1', 'SPC.' => array('doNotLinkIt' => '1', 'doNotShowLink' => '1', 'allWrap' => '<li class="separator"><hr></li>'))))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 102
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('partialRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Partials/', 'layoutRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__3' => 'TEXT', 'pagets__3.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/VeranstaltungDetailSeite.html'), 'pagets__4' => 'TEXT', 'pagets__4.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__5' => 'TEXT', 'pagets__5.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooter.html'), 'pagets__6' => 'TEXT', 'pagets__6.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterWhite.html'), 'pagets__7' => 'TEXT', 'pagets__7.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterVerein.html'), 'pagets__8' => 'TEXT', 'pagets__8.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooterVerein.html'), 'pagets__9' => 'TEXT', 'pagets__9.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/competitionevaluation.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value' => '{$template.pidRoot}'), 'levels' => '6', 'includeSpacer' => '1', 'as' => 'menuMain')), 'variables.' => array('slider' => 'CONTENT', 'slider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1'), 'slide' => '-1'), 'content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'partner' => 'CONTENT', 'partner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 901'), 'slide' => '-1'), 'footer1' => 'CONTENT', 'footer1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 902'), 'slide' => '-1'), 'footer2' => 'CONTENT', 'footer2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 903'), 'slide' => '-1'), 'footer3' => 'CONTENT', 'footer3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 904'), 'slide' => '-1'), 'logo' => 'CONTENT', 'logo.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 905'), 'slide' => '-1'), 'footersocial' => 'CONTENT', 'footersocial.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 906'), 'slide' => '-1'), 'menu' => 'HMENU', 'menu.' => array('TMENU', '1.' => array('expAll' => '1', 'wrap' => '<ul class="navbar-nav ml-auto">|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="nav-item">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown active">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"')), 'TMENU', '2.' => array('wrap' => '<ul class="dropdown-menu dropdown-menu-right" >|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'ATagParams' => 'class="dropdown-item"', 'stdWrap.' => array('htmlSpecialChars' => '1')), 'ACT' => '.NO', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="dropdown-item"'), 'SPC' => '1', 'SPC.' => array('doNotLinkIt' => '1', 'doNotShowLink' => '1', 'allWrap' => '<li class="separator"><hr></li>'))))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 822
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('partialRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Partials/', 'layoutRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__3' => 'TEXT', 'pagets__3.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/VeranstaltungDetailSeite.html'), 'pagets__4' => 'TEXT', 'pagets__4.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__5' => 'TEXT', 'pagets__5.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooter.html'), 'pagets__6' => 'TEXT', 'pagets__6.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterWhite.html'), 'pagets__7' => 'TEXT', 'pagets__7.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterVerein.html'), 'pagets__8' => 'TEXT', 'pagets__8.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooterVerein.html'), 'pagets__9' => 'TEXT', 'pagets__9.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/competitionevaluation.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value' => '{$template.pidRoot}'), 'levels' => '6', 'includeSpacer' => '1', 'as' => 'menuMain')), 'variables.' => array('slider' => 'CONTENT', 'slider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1'), 'slide' => '-1'), 'content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'partner' => 'CONTENT', 'partner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 901'), 'slide' => '-1'), 'footer1' => 'CONTENT', 'footer1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 902'), 'slide' => '-1'), 'footer2' => 'CONTENT', 'footer2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 903'), 'slide' => '-1'), 'footer3' => 'CONTENT', 'footer3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 904'), 'slide' => '-1'), 'logo' => 'CONTENT', 'logo.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 905'), 'slide' => '-1'), 'footersocial' => 'CONTENT', 'footersocial.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 906'), 'slide' => '-1'), 'menu' => 'HMENU', 'menu.' => array('TMENU', '1.' => array('expAll' => '1', 'wrap' => '<ul class="navbar-nav ml-auto">|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="nav-item">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown active">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"')), 'TMENU', '2.' => array('wrap' => '<ul class="dropdown-menu dropdown-menu-right" >|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'ATagParams' => 'class="dropdown-item"', 'stdWrap.' => array('htmlSpecialChars' => '1')), 'ACT' => '.NO', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="dropdown-item"'), 'SPC' => '1', 'SPC.' => array('doNotLinkIt' => '1', 'doNotShowLink' => '1', 'allWrap' => '<li class="separator"><hr></li>'))))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('partialRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Partials/', 'layoutRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__3' => 'TEXT', 'pagets__3.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/VeranstaltungDetailSeite.html'), 'pagets__4' => 'TEXT', 'pagets__4.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__5' => 'TEXT', 'pagets__5.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooter.html'), 'pagets__6' => 'TEXT', 'pagets__6.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterWhite.html'), 'pagets__7' => 'TEXT', 'pagets__7.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterVerein.html'), 'pagets__8' => 'TEXT', 'pagets__8.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooterVerein.html'), 'pagets__9' => 'TEXT', 'pagets__9.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/competitionevaluation.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value' => '{$template.pidRoot}'), 'levels' => '6', 'includeSpacer' => '1', 'as' => 'menuMain')), 'variables.' => array('slider' => 'CONTENT', 'slider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1'), 'slide' => '-1'), 'content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'partner' => 'CONTENT', 'partner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 901'), 'slide' => '-1'), 'footer1' => 'CONTENT', 'footer1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 902'), 'slide' => '-1'), 'footer2' => 'CONTENT', 'footer2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 903'), 'slide' => '-1'), 'footer3' => 'CONTENT', 'footer3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 904'), 'slide' => '-1'), 'logo' => 'CONTENT', 'logo.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 905'), 'slide' => '-1'), 'footersocial' => 'CONTENT', 'footersocial.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 906'), 'slide' => '-1'), 'menu' => 'HMENU', 'menu.' => array('TMENU', '1.' => array('expAll' => '1', 'wrap' => '<ul class="navbar-nav ml-auto">|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="nav-item">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown active">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"')), 'TMENU', '2.' => array('wrap' => '<ul class="dropdown-menu dropdown-menu-right" >|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'ATagParams' => 'class="dropdown-item"', 'stdWrap.' => array('htmlSpecialChars' => '1')), 'ACT' => '.NO', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="dropdown-item"'), 'SPC' => '1', 'SPC.' => array('doNotLinkIt' => '1', 'doNotShowLink' => '1', 'allWrap' => '<li class="separator"><hr></li>'))))), '10')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 681
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('config.' => array('locale_all' => 'de_DE', 'language' => 'de'), 'meta.' => array('keywords.' => array('field' => 'keywords', 'override.' => array('field' => 'keywords')), 'description.' => array('field' => 'description', 'override.' => array('field' => 'description')), 'viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index,follow', 'google' => 'notranslate', 'apple-mobile-web-app-capable' => 'no', 'description' => '', 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => '', 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => '', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))))))), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('dataWrap' => '<body data-spy="scroll" data-target="#navsecondary">'), 'includeCSS.' => array('bootstrap' => 'EXT:bbsrbtemplate/Resources/Public/css/plugins/plugins.css', 'cubeportfolio' => 'EXT:bbsrbtemplate/Resources/Public/cubeportfolio/css/cubeportfolio.min.css', 'style' => 'EXT:bbsrbtemplate/Resources/Public/css/style.css', 'revsliderSettings' => 'EXT:bbsrbtemplate/Resources/Public/revolution/css/settings.css', 'revsliderLayers' => 'EXT:bbsrbtemplate/Resources/Public/revolution/css/layers.css', 'revsliderNavigation' => 'EXT:bbsrbtemplate/Resources/Public/revolution/css/navigation.css', 'navreset' => 'EXT:bbsrbtemplate/Resources/Public/css/navreset.css'), 'includeJSFooter.' => array('plugins' => 'EXT:bbsrbtemplate/Resources/Public/js/plugins/plugins.js', 'template' => 'EXT:bbsrbtemplate/Resources/Public/js/assan.custom.js', 'cubeportfolio' => 'EXT:bbsrbtemplate/Resources/Public/cubeportfolio/js/jquery.cubeportfolio.min.js', 'panelslider' => 'EXT:bbsrbtemplate/Resources/Public/js/jquery.panelslider.min.js', 'misc' => 'EXT:bbsrbtemplate/Resources/Public/js/misc.js', 'tools' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/jquery.themepunch.tools.min.js', 'revolution' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/jquery.themepunch.revolution.min.js', 'actions' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.actions.min.js', 'carousel' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.carousel.min.js', 'kenburn' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.kenburn.min.js', 'layeranimation' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.layeranimation.min.js', 'migration' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.migration.min.js', 'navigation' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.navigation.min.js', 'parallax' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.parallax.min.js', 'slideanims' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.slideanims.min.js', 'video' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/extensions/revolution.extension.video.min.js', 'turnfest' => 'EXT:bbsrbtemplate/Resources/Public/revolution/js/revolution_turnfest.js'), 'FLUIDTEMPLATE', '10.' => array('partialRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Partials/', 'layoutRootPath' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__3' => 'TEXT', 'pagets__3.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/VeranstaltungDetailSeite.html'), 'pagets__4' => 'TEXT', 'pagets__4.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooter.html'), 'pagets__5' => 'TEXT', 'pagets__5.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooter.html'), 'pagets__6' => 'TEXT', 'pagets__6.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterWhite.html'), 'pagets__7' => 'TEXT', 'pagets__7.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/headerContentFooterVerein.html'), 'pagets__8' => 'TEXT', 'pagets__8.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/onlyContentFooterVerein.html'), 'pagets__9' => 'TEXT', 'pagets__9.' => array('value' => 'EXT:bbsrbtemplate/Resources/Private/BELayout/Templates/competitionevaluation.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value' => '{$template.pidRoot}'), 'levels' => '6', 'includeSpacer' => '1', 'as' => 'menuMain')), 'variables.' => array('slider' => 'CONTENT', 'slider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1'), 'slide' => '-1'), 'content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'partner' => 'CONTENT', 'partner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 901'), 'slide' => '-1'), 'footer1' => 'CONTENT', 'footer1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 902'), 'slide' => '-1'), 'footer2' => 'CONTENT', 'footer2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 903'), 'slide' => '-1'), 'footer3' => 'CONTENT', 'footer3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 904'), 'slide' => '-1'), 'logo' => 'CONTENT', 'logo.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 905'), 'slide' => '-1'), 'footersocial' => 'CONTENT', 'footersocial.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 906'), 'slide' => '-1'), 'menu' => 'HMENU', 'menu.' => array('TMENU', '1.' => array('expAll' => '1', 'wrap' => '<ul class="navbar-nav ml-auto">|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="nav-item">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('wrapItemAndSub' => '<li class="nav-item dropdown active">|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"')), 'TMENU', '2.' => array('wrap' => '<ul class="dropdown-menu dropdown-menu-right" >|</ul>', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'ATagParams' => 'class="dropdown-item"', 'stdWrap.' => array('htmlSpecialChars' => '1')), 'ACT' => '.NO', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="dropdown-item"'), 'SPC' => '1', 'SPC.' => array('doNotLinkIt' => '1', 'doNotShowLink' => '1', 'allWrap' => '<li class="separator"><hr></li>')))))))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 229
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 197
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 133
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 67
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 110
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 116
            $request = $request->withAttribute('noCache', true);
            $addInformationAboutDisabledCache = true;
        }

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

        // Caching is disabled, because otherwise generated URLs could include the ADMCMD_noBeUser parameter
        if ($addInformationAboutDisabledCache) {
            $GLOBALS['TSFE']->set_no_cache('GET Parameter ADMCMD_noBeUser was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 65
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 81
                return $response;
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 88
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 77
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f66f99b841b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/frontend/Classes/Http/Application.php line 64
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/index.php line 26
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at require('/kunden/275685_70794/rp-hosting/11955/61956/typo3cms/typo3_src-10.4.3/index.php')
in /kunden/275685_70794/rp-hosting/11955/61956/typo3cms/projekt4/index.php line 22
// symlink to file is not needed and still the current version 
// of the TYPO3 index.php is loaded.

require 'opcache_reset.php';
require 'typo3_src/index.php';