Whoops, looks like something went wrong.

Get help in the TYPO3 Wiki

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

Find a solution for this exception in the TYPO3 wiki.

(1/2) #1407060572 TYPO3Fluid\Fluid\Core\Parser\Exception

Fluid parse error in template News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e, line 143 at character 1. Error: The ViewHelper "<n:social.disqus>" could not be resolved. Based on your spelling, the system would load the class "GeorgRinger\News\ViewHelpers\Social\DisqusViewHelper", however this class does not exist. (error code 1407060572). Template source chunk: <n:social.disqus newsItem="{newsItem}" shortName="{settings.detail.disqusShortname}" link="{n:link(newsItem:newsItem, settings:settings, uriOnly:1, configuration:'{forceAbsoluteUrl:1}')}" />

in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 158
    public function createParsingRelatedExceptionWithContext(\Exception $error, $templateIdentifier)
    {
        list ($line, $character, $templateCode) = $this->getCurrentParsingPointers();
        $exceptionClass = get_class($error);
        return new $exceptionClass(
            sprintf(
                'Fluid parse error in template %s, line %d at character %d. Error: %s (error code %d). Template source chunk: %s',
                $templateIdentifier,
                $line,
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->createParsingRelatedExceptionWithContext(object(TYPO3Fluid\Fluid\Core\Parser\Exception), 'News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 143

            $splitTemplate = $this->splitTemplateAtDynamicTags($templateString);
            $parsingState = $this->buildObjectTree($splitTemplate, self::CONTEXT_OUTSIDE_VIEWHELPER_ARGUMENTS);
        } catch (Exception $error) {
            throw $this->createParsingRelatedExceptionWithContext($error, $templateIdentifier);
        }
        $this->parsedTemplates[$templateIdentifier] = $parsingState;
        return $parsingState;
    }
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parse('<f:layout name="Detail" /><!-- ===================== News/Detail.html--><f:section name="content"> <f:if condition="{newsItem}"> <f:then> <n:format.nothing> <n:excludeDisplayedNews newsItem="{newsItem}" /> <f:if condition="{newsItem.alternativeTitle}"> <f:then> <n:titleTag> <f:format.htmlentitiesDecode>{newsItem.alternativeTitle}</f:format.htmlentitiesDecode> </n:titleTag> </f:then> <f:else> <n:titleTag> <f:format.htmlentitiesDecode>{newsItem.title}</f:format.htmlentitiesDecode> </n:titleTag> </f:else> </f:if> <f:if condition="{settings.detail.showMetaTags}"> <f:render partial="Detail/Opengraph" arguments="{newsItem: newsItem, settings:settings}" /> </f:if> </n:format.nothing> <f:if condition="{settings.detail.showPrevNext}"> <n:simplePrevNext pidList="{newsItem.pid}" news="{newsItem}" as="paginated" sortField="datetime"> <f:if condition="{paginated}"> <ul class="pager"> <f:if condition="{paginated.prev}"> <li class="previous"> <n:link newsItem="{paginated.prev}" settings="{settings}"> <span aria-hidden="true">&larr; </span>{paginated.prev.title} </n:link> </li> </f:if> <f:if condition="{paginated.next}"> <li class="next"> <n:link newsItem="{paginated.next}" settings="{settings}" class="next"> {paginated.next.title} <span aria-hidden="true"> &rarr;</span> </n:link> </li> </f:if> </ul> </f:if> </n:simplePrevNext> </f:if> <div class="header"> <h3 itemprop="headline">{newsItem.title}</h3> </div> <div class="footer"> <p> <!-- date --> <span class="news-list-date"> <i class="fa fa-calendar" aria-hidden="true"></i> <time itemprop="datePublished" datetime="{f:format.date(date:newsItem.datetime, format:\'Y-m-d\')}"> <f:format.date format="{f:translate(key:\'dateFormat\')}">{newsItem.datetime}</f:format.date> </time> </span> <f:if condition="{newsItem.categories}"> <f:render partial="Category/Items" arguments="{categories:newsItem.categories, settings:settings}" /> </f:if> <f:if condition="{newsItem.tags}"> <!-- Tags --> <i class="fa fa-tag mr-1" aria-hidden="true"></i> <span class="news-list-tags" itemprop="keywords"> <f:for each="{newsItem.tags}" as="tag"> {tag.title} </f:for> </span> </f:if> <f:if condition="{newsItem.author}"> <!-- author --> <i class="fa fa-user" aria-hidden="true"></i> <span class="news-list-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person"> <f:translate key="author_simple" /> <span itemprop="name">{newsItem.author}</span> </span> </f:if> </p> </div> <n:renderMedia news="{newsItem}" imgClass="img-responsive" videoClass="video-wrapper" audioClass="audio-wrapper"> <div class="row"> <ws:column sm="4" md="8"> <f:if condition="{newsItem.teaser}"> <!-- teaser --> <div class="teaser-text" itemprop="description"> <f:format.html>{newsItem.teaser}</f:format.html> </div> </f:if> <f:if condition="{newsItem.contentElements}"> <!-- content elements --> <f:cObject typoscriptObjectPath="lib.tx_news.contentElementRendering">{newsItem.contentElementIdList}</f:cObject> </f:if> <!-- main text --> <div class="news-text-wrap" itemprop="articleBody"> <f:format.html>{newsItem.bodytext}</f:format.html> </div> </ws:column> <f:render partial="Detail/MediaContainer" arguments="{media: newsItem.mediaNonPreviews, settings:settings}" /> </div> </n:renderMedia> <f:if condition="{settings.backPid}"> <!-- Link Back --> <div class="news-backlink-wrap"> <f:link.page class="btn btn-primary mb-2" pageUid="{settings.backPid}"> <f:translate key="back-link" /> </f:link.page> </div> </f:if> <f:if condition="{settings.detail.showSocialShareButtons}"> <f:comment> Care about the privacy of your readers? Checkout https://typo3.org/extensions/repository/view/rx_shariff and it will be used automatically! </f:comment> <n:extensionLoaded extensionKey="rx_shariff"> <f:render partial="Detail/Shariff" /> </n:extensionLoaded> </f:if> <f:if condition="{settings.detail.disqusShortname}"> <div id="disqus_thread"></div> <n:social.disqus newsItem="{newsItem}" shortName="{settings.detail.disqusShortname}" link="{n:link(newsItem:newsItem, settings:settings, uriOnly:1, configuration:\'{forceAbsoluteUrl:1}\')}" /> </f:if> <!-- related things --> <div class="news-related-wrap"> <f:comment> Various options exist to fetch different related information: - {newsItem.allRelatedSorted}: all related news, related und related from, sorted by date - {newsItem.related}: all related - {newsItem.relatedSorted}: all related, sorted by date - {newsItem.relatedFrom}: all related from - {newsItem.relatedFromSorted}: all related from, sorted by date </f:comment> <f:if condition="{newsItem.allRelatedSorted}"> <!-- Related news records --> <div class="news-related news-related-news mt-4"> <h4> <f:translate key="related-news" /> </h4> <div class="list-group"> <f:for each="{newsItem.allRelatedSorted}" as="related"> <n:link newsItem="{related}" class="list-group-item list-group-item-action" settings="{settings}" title="{related.title}"> <div class="d-flex w-100 justify-content-between"> <h5 class="mb-1">{related.title}</h5> <small class="text-muted"><f:format.date format="{f:translate(key:\'dateFormat\')}">{related.datetime}</f:format.date></small> </div> <f:if condition="{newsItem.teaser}"> <f:then> {newsItem.teaser -> f:format.crop(maxCharacters: \'{settings.cropMaxCharacters}\', respectWordBoundaries:\'1\') -> f:format.html()} </f:then> <f:else> {newsItem.bodytext -> f:format.crop(maxCharacters: \'{settings.cropMaxCharacters}\', respectWordBoundaries:\'1\') -> f:format.html()} </f:else> </f:if> </n:link> </f:for> </div> </div> </f:if> <f:if condition="{newsItem.relatedFiles}"> <!-- related files --> <div class="news-related news-related-files mt-4"> <h4> <f:translate key="related-files" /> </h4> <ul class="list-group"> <f:for each="{newsItem.relatedFiles}" as="relatedFile"> <li class="list-group-item d-flex justify-content-between align-items-center"> <a href="{relatedFile.originalResource.publicUrl -> f:format.htmlspecialchars()}" target="_blank"> {f:if(condition:relatedFile.originalResource.title, then:relatedFile.originalResource.title, else:relatedFile.originalResource.name)} </a> <span class="badge badge-primary badge-pill"> {relatedFile.originalResource.size -> f:format.bytes()} </span> </li> </f:for> </ul> </div> </f:if> <f:if condition="{newsItem.relatedLinks}"> <!-- Related links --> <div class="news-related news-related-links mt-4"> <h4> <f:translate key="related-links" /> </h4> <ul class="list-group"> <f:for each="{newsItem.relatedLinks}" as="relatedLink"> <li class="list-group-item d-flex justify-content-between align-items-center"> <f:link.typolink parameter="{relatedLink.uri}" title="{relatedLink.title}" target="{n:targetLink(link:relatedLink.uri)}">{f:if(condition: relatedLink.title, then: relatedLink.title, else: relatedLink.uri)}</f:link.typolink> <f:if condition="{relatedLink.description}"><span>{relatedLink.description}</span></f:if> </li> </f:for> </ul> </div> </f:if> </div> </f:then> <f:else> </f:else> </f:if></f:section>', 'News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 209
     */
    protected function parseTemplateSource($templateIdentifier, $templateSourceClosure)
    {
        $parsedTemplate = $this->parse(
            $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
            $templateIdentifier
        );
        $parsedTemplate->setIdentifier($templateIdentifier);
        $this->parsedTemplates[$templateIdentifier] = $parsedTemplate;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parseTemplateSource('News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e', object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 189
            if ($parsedTemplate instanceof UncompilableTemplateInterface) {
                $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            }
        } else {
            $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            try {
                $compiler->store($templateIdentifier, $parsedTemplate);
            } catch (StopCompilingException $stop) {
                $this->renderingContext->getErrorHandler()->handleCompilerError($stop);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->getOrParseAndStoreTemplate('News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e', object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 392
        $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
            $templatePaths->getTemplateIdentifier($controllerName, $actionName),
            function($parent, TemplatePaths $paths) use ($controllerName, $actionName, $renderingContext) {
                return $paths->getTemplateSource($controllerName, $actionName);
            }
        );
        if ($parsedTemplate->isCompiled()) {
            $parsedTemplate->addCompiledNamespaces($this->baseRenderingContext);
        }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->getCurrentParsedTemplate()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 179
            $actionName = ucfirst($actionName);
            $renderingContext->setControllerAction($actionName);
        }
        try {
            $parsedTemplate = $this->getCurrentParsedTemplate();
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        }

at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 324
            $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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 167
        $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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 73
                throw new \TYPO3\CMS\Extbase\Mvc\Exception\InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . \TYPO3\CMS\Extbase\Annotation\IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
            }
        }
        $this->emitAfterRequestDispatchSignal($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 92
        }

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

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 172
        /** @var \TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver $requestHandlerResolver */
        $requestHandlerResolver = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver::class);
        $requestHandler = $requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 159
     */
    public function run($content, $configuration)
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @throws \TYPO3\CMS\Extbase\Mvc\Exception\CommandException Is thrown if the response object defined an exit code > 0
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'))
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', 'vendorName' => 'GeorgRinger')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5969
                        $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', 'vendorName' => 'GeorgRinger'), '')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $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', 'vendorName' => 'GeorgRinger'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'tt_content.list.20.news_pi1')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 189
        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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems')), 'tt_content.list.20.news_pi1', 'news_pi1')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 166
                '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' => 889, 'pid' => 123, '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' => 462, 'tstamp' => 1552313205, 'crdate' => 1455450822, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1536, 'CType' => 'list', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'icon_position' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', '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"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></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">46</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">39</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <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">1</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"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', '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:17:"padding_top_class";N;s:20:"padding_bottom_class";N;s:7:"effects";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;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_wsflexslider_images' => '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, 'image_classes' => '', 'element_classes' => '', 'imagecols_xs' => 1, 'imagecols_sm' => 1, 'imagecols_md' => 1, 'imagecols_lg' => 1, 'imagecols_xl' => 1, 'effects' => '', 'background_media' => 0, 'header_position' => '', 'frame_class' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_blog_tag_content' => 0, 'tx_blog_category_content' => 0, 'html_tag' => 'div', 'padding_top_class' => '', 'padding_bottom_class' => '', 'filelink_sorting_direction' => 'ascending', 'tx_flux_migrated_version' => null, 'footer' => '', 'footer_position' => '', 'footer_link' => '', 'footer_layout' => '0', 'tx_wst3bootstrap_card_elements' => 0, 'tx_wst3bootstrap_card_elements_backside' => 0, 'image_overlay' => 1, 'tx_wst3bootstrap_cardscarousel_item' => 0, 'tx_wst3bootstrap_numbercarousel_item' => 0, 'tx_wst3bootstrap_counterbar_item' => 0, 'icon_color' => '', 'icon_size' => '', 'icon' => '', 'icon_style' => '', 'form_layout' => '', 'tx_wsslider_items' => 0, 'tx_wsslider_renderer' => null, 'tx_wsslider_layout' => null, 'layout' => 0, 'grid_layout' => ''), 'typoscriptObjectPath' => 'tt_content.list.20.news_pi1', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/Standard_action_List_5447f90471c7f33c53ea8a03cc2633bab526b796.php line 68
$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_5447f90471c7f33c53ea8a03cc2633bab526b796->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1213
     ),
     $renderingContext
    );

$output19 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments51, $renderChildrenClosure52, $renderingContext);

$output19 .= '
     ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 302
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/TagViewHelper.php line 46
    public function render()
    {
        $this->arguments['class'] = trim((string) $this->arguments['class']);
        $this->arguments['class'] = str_replace(',', ' ', $this->arguments['class']);
        $content = $this->renderChildren();
        return $this->renderTag($this->arguments['name'], $content);
    }
}
at FluidTYPO3\Vhs\ViewHelpers\TagViewHelper->render()
at call_user_func(array(object(FluidTYPO3\Vhs\ViewHelpers\TagViewHelper), 'render'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('FluidTYPO3\\Vhs\\ViewHelpers\\TagViewHelper', array('additionalAttributes' => null, 'data' => null, 'class' => 'frame frame-type-list frame-layout-0 frame-space-before-none frame-space-after-medium ', 'dir' => null, 'id' => 'c889', 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'forceClosingTag' => false, 'hideIfEmpty' => false, 'contenteditable' => null, 'contextmenu' => null, 'draggable' => null, 'dropzone' => null, 'translate' => null, 'spellcheck' => null, 'hidden' => null, 'name' => 'div'), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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' => 'frame frame-type-list frame-layout-0 frame-space-before-none frame-space-after-medium ', 'dir' => null, 'id' => 'c889', 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'forceClosingTag' => false, 'hideIfEmpty' => false, 'contenteditable' => null, 'contextmenu' => null, 'draggable' => null, 'dropzone' => null, 'translate' => null, 'spellcheck' => null, 'hidden' => null, 'name' => 'div'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1372
$arguments13['id'] = $output16;
$array18 = array (
);$arguments13['class'] = $renderingContext->getVariableProvider()->getByPath('frame_classes', $array18);

$output6 .= FluidTYPO3\Vhs\ViewHelpers\TagViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);

$output6 .= '

  ';
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1775
  ';
return $output71;
};

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

$output3 .= '
';
return $output3;
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1783
return $output3;
};
$arguments1 = array();

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

$output0 .= '

';
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'lib.contentElement')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($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', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'list')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // 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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))), 'tt_content')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))), '')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php line 117
                            $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                            $GLOBALS['TSFE']->currentRecord = $val['table'] . ':' . $val['id'];
                            $this->cObj->lastChanged($row['tstamp']);
                            $cObj->start($row, $val['table']);
                            $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                            $theValue .= $tmpValue;
                        }
                    }
                }
at TYPO3\CMS\Frontend\ContentObject\RecordsContentObject->render(array('tables' => 'tt_content', 'source' => 889, 'dontCheckPid' => 1))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\RecordsContentObject), array('tables' => 'tt_content', 'source' => 889, 'dontCheckPid' => 1))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('RECORDS', array('tables' => 'tt_content', 'source' => 889, 'dontCheckPid' => 1))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 236
        // It's should not be allowed to do this again then!!
        if (false === empty($parent)) {
            ++$GLOBALS['TSFE']->recordRegister[$parent];
        }
        $html = $GLOBALS['TSFE']->cObj->cObjGetSingle('RECORDS', $conf);

        $GLOBALS['TSFE']->currentRecord = $parent;
        if (false === empty($parent)) {
            --$GLOBALS['TSFE']->recordRegister[$parent];
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::renderRecord(array('uid' => 889, 'pid' => 123, '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' => 462, 'tstamp' => 1552313205, 'crdate' => 1455450822, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1536, 'CType' => 'list', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'icon_position' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', '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"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></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">46</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">39</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <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">1</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"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', '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:17:"padding_top_class";N;s:20:"padding_bottom_class";N;s:7:"effects";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;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_wsflexslider_images' => '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, 'image_classes' => '', 'element_classes' => '', 'imagecols_xs' => 1, 'imagecols_sm' => 1, 'imagecols_md' => 1, 'imagecols_lg' => 1, 'imagecols_xl' => 1, 'effects' => '', 'background_media' => 0, 'header_position' => '', 'frame_class' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_blog_tag_content' => 0, 'tx_blog_category_content' => 0, 'html_tag' => 'div', 'padding_top_class' => '', 'padding_bottom_class' => '', 'filelink_sorting_direction' => 'ascending', 'tx_flux_migrated_version' => null, 'footer' => '', 'footer_position' => '', 'footer_link' => '', 'footer_layout' => '0', 'tx_wst3bootstrap_card_elements' => 0, 'tx_wst3bootstrap_card_elements_backside' => 0, 'image_overlay' => 1, 'tx_wst3bootstrap_cardscarousel_item' => 0, 'tx_wst3bootstrap_numbercarousel_item' => 0, 'tx_wst3bootstrap_counterbar_item' => 0, 'icon_color' => '', 'icon_size' => '', 'icon' => '', 'icon_style' => '', 'form_layout' => '', 'tx_wsslider_items' => 0, 'tx_wsslider_renderer' => null, 'tx_wsslider_layout' => null, 'layout' => 0, 'grid_layout' => ''))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 203
            $this->contentObject->cObjGetSingle('LOAD_REGISTER', $this->arguments['loadRegister']);
        }
        $elements = [];
        foreach ($rows as $row) {
            array_push($elements, static::renderRecord($row));
        }
        if (false === empty($this->arguments['loadRegister'])) {
            $this->contentObject->cObjGetSingle('RESTORE_REGISTER', '');
        }
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper->getRenderedRecords(array(array('uid' => 889, 'pid' => 123, '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' => 462, 'tstamp' => 1552313205, 'crdate' => 1455450822, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1536, 'CType' => 'list', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'icon_position' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', '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"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></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">46</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">39</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <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">1</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"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', '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:17:"padding_top_class";N;s:20:"padding_bottom_class";N;s:7:"effects";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;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_wsflexslider_images' => '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, 'image_classes' => '', 'element_classes' => '', 'imagecols_xs' => 1, 'imagecols_sm' => 1, 'imagecols_md' => 1, 'imagecols_lg' => 1, 'imagecols_xl' => 1, 'effects' => '', 'background_media' => 0, 'header_position' => '', 'frame_class' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_blog_tag_content' => 0, 'tx_blog_category_content' => 0, 'html_tag' => 'div', 'padding_top_class' => '', 'padding_bottom_class' => '', 'filelink_sorting_direction' => 'ascending', 'tx_flux_migrated_version' => null, 'footer' => '', 'footer_position' => '', 'footer_link' => '', 'footer_layout' => '0', 'tx_wst3bootstrap_card_elements' => 0, 'tx_wst3bootstrap_card_elements_backside' => 0, 'image_overlay' => 1, 'tx_wst3bootstrap_cardscarousel_item' => 0, 'tx_wst3bootstrap_numbercarousel_item' => 0, 'tx_wst3bootstrap_counterbar_item' => 0, 'icon_color' => '', 'icon_size' => '', 'icon' => '', 'icon_style' => '', 'form_layout' => '', 'tx_wsslider_items' => 0, 'tx_wsslider_renderer' => null, 'tx_wsslider_layout' => null, 'layout' => 0, 'grid_layout' => '')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 110
            $contentRecords = $this->getSlideRecords($pageUid, $limit);
        }

        if (true === (boolean) $this->arguments['render']) {
            $contentRecords = $this->getRenderedRecords($contentRecords);
        }

        return $contentRecords;
    }
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper->getContentRecords()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/RenderViewHelper.php line 49
        if ('BE' === TYPO3_MODE) {
            return '';
        }

        $content = $this->getContentRecords();
        if (false === $this->hasArgument('as')) {
            return implode(LF, $content);
        }

at FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper->render()
at call_user_func(array(object(FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper), 'render'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('FluidTYPO3\\Vhs\\ViewHelpers\\Content\\RenderViewHelper', array('column' => 0, 'order' => 'sorting', 'sortDirection' => 'ASC', 'pageUid' => 0, 'contentUids' => null, 'sectionIndexOnly' => false, 'loadRegister' => null, 'render' => true, 'hideUntranslated' => false, 'limit' => null, 'slide' => 0, 'slideCollect' => 0, 'slideCollectReverse' => false, 'as' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('column' => 0, 'order' => 'sorting', 'sortDirection' => 'ASC', 'pageUid' => 0, 'contentUids' => null, 'sectionIndexOnly' => false, 'loadRegister' => null, 'render' => true, 'hideUntranslated' => false, 'limit' => null, 'slide' => 0, 'slideCollect' => 0, 'slideCollectReverse' => false, 'as' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d.php line 129
$arguments8['slideCollectReverse'] = false;
$arguments8['as'] = NULL;
$arguments8['column'] = 0;

$output7 .= FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);

$output7 .= '
     <!--TYPO3SEARCH_end-->
    ';
at Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 302
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/ws_t3bootstrap/Classes/ViewHelpers/ImageScaleViewHelper.php line 168
        }
        $this->templateVariableContainer->add('xlScale', $xlScaleNew);


        $output = $this->renderChildren();

        $GLOBALS['TSFE']->register['xsScale'] = $xsScale;
        $GLOBALS['TSFE']->register['smScale'] = $smScale;
        $GLOBALS['TSFE']->register['mdScale'] = $mdScale;
at WapplerSystems\WsT3bootstrap\ViewHelpers\ImageScaleViewHelper->render()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/ws_t3bootstrap/Classes/ViewHelpers/ColumnViewHelper.php line 88
            $strClass .= ' order-xl-'.$this->arguments['xl-order'];
        }


        $output = parent::render();

        $tagBuilder = new TagBuilder($this->arguments['tag'] ?? 'div', $output);
        $tagBuilder->addAttribute('class', $strClass);
        if ($this->arguments['role'] !== null) {
at WapplerSystems\WsT3bootstrap\ViewHelpers\ColumnViewHelper->render()
at call_user_func(array(object(WapplerSystems\WsT3bootstrap\ViewHelpers\ColumnViewHelper), 'render'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('WapplerSystems\\WsT3bootstrap\\ViewHelpers\\ColumnViewHelper', array('xs' => 12, 'sm' => null, 'md' => null, 'lg' => 9, 'xl' => null, 'class' => 'col-main o-1 o-sm-1 o-md-1 o-lg-2', 'tag' => null, 'role' => null, 'display' => 'block', 'xs-order' => null, 'sm-order' => null, 'md-order' => null, 'lg-order' => null, 'xl-order' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('xs' => 12, 'sm' => null, 'md' => null, 'lg' => 9, 'xl' => null, 'class' => 'col-main o-1 o-sm-1 o-md-1 o-lg-2', 'tag' => null, 'role' => null, 'display' => 'block', 'xs-order' => null, 'sm-order' => null, 'md-order' => null, 'lg-order' => null, 'xl-order' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d.php line 154
$arguments5['xl-order'] = NULL;
$arguments5['lg'] = 9;
$arguments5['class'] = 'col-main o-1 o-sm-1 o-md-1 o-lg-2';

$output4 .= WapplerSystems\WsT3bootstrap\ViewHelpers\ColumnViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '


at Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d->section_4f9be057f0ea5d2ba72fd2c810e8d7b9aa98b469(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('Content', array(), false)
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Page_html_4bb703d6f00020b8d898097ab9a34b4b84d814f4.php line 218
$arguments22['contentAs'] = NULL;
$arguments22['debug'] = true;
$arguments22['section'] = 'Content';

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

$output0 .= '

 </main>
at layout_Page_html_4bb703d6f00020b8d898097ab9a34b4b84d814f4->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')), '5')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')), 'includeCSS.' => array('ckefontawesome' => 'https://use.fontawesome.com/releases/v5.8.1/css/all.css', 'ckefontawesome.' => array('if.' => array('isTrue' => '0')), 'femanagerMain' => 'EXT:femanager/Resources/Public/Css/Main.min.css', 'main' => 'EXT:demotemplate/Resources/Private/SCSS/main.scss', 'main.' => array('outputfile' => 'typo3temp/assets/css/demotemplate/main', 'formatter' => 'WapplerSystems\\WsScss\\Formatter\\Autoprefixer', 'linenumber' => 'true', 'sourceMap' => 'true'), 'smartmenus' => 'EXT:demotemplate/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'fancybox' => 'EXT:demotemplate/Resources/Public/CSS/fancybox/jquery.fancybox.css', 'flexslider' => 'EXT:demotemplate/Resources/Public/CSS/flexslider.css'), 'meta.' => array('og:type' => 'website', 'og:site_name.' => array('data' => 'TSFE:tmpl|sitetitle'), 'og:image.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '628c', 'width' => '1200')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'twitter:card' => 'summary', 'twitter:card.' => array('override' => 'summary_large_image', 'override.' => array('if.' => array('isTrue.' => array('data' => 'field:twitter_image // field:og_image')))), 'twitter:creator.' => array('data' => 'page:tx_csseo_tw_creator', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:site.' => array('data' => 'page:tx_csseo_tw_site', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:image.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path: // path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '512c', 'width' => '1024')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'X-UA-Compatible' => 'IE=11; IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1')), 'jsInline.' => array('COA', '654.' => array('TEXT', '15.' => array('value' => '', 'wrap' => ' /* Google Tag Manager */ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'#\'); /* End Google Tag Manager */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => ' /* PIWIK */ var _paq = _paq || []; _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//#"; _paq.push([\'setTrackerUrl\', u+\'js/\']); _paq.push([\'setSiteId\', 1]); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.defer=true; g.src=u+\'js/\'; s.parentNode.insertBefore(g,s); })(); /* End PIWIK */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'headerData.' => array('COA', '657.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=#"></script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script> /* Google Analytics Optout */ var gaProperty = \'#\'; var disableStr = \'ga-disable-\' + gaProperty; if (document.cookie.indexOf(disableStr + \'=true\') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; window[disableStr] = true; } /* Google Analytics */ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', gaProperty, { \'anonymize_ip\': true }); /* End Google Analytics */</script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'TEXT', '20.' => array('value' => '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta name="format-detection" content="telephone=no">'), 'TEXT', '30.' => array('value' => '{page:nav_title//page:title}', 'insertData' => '1', 'wrap' => '<meta name="navtitle" content="|">'), 'IMG_RESOURCE', '870.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'includeJSFooter.' => array('EXT:cs_seo/Resources/Public/JavaScript/jquery.cs_seo.ga.js', '654.' => array('if.' => array('isTrue' => '')), 'femanagerValidation' => 'EXT:femanager/Resources/Public/JavaScript/Validation.min.js', 'femanager' => 'EXT:femanager/Resources/Public/JavaScript/Femanager.min.js', 'tether' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/tether.min.js', 'popper' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/bootstrap.js', 'parallax' => 'EXT:demotemplate/Resources/Public/JavaScript/plugins/jquery.parallax.js', 'smartmenus_jquery' => 'EXT:demotemplate/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.js', 'smartmenus_bootstrap' => 'EXT:demotemplate/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.js', 'mmenu_polyfills' => 'EXT:demotemplate/Resources/Public/JavaScript/mmenu/mmenu.polyfills.js', 'mmenu' => 'EXT:demotemplate/Resources/Public/JavaScript/mmenu/mmenu.js', 'fancybox' => 'EXT:demotemplate/Resources/Public/JavaScript/fancybox/jquery.fancybox.js', 'matchheight' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery.matchHeight.js', 'flexslider' => 'EXT:demotemplate/Resources/Public/JavaScript/flexslider/jquery.flexslider.js', 'scrolltotop' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/scrolltotop.js', 'counter' => 'EXT:demotemplate/Resources/Public/JavaScript/counter.js', 'main' => 'EXT:demotemplate/Resources/Public/JavaScript/main.js', 'plugins' => 'EXT:demotemplate/Resources/Public/JavaScript/plugins.js'), 'footerData.' => array('USER', '655.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getSiteSearch', 'userFunc.' => array('pid' => '0', 'searchterm' => 'searchterm'), 'stdWrap.' => array('if.' => array('isTrue' => ''))), 'USER', '656.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getBreadcrumb', 'stdWrap.' => array('if.' => array('isTrue' => '')))), 'includeJSFooterlibs.' => array('jquery' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery-3.1.1.min.js', 'jquery.' => array('forceOnTop' => '1')), 'includeJSLibs.' => array('respondjs' => 'EXT:demotemplate/Resources/Public/JavaScript/Libraries/respond.min.js', 'picturefill' => 'EXT:demotemplate/Resources/Public/JavaScript/picturefill.min.js'), 'includeJS.' => array('mail' => 'EXT:demotemplate/Resources/Public/JavaScript/mail.js'), 'shortcutIcon' => 'EXT:demotemplate/Resources/Public/Images/favicon.png', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'COA', '11.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '1.' => array('value' => 'extensions'), 'TEXT', '2.' => array('stdWrap.' => array('noTrimWrap' => '| layout-| |', 'cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column'))), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $simulatingGroup = $this->simulateUserGroup($request);
            $GLOBALS['TSFE']->fePreview = ((int)($simulatingDate || $simulatingGroup));
        }

        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/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

(2/2) #1407060572 TYPO3Fluid\Fluid\Core\Parser\Exception

The ViewHelper "<n:social.disqus>" could not be resolved. Based on your spelling, the system would load the class "GeorgRinger\News\ViewHelpers\Social\DisqusViewHelper", however this class does not exist.

in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperResolver.php line 251
        if (!isset($this->resolvedViewHelperClassNames[$namespaceIdentifier][$methodIdentifier])) {
            $resolvedViewHelperClassName = $this->resolveViewHelperName($namespaceIdentifier, $methodIdentifier);
            $actualViewHelperClassName = implode('\\', array_map('ucfirst', explode('.', $resolvedViewHelperClassName)));
            if (false === class_exists($actualViewHelperClassName) || $actualViewHelperClassName === false) {
                throw new ParserException(sprintf(
                    'The ViewHelper "<%s:%s>" could not be resolved.' . chr(10) .
                    'Based on your spelling, the system would load the class "%s", however this class does not exist.',
                    $namespaceIdentifier,
                    $methodIdentifier,
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperResolver->resolveViewHelperClassName('n', 'social.disqus')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php line 59
    public function __construct(RenderingContextInterface $renderingContext, $namespace, $identifier, array $arguments, ParsingState $state)
    {
        $resolver = $renderingContext->getViewHelperResolver();
        $this->arguments = $arguments;
        $this->viewHelperClassName = $resolver->resolveViewHelperClassName($namespace, $identifier);
        $this->uninitializedViewHelper = $resolver->createViewHelperInstanceFromClassName($this->viewHelperClassName);
        $this->uninitializedViewHelper->setViewHelperNode($this);
        // Note: RenderingContext required here though replaced later. See https://github.com/TYPO3Fluid/Fluid/pull/93
        $this->uninitializedViewHelper->setRenderingContext($renderingContext);
at TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode->__construct(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), 'n', 'social.disqus', array('newsItem' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'shortName' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'link' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode)), object(TYPO3Fluid\Fluid\Core\Parser\ParsingState))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 366
            throw new UnknownNamespaceException('Unknown Namespace: ' . $namespaceIdentifier);
        }
        try {
            $currentViewHelperNode = new ViewHelperNode(
                $this->renderingContext,
                $namespaceIdentifier,
                $methodIdentifier,
                $argumentsObjectTree,
                $state
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->initializeViewHelperAndAddItToStack(object(TYPO3Fluid\Fluid\Core\Parser\ParsingState), 'n', 'social.disqus', array('newsItem' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'shortName' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode), 'link' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode)))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 328
        $viewHelperNode = $this->initializeViewHelperAndAddItToStack(
            $state,
            $namespaceIdentifier,
            $methodIdentifier,
            $this->parseArguments($arguments)
        );

        if ($viewHelperNode) {
            $viewHelperNode->setPointerTemplateCode($templateElement);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->openingViewHelperTagHandler(object(TYPO3Fluid\Fluid\Core\Parser\ParsingState), 'n', 'social.disqus', ' newsItem="{newsItem}" shortName="{settings.detail.disqusShortname}" link="{n:link(newsItem:newsItem, settings:settings, uriOnly:1, configuration:\'{forceAbsoluteUrl:1}\')}" ', true, '<n:social.disqus newsItem="{newsItem}" shortName="{settings.detail.disqusShortname}" link="{n:link(newsItem:newsItem, settings:settings, uriOnly:1, configuration:\'{forceAbsoluteUrl:1}\')}" />')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 282
            $matchedVariables = [];

            if (preg_match(Patterns::$SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG, $templateElement, $matchedVariables) > 0) {
                if ($this->openingViewHelperTagHandler(
                    $state,
                    $matchedVariables['NamespaceIdentifier'],
                    $matchedVariables['MethodIdentifier'],
                    $matchedVariables['Attributes'],
                    ($matchedVariables['Selfclosing'] === '' ? false : true),
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->buildObjectTree(array('', '<f:layout name="Detail" />', '<!-- ===================== News/Detail.html-->', '<f:section name="content">', ' ', '<f:if condition="{newsItem}">', ' ', '<f:then>', ' ', '<n:format.nothing>', ' ', '<n:excludeDisplayedNews newsItem="{newsItem}" />', ' ', '<f:if condition="{newsItem.alternativeTitle}">', ' ', '<f:then>', ' ', '<n:titleTag>', ' ', '<f:format.htmlentitiesDecode>', '{newsItem.alternativeTitle}', '</f:format.htmlentitiesDecode>', ' ', '</n:titleTag>', ' ', '</f:then>', ' ', '<f:else>', ' ', '<n:titleTag>', ' ', '<f:format.htmlentitiesDecode>', '{newsItem.title}', '</f:format.htmlentitiesDecode>', ' ', '</n:titleTag>', ' ', '</f:else>', ' ', '</f:if>', ' ', '<f:if condition="{settings.detail.showMetaTags}">', ' ', '<f:render partial="Detail/Opengraph" arguments="{newsItem: newsItem, settings:settings}" />', ' ', '</f:if>', ' ', '</n:format.nothing>', ' ', '<f:if condition="{settings.detail.showPrevNext}">', ' ', '<n:simplePrevNext pidList="{newsItem.pid}" news="{newsItem}" as="paginated" sortField="datetime">', ' ', '<f:if condition="{paginated}">', ' <ul class="pager"> ', '<f:if condition="{paginated.prev}">', ' <li class="previous"> ', '<n:link newsItem="{paginated.prev}" settings="{settings}">', ' <span aria-hidden="true">&larr; </span>{paginated.prev.title} ', '</n:link>', ' </li> ', '</f:if>', ' ', '<f:if condition="{paginated.next}">', ' <li class="next"> ', '<n:link newsItem="{paginated.next}" settings="{settings}" class="next">', ' {paginated.next.title} <span aria-hidden="true"> &rarr;</span> ', '</n:link>', ' </li> ', '</f:if>', ' </ul> ', '</f:if>', ' ', '</n:simplePrevNext>', ' ', '</f:if>', ' <div class="header"> <h3 itemprop="headline">{newsItem.title}</h3> </div> <div class="footer"> <p> <!-- date --> <span class="news-list-date"> <i class="fa fa-calendar" aria-hidden="true"></i> <time itemprop="datePublished" datetime="{f:format.date(date:newsItem.datetime, format:\'Y-m-d\')}"> ', '<f:format.date format="{f:translate(key:\'dateFormat\')}">', '{newsItem.datetime}', '</f:format.date>', ' </time> </span> ', '<f:if condition="{newsItem.categories}">', ' ', '<f:render partial="Category/Items" arguments="{categories:newsItem.categories, settings:settings}" />', ' ', '</f:if>', ' ', '<f:if condition="{newsItem.tags}">', ' <!-- Tags --> <i class="fa fa-tag mr-1" aria-hidden="true"></i> <span class="news-list-tags" itemprop="keywords"> ', '<f:for each="{newsItem.tags}" as="tag">', ' {tag.title} ', '</f:for>', ' </span> ', '</f:if>', ' ', '<f:if condition="{newsItem.author}">', ' <!-- author --> <i class="fa fa-user" aria-hidden="true"></i> <span class="news-list-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person"> ', '<f:translate key="author_simple" />', ' <span itemprop="name">{newsItem.author}</span> </span> ', '</f:if>', ' </p> </div> ', '<n:renderMedia news="{newsItem}" imgClass="img-responsive" videoClass="video-wrapper" audioClass="audio-wrapper">', ' <div class="row"> ', '<ws:column sm="4" md="8">', ' ', '<f:if condition="{newsItem.teaser}">', ' <!-- teaser --> <div class="teaser-text" itemprop="description"> ', '<f:format.html>', '{newsItem.teaser}', '</f:format.html>', ' </div> ', '</f:if>', ' ', '<f:if condition="{newsItem.contentElements}">', ' <!-- content elements --> ', '<f:cObject typoscriptObjectPath="lib.tx_news.contentElementRendering">', '{newsItem.contentElementIdList}', '</f:cObject>', ' ', '</f:if>', ' <!-- main text --> <div class="news-text-wrap" itemprop="articleBody"> ', '<f:format.html>', '{newsItem.bodytext}', '</f:format.html>', ' </div> ', '</ws:column>', ' ', '<f:render partial="Detail/MediaContainer" arguments="{media: newsItem.mediaNonPreviews, settings:settings}" />', ' </div> ', '</n:renderMedia>', ' ', '<f:if condition="{settings.backPid}">', ' <!-- Link Back --> <div class="news-backlink-wrap"> ', '<f:link.page class="btn btn-primary mb-2" pageUid="{settings.backPid}">', ' ', '<f:translate key="back-link" />', ' ', '</f:link.page>', ' </div> ', '</f:if>', ' ', '<f:if condition="{settings.detail.showSocialShareButtons}">', ' ', '<f:comment>', ' Care about the privacy of your readers? Checkout https://typo3.org/extensions/repository/view/rx_shariff and it will be used automatically! ', '</f:comment>', ' ', '<n:extensionLoaded extensionKey="rx_shariff">', ' ', '<f:render partial="Detail/Shariff" />', ' ', '</n:extensionLoaded>', ' ', '</f:if>', ' ', '<f:if condition="{settings.detail.disqusShortname}">', ' <div id="disqus_thread"></div> ', '<n:social.disqus newsItem="{newsItem}" shortName="{settings.detail.disqusShortname}" link="{n:link(newsItem:newsItem, settings:settings, uriOnly:1, configuration:\'{forceAbsoluteUrl:1}\')}" />', ' ', '</f:if>', ' <!-- related things --> <div class="news-related-wrap"> ', '<f:comment>', ' Various options exist to fetch different related information: - {newsItem.allRelatedSorted}: all related news, related und related from, sorted by date - {newsItem.related}: all related - {newsItem.relatedSorted}: all related, sorted by date - {newsItem.relatedFrom}: all related from - {newsItem.relatedFromSorted}: all related from, sorted by date ', '</f:comment>', ' ', '<f:if condition="{newsItem.allRelatedSorted}">', ' <!-- Related news records --> <div class="news-related news-related-news mt-4"> <h4> ', '<f:translate key="related-news" />', ' </h4> <div class="list-group"> ', '<f:for each="{newsItem.allRelatedSorted}" as="related">', ' ', '<n:link newsItem="{related}" class="list-group-item list-group-item-action" settings="{settings}" title="{related.title}">', ' <div class="d-flex w-100 justify-content-between"> <h5 class="mb-1">{related.title}</h5> <small class="text-muted">', '<f:format.date format="{f:translate(key:\'dateFormat\')}">', '{related.datetime}', '</f:format.date>', '</small> </div> ', '<f:if condition="{newsItem.teaser}">', ' ', '<f:then>', ' {newsItem.teaser -> f:format.crop(maxCharacters: \'{settings.cropMaxCharacters}\', respectWordBoundaries:\'1\') -> f:format.html()} ', '</f:then>', ' ', '<f:else>', ' {newsItem.bodytext -> f:format.crop(maxCharacters: \'{settings.cropMaxCharacters}\', respectWordBoundaries:\'1\') -> f:format.html()} ', '</f:else>', ' ', '</f:if>', ' ', '</n:link>', ' ', '</f:for>', ' </div> </div> ', '</f:if>', ' ', '<f:if condition="{newsItem.relatedFiles}">', ' <!-- related files --> <div class="news-related news-related-files mt-4"> <h4> ', '<f:translate key="related-files" />', ' </h4> <ul class="list-group"> ', '<f:for each="{newsItem.relatedFiles}" as="relatedFile">', ' <li class="list-group-item d-flex justify-content-between align-items-center"> <a href="{relatedFile.originalResource.publicUrl -> f:format.htmlspecialchars()}" target="_blank"> {f:if(condition:relatedFile.originalResource.title, then:relatedFile.originalResource.title, else:relatedFile.originalResource.name)} </a> <span class="badge badge-primary badge-pill"> {relatedFile.originalResource.size -> f:format.bytes()} </span> </li> ', '</f:for>', ' </ul> </div> ', '</f:if>', ' ', '<f:if condition="{newsItem.relatedLinks}">', ' <!-- Related links --> <div class="news-related news-related-links mt-4"> <h4> ', '<f:translate key="related-links" />', ' </h4> <ul class="list-group"> ', '<f:for each="{newsItem.relatedLinks}" as="relatedLink">', ' <li class="list-group-item d-flex justify-content-between align-items-center"> ', '<f:link.typolink parameter="{relatedLink.uri}" title="{relatedLink.title}" target="{n:targetLink(link:relatedLink.uri)}">', '{f:if(condition: relatedLink.title, then: relatedLink.title, else: relatedLink.uri)}', '</f:link.typolink>', ' ', '<f:if condition="{relatedLink.description}">', '<span>{relatedLink.description}</span>', '</f:if>', ' </li> ', '</f:for>', ' </ul> </div> ', '</f:if>', ' </div> ', '</f:then>', ' ', '<f:else>', ' ', '</f:else>', ' ', '</f:if>', '', '</f:section>', ''), 2)
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 141

            $templateString = $this->preProcessTemplateSource($templateString);

            $splitTemplate = $this->splitTemplateAtDynamicTags($templateString);
            $parsingState = $this->buildObjectTree($splitTemplate, self::CONTEXT_OUTSIDE_VIEWHELPER_ARGUMENTS);
        } catch (Exception $error) {
            throw $this->createParsingRelatedExceptionWithContext($error, $templateIdentifier);
        }
        $this->parsedTemplates[$templateIdentifier] = $parsingState;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parse('<f:layout name="Detail" /><!-- ===================== News/Detail.html--><f:section name="content"> <f:if condition="{newsItem}"> <f:then> <n:format.nothing> <n:excludeDisplayedNews newsItem="{newsItem}" /> <f:if condition="{newsItem.alternativeTitle}"> <f:then> <n:titleTag> <f:format.htmlentitiesDecode>{newsItem.alternativeTitle}</f:format.htmlentitiesDecode> </n:titleTag> </f:then> <f:else> <n:titleTag> <f:format.htmlentitiesDecode>{newsItem.title}</f:format.htmlentitiesDecode> </n:titleTag> </f:else> </f:if> <f:if condition="{settings.detail.showMetaTags}"> <f:render partial="Detail/Opengraph" arguments="{newsItem: newsItem, settings:settings}" /> </f:if> </n:format.nothing> <f:if condition="{settings.detail.showPrevNext}"> <n:simplePrevNext pidList="{newsItem.pid}" news="{newsItem}" as="paginated" sortField="datetime"> <f:if condition="{paginated}"> <ul class="pager"> <f:if condition="{paginated.prev}"> <li class="previous"> <n:link newsItem="{paginated.prev}" settings="{settings}"> <span aria-hidden="true">&larr; </span>{paginated.prev.title} </n:link> </li> </f:if> <f:if condition="{paginated.next}"> <li class="next"> <n:link newsItem="{paginated.next}" settings="{settings}" class="next"> {paginated.next.title} <span aria-hidden="true"> &rarr;</span> </n:link> </li> </f:if> </ul> </f:if> </n:simplePrevNext> </f:if> <div class="header"> <h3 itemprop="headline">{newsItem.title}</h3> </div> <div class="footer"> <p> <!-- date --> <span class="news-list-date"> <i class="fa fa-calendar" aria-hidden="true"></i> <time itemprop="datePublished" datetime="{f:format.date(date:newsItem.datetime, format:\'Y-m-d\')}"> <f:format.date format="{f:translate(key:\'dateFormat\')}">{newsItem.datetime}</f:format.date> </time> </span> <f:if condition="{newsItem.categories}"> <f:render partial="Category/Items" arguments="{categories:newsItem.categories, settings:settings}" /> </f:if> <f:if condition="{newsItem.tags}"> <!-- Tags --> <i class="fa fa-tag mr-1" aria-hidden="true"></i> <span class="news-list-tags" itemprop="keywords"> <f:for each="{newsItem.tags}" as="tag"> {tag.title} </f:for> </span> </f:if> <f:if condition="{newsItem.author}"> <!-- author --> <i class="fa fa-user" aria-hidden="true"></i> <span class="news-list-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person"> <f:translate key="author_simple" /> <span itemprop="name">{newsItem.author}</span> </span> </f:if> </p> </div> <n:renderMedia news="{newsItem}" imgClass="img-responsive" videoClass="video-wrapper" audioClass="audio-wrapper"> <div class="row"> <ws:column sm="4" md="8"> <f:if condition="{newsItem.teaser}"> <!-- teaser --> <div class="teaser-text" itemprop="description"> <f:format.html>{newsItem.teaser}</f:format.html> </div> </f:if> <f:if condition="{newsItem.contentElements}"> <!-- content elements --> <f:cObject typoscriptObjectPath="lib.tx_news.contentElementRendering">{newsItem.contentElementIdList}</f:cObject> </f:if> <!-- main text --> <div class="news-text-wrap" itemprop="articleBody"> <f:format.html>{newsItem.bodytext}</f:format.html> </div> </ws:column> <f:render partial="Detail/MediaContainer" arguments="{media: newsItem.mediaNonPreviews, settings:settings}" /> </div> </n:renderMedia> <f:if condition="{settings.backPid}"> <!-- Link Back --> <div class="news-backlink-wrap"> <f:link.page class="btn btn-primary mb-2" pageUid="{settings.backPid}"> <f:translate key="back-link" /> </f:link.page> </div> </f:if> <f:if condition="{settings.detail.showSocialShareButtons}"> <f:comment> Care about the privacy of your readers? Checkout https://typo3.org/extensions/repository/view/rx_shariff and it will be used automatically! </f:comment> <n:extensionLoaded extensionKey="rx_shariff"> <f:render partial="Detail/Shariff" /> </n:extensionLoaded> </f:if> <f:if condition="{settings.detail.disqusShortname}"> <div id="disqus_thread"></div> <n:social.disqus newsItem="{newsItem}" shortName="{settings.detail.disqusShortname}" link="{n:link(newsItem:newsItem, settings:settings, uriOnly:1, configuration:\'{forceAbsoluteUrl:1}\')}" /> </f:if> <!-- related things --> <div class="news-related-wrap"> <f:comment> Various options exist to fetch different related information: - {newsItem.allRelatedSorted}: all related news, related und related from, sorted by date - {newsItem.related}: all related - {newsItem.relatedSorted}: all related, sorted by date - {newsItem.relatedFrom}: all related from - {newsItem.relatedFromSorted}: all related from, sorted by date </f:comment> <f:if condition="{newsItem.allRelatedSorted}"> <!-- Related news records --> <div class="news-related news-related-news mt-4"> <h4> <f:translate key="related-news" /> </h4> <div class="list-group"> <f:for each="{newsItem.allRelatedSorted}" as="related"> <n:link newsItem="{related}" class="list-group-item list-group-item-action" settings="{settings}" title="{related.title}"> <div class="d-flex w-100 justify-content-between"> <h5 class="mb-1">{related.title}</h5> <small class="text-muted"><f:format.date format="{f:translate(key:\'dateFormat\')}">{related.datetime}</f:format.date></small> </div> <f:if condition="{newsItem.teaser}"> <f:then> {newsItem.teaser -> f:format.crop(maxCharacters: \'{settings.cropMaxCharacters}\', respectWordBoundaries:\'1\') -> f:format.html()} </f:then> <f:else> {newsItem.bodytext -> f:format.crop(maxCharacters: \'{settings.cropMaxCharacters}\', respectWordBoundaries:\'1\') -> f:format.html()} </f:else> </f:if> </n:link> </f:for> </div> </div> </f:if> <f:if condition="{newsItem.relatedFiles}"> <!-- related files --> <div class="news-related news-related-files mt-4"> <h4> <f:translate key="related-files" /> </h4> <ul class="list-group"> <f:for each="{newsItem.relatedFiles}" as="relatedFile"> <li class="list-group-item d-flex justify-content-between align-items-center"> <a href="{relatedFile.originalResource.publicUrl -> f:format.htmlspecialchars()}" target="_blank"> {f:if(condition:relatedFile.originalResource.title, then:relatedFile.originalResource.title, else:relatedFile.originalResource.name)} </a> <span class="badge badge-primary badge-pill"> {relatedFile.originalResource.size -> f:format.bytes()} </span> </li> </f:for> </ul> </div> </f:if> <f:if condition="{newsItem.relatedLinks}"> <!-- Related links --> <div class="news-related news-related-links mt-4"> <h4> <f:translate key="related-links" /> </h4> <ul class="list-group"> <f:for each="{newsItem.relatedLinks}" as="relatedLink"> <li class="list-group-item d-flex justify-content-between align-items-center"> <f:link.typolink parameter="{relatedLink.uri}" title="{relatedLink.title}" target="{n:targetLink(link:relatedLink.uri)}">{f:if(condition: relatedLink.title, then: relatedLink.title, else: relatedLink.uri)}</f:link.typolink> <f:if condition="{relatedLink.description}"><span>{relatedLink.description}</span></f:if> </li> </f:for> </ul> </div> </f:if> </div> </f:then> <f:else> </f:else> </f:if></f:section>', 'News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 209
     */
    protected function parseTemplateSource($templateIdentifier, $templateSourceClosure)
    {
        $parsedTemplate = $this->parse(
            $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
            $templateIdentifier
        );
        $parsedTemplate->setIdentifier($templateIdentifier);
        $this->parsedTemplates[$templateIdentifier] = $parsedTemplate;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parseTemplateSource('News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e', object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 189
            if ($parsedTemplate instanceof UncompilableTemplateInterface) {
                $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            }
        } else {
            $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            try {
                $compiler->store($templateIdentifier, $parsedTemplate);
            } catch (StopCompilingException $stop) {
                $this->renderingContext->getErrorHandler()->handleCompilerError($stop);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->getOrParseAndStoreTemplate('News_action_detail_8f1017a0005bad909d93451b043fd45e0e0ae35e', object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 392
        $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
            $templatePaths->getTemplateIdentifier($controllerName, $actionName),
            function($parent, TemplatePaths $paths) use ($controllerName, $actionName, $renderingContext) {
                return $paths->getTemplateSource($controllerName, $actionName);
            }
        );
        if ($parsedTemplate->isCompiled()) {
            $parsedTemplate->addCompiledNamespaces($this->baseRenderingContext);
        }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->getCurrentParsedTemplate()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 179
            $actionName = ucfirst($actionName);
            $renderingContext->setControllerAction($actionName);
        }
        try {
            $parsedTemplate = $this->getCurrentParsedTemplate();
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        }

at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 324
            $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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 167
        $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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 73
                throw new \TYPO3\CMS\Extbase\Mvc\Exception\InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . \TYPO3\CMS\Extbase\Annotation\IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
            }
        }
        $this->emitAfterRequestDispatchSignal($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 92
        }

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

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 172
        /** @var \TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver $requestHandlerResolver */
        $requestHandlerResolver = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver::class);
        $requestHandler = $requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 159
     */
    public function run($content, $configuration)
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @throws \TYPO3\CMS\Extbase\Mvc\Exception\CommandException Is thrown if the response object defined an exit code > 0
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'))
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', 'vendorName' => 'GeorgRinger')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5969
                        $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', 'vendorName' => 'GeorgRinger'), '')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $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', 'vendorName' => 'GeorgRinger'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'tt_content.list.20.news_pi1')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 189
        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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems')), 'tt_content.list.20.news_pi1', 'news_pi1')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 166
                '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' => 889, 'pid' => 123, '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' => 462, 'tstamp' => 1552313205, 'crdate' => 1455450822, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1536, 'CType' => 'list', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'icon_position' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', '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"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></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">46</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">39</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <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">1</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"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', '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:17:"padding_top_class";N;s:20:"padding_bottom_class";N;s:7:"effects";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;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_wsflexslider_images' => '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, 'image_classes' => '', 'element_classes' => '', 'imagecols_xs' => 1, 'imagecols_sm' => 1, 'imagecols_md' => 1, 'imagecols_lg' => 1, 'imagecols_xl' => 1, 'effects' => '', 'background_media' => 0, 'header_position' => '', 'frame_class' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_blog_tag_content' => 0, 'tx_blog_category_content' => 0, 'html_tag' => 'div', 'padding_top_class' => '', 'padding_bottom_class' => '', 'filelink_sorting_direction' => 'ascending', 'tx_flux_migrated_version' => null, 'footer' => '', 'footer_position' => '', 'footer_link' => '', 'footer_layout' => '0', 'tx_wst3bootstrap_card_elements' => 0, 'tx_wst3bootstrap_card_elements_backside' => 0, 'image_overlay' => 1, 'tx_wst3bootstrap_cardscarousel_item' => 0, 'tx_wst3bootstrap_numbercarousel_item' => 0, 'tx_wst3bootstrap_counterbar_item' => 0, 'icon_color' => '', 'icon_size' => '', 'icon' => '', 'icon_style' => '', 'form_layout' => '', 'tx_wsslider_items' => 0, 'tx_wsslider_renderer' => null, 'tx_wsslider_layout' => null, 'layout' => 0, 'grid_layout' => ''), 'typoscriptObjectPath' => 'tt_content.list.20.news_pi1', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/Standard_action_List_5447f90471c7f33c53ea8a03cc2633bab526b796.php line 68
$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_5447f90471c7f33c53ea8a03cc2633bab526b796->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1213
     ),
     $renderingContext
    );

$output19 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments51, $renderChildrenClosure52, $renderingContext);

$output19 .= '
     ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 302
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/TagViewHelper.php line 46
    public function render()
    {
        $this->arguments['class'] = trim((string) $this->arguments['class']);
        $this->arguments['class'] = str_replace(',', ' ', $this->arguments['class']);
        $content = $this->renderChildren();
        return $this->renderTag($this->arguments['name'], $content);
    }
}
at FluidTYPO3\Vhs\ViewHelpers\TagViewHelper->render()
at call_user_func(array(object(FluidTYPO3\Vhs\ViewHelpers\TagViewHelper), 'render'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('FluidTYPO3\\Vhs\\ViewHelpers\\TagViewHelper', array('additionalAttributes' => null, 'data' => null, 'class' => 'frame frame-type-list frame-layout-0 frame-space-before-none frame-space-after-medium ', 'dir' => null, 'id' => 'c889', 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'forceClosingTag' => false, 'hideIfEmpty' => false, 'contenteditable' => null, 'contextmenu' => null, 'draggable' => null, 'dropzone' => null, 'translate' => null, 'spellcheck' => null, 'hidden' => null, 'name' => 'div'), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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' => 'frame frame-type-list frame-layout-0 frame-space-before-none frame-space-after-medium ', 'dir' => null, 'id' => 'c889', 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'forceClosingTag' => false, 'hideIfEmpty' => false, 'contenteditable' => null, 'contextmenu' => null, 'draggable' => null, 'dropzone' => null, 'translate' => null, 'spellcheck' => null, 'hidden' => null, 'name' => 'div'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1372
$arguments13['id'] = $output16;
$array18 = array (
);$arguments13['class'] = $renderingContext->getVariableProvider()->getByPath('frame_classes', $array18);

$output6 .= FluidTYPO3\Vhs\ViewHelpers\TagViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);

$output6 .= '

  ';
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1775
  ';
return $output71;
};

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

$output3 .= '
';
return $output3;
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e.php line 1783
return $output3;
};
$arguments1 = array();

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

$output0 .= '

';
at layout_Default_html_ff0cf04e5c41dfc83c0b4b50b725ff21cd2d507e->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'lib.contentElement')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($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', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:demotemplate/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/', 'EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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="lightbox" data-fancybox="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1')), 'wst3bootstrap.' => array('buttongroup.' => array('alignments' => '{"btn-group":"horizontal","btn-group-vertical":"vertikal"}'), 'breakpoints.' => array('xs' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200'), 'breakpointsMax.' => array('xs' => '575.98', 'sm' => '767.98', 'md' => '991.98', 'lg' => '1199.98'), 'containerWidths.' => array('sm' => '540', 'md' => '720', 'lg' => '960', 'xl' => '1140'), 'imageFullwidth' => '2200', 'imageFullWidth' => '2200', 'gridColumns' => '12', 'font-size-root' => '16', 'icon.' => array('rendering' => 'svg', 'defaultSize' => 'md', 'defaultColor' => 'darkgray'), 'content.' => array('padding.' => array('top' => 'none', 'bottom' => 'none'), 'margin.' => array('top' => 'none', 'bottom' => 'medium'), 'types.' => array('wst3bootstrap_fluidrow.' => array('margin.' => array('bottom' => 'none')), 'wst3bootstrap_container.' => array('margin.' => array('bottom' => 'none')), 'div.' => array('margin.' => array('top' => 'small', 'bottom' => 'small')), 'header.' => array('margin.' => array('bottom' => 'none')))), 'gridLayouts.' => array('50t:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '0,1'))), '50g:50t.' => array('breakPoints.' => array('xs.' => array('orders' => '1,0'), 'md.' => array('columns' => '6,6', 'orders' => '1,0'))), '50m:50g.' => array('breakPoints.' => array('md.' => array('columns' => '6,6'))), '50g:50m.' => array('breakPoints.' => array('md.' => array('columns' => '6,6', 'orders' => '1,0'))), '66t:33g.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '0,1'))), '33g:66t.' => array('breakPoints.' => array('md.' => array('columns' => '8,4', 'orders' => '1,0'))), '33t:66g.' => array('breakPoints.' => array('md.' => array('columns' => '4,8'))), '66g:33t.' => array('breakPoints.' => array('md.' => array('columns' => '4,8', 'orders' => '1,0'))), '100t:100g.' => array(), '100m:100g.' => array(), '100g:100t.' => array('breakPoints.' => array('md.' => array('orders' => '1,0'))), '33m:33t:33g.' => array('breakPoints.' => array('xs.' => array('columns' => '12,12,12', 'orders' => '0,1,2'), 'md.' => array('columns' => '4,4,4', 'orders' => '1,0,2')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '703.' => array('references.' => array('fieldName' => 'background_media'), 'as' => 'backgroundMedia'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\IconProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FrameClassesProcessor'), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'list')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // 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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))), 'tt_content')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($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' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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')))), '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', 'vendorName' => 'TYPO3\\CMS'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page', 'vendorName' => 'FluidTYPO3'), 'wst3bootstrap_page' => 'USER', 'wst3bootstrap_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Page', 'vendorName' => 'WapplerSystems'), 'wst3bootstrap_menu' => 'USER', 'wst3bootstrap_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Menu', 'vendorName' => 'WapplerSystems'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'blog_posts' => 'USER', 'blog_posts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Posts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_category' => 'USER', 'blog_category.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Category', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authorposts' => 'USER', 'blog_authorposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'AuthorPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tag' => 'USER', 'blog_tag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Tag', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archive' => 'USER', 'blog_archive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Archive', 'vendorName' => 'T3G\\AgencyPack'), 'blog_sidebar' => 'USER', 'blog_sidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Sidebar', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentform' => 'USER', 'blog_commentform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentForm', 'vendorName' => 'T3G\\AgencyPack'), 'blog_comments' => 'USER', 'blog_comments.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Comments', 'vendorName' => 'T3G\\AgencyPack'), 'blog_metadata' => 'USER', 'blog_metadata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Metadata', 'vendorName' => 'T3G\\AgencyPack'), 'blog_authors' => 'USER', 'blog_authors.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'Authors', 'vendorName' => 'T3G\\AgencyPack'), 'blog_relatedposts' => 'USER', 'blog_relatedposts.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RelatedPosts', 'vendorName' => 'T3G\\AgencyPack'), 'blog_recentpostswidget' => 'USER', 'blog_recentpostswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'RecentPostsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_categorywidget' => 'USER', 'blog_categorywidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CategoryWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_tagwidget' => 'USER', 'blog_tagwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'TagWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_commentswidget' => 'USER', 'blog_commentswidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'CommentsWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_archivewidget' => 'USER', 'blog_archivewidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'ArchiveWidget', 'vendorName' => 'T3G\\AgencyPack'), 'blog_feedwidget' => 'USER', 'blog_feedwidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Blog', 'pluginName' => 'FeedWidget', 'vendorName' => 'T3G\\AgencyPack'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show', 'vendorName' => 'Clickstorm'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'wsflexslider_pi1' => 'USER', 'wsflexslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsFlexslider', 'pluginName' => 'Pi1', 'vendorName' => 'WapplerSystems'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event', '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_calendarize_domain_model_event,tx_news_domain_model_news', 'conf.' => array('tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0')), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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'), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\GridLayoutProcessor'), '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', 'vendorName' => 'TYPO3\\CMS')), 'flux_standard' => '< lib.contentElement', 'flux_standard.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Standard', 'vendorName' => 'FluidTYPO3')), 'wst3bootstrap_buttonlink' => '< lib.contentElement', 'wst3bootstrap_buttonlink.' => array('templateName' => 'Flux', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttonlink', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_well' => '< lib.contentElement', 'wst3bootstrap_well.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Well', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_tabs' => '< lib.contentElement', 'wst3bootstrap_tabs.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Tabs', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_example' => '< lib.contentElement', 'wst3bootstrap_example.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Example', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_container' => '< lib.contentElement', 'wst3bootstrap_container.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Container', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_alert' => '< lib.contentElement', 'wst3bootstrap_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Alert', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_carousel' => '< lib.contentElement', 'wst3bootstrap_carousel.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Carousel', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_megamenu' => '< lib.contentElement', 'wst3bootstrap_megamenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Megamenu', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_cards' => '< lib.contentElement', 'wst3bootstrap_cards.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Cards', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_fluidrow' => '< lib.contentElement', 'wst3bootstrap_fluidrow.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Fluidrow', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_buttongroup' => '< lib.contentElement', 'wst3bootstrap_buttongroup.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Buttongroup', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_thumbnail' => '< lib.contentElement', 'wst3bootstrap_thumbnail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Thumbnail', 'vendorName' => 'WapplerSystems')), 'wst3bootstrap_accordion' => '< lib.contentElement', 'wst3bootstrap_accordion.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsT3bootstrap', 'pluginName' => 'Accordion', 'vendorName' => 'WapplerSystems')), 'ws_slider' => '< lib.contentElement', 'ws_slider.' => array('templateName' => 'Slider', 'templateRootPaths.' => array('EXT:ws_slider/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:ws_slider/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:ws_slider/Resources/Private/Layouts/'), 'settings.' => array('slider.' => array('defaultRenderer' => 'owl', 'renderer.' => array('owl.' => array('items' => '3', 'margin' => '0', 'loop' => 'false', 'center' => 'false', 'mouseDrag' => 'true', 'touchDrag' => 'true', 'pullDrag' => 'true', 'freeDrag' => 'false', 'stagePadding' => '0', 'merge' => 'false', 'mergeFit' => 'true', 'autoWidth' => 'false', 'startPosition' => '0', 'URLhashListener' => 'false', 'nav' => 'false', 'rewind' => 'true', 'navElement' => 'div', 'slideBy' => '1', 'slideTransition' => '', 'dots' => 'true', 'dotsEach' => 'false', 'dotsData' => 'false', 'lazyLoad' => 'false', 'lazyLoadEager' => '0', 'autoplay' => 'false', 'autoplayTimeout' => '5000', 'autoplayHoverPause' => 'false', 'smartSpeed' => '250', 'navText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4'))), 'flexslider.' => array('maxwidth' => '800', 'maxheight' => '', 'animation' => 'fade', 'easing' => 'swing', 'direction' => 'horizontal', 'reverse' => 'false', 'animationLoop' => 'true', 'smoothHeight' => 'false', 'startAt' => '0', 'slideshow' => 'false', 'slideshowSpeed' => '7000', 'animationSpeed' => '600', 'initDelay' => '0', 'randomize' => 'false', 'pauseOnAction' => 'true', 'pauseOnHover' => 'false', 'useCSS' => 'true', 'touch' => 'true', 'video' => 'false', 'controlNav' => 'true', 'directionNav' => 'true', 'keyboard' => 'true', 'multipleKeyboard' => 'false', 'mousewheel' => 'false', 'pausePlay' => 'false', 'controlsContainer' => '', 'manualControls' => '', 'sync' => '', 'asNavFor' => '', 'itemWidth' => '0', 'itemMargin' => '0', 'minItems' => '0', 'maxItems' => '0', 'move' => '0', 'carousel' => 'false'), 'tinyslider.' => array('mode' => 'carousel', 'axis' => 'horizontal', 'items' => '1', 'gutter' => '0', 'edgePadding' => '0', 'fixedWidth' => 'false', 'autoWidth' => 'false', 'slideBy' => '1', 'center' => 'false', 'controls' => 'true', 'controlsPosition' => 'top', 'nav' => 'true', 'navPosition' => 'top', 'navAsThumbnails' => 'false', 'arrowKeys' => 'false', 'speed' => '300', 'loop' => 'true', 'responsive.' => array('0.' => array('items' => '1'), '576.' => array('items' => '2'), '768.' => array('items' => '4'), '992.' => array('items' => '4'), '1200.' => array('items' => '4')), 'controlsText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.previous'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.next')), 'autoplayText.' => array('TEXT', '0.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.start'), 'TEXT', '1.' => array('data' => 'LLL:EXT:ws_slider/Resources/Private/Language/locallang.xlf:label.stop')))))), 'dataProcessing.' => array('WapplerSystems\\WsSlider\\DataProcessing\\SliderProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wsslider_domain_model_item', 'as' => 'items', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'content_uid=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'foreground_media'), 'as' => 'foregroundMedia'))))), 'wst3bootstrap_media.' => array('20.' => array('vendorName' => 'WapplerSystems')), 'card' => '< lib.contentElement', 'card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'frontside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'frontsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '30.' => array('table' => 'tx_wst3bootstrap_card_element', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'field = \'backside\' AND tt_content=|'), 'orderBy' => 'sorting', 'as' => 'backsideElements', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '40.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '50.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))))), 'counter_bar' => '< lib.contentElement', 'counter_bar.' => array('layoutRootPaths.' => array('EXT:ws_t3bootstrap/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'templateName' => 'Counterbar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_wst3bootstrap_counterbar_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))), 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\FlexFormProcessor')), 'onepage_menu' => '< lib.contentElement', 'onepage_menu.' => array('templateName' => 'OnePageMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu' => '1', '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\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting ASC'))))), 'demotemplate_demoelement.' => array('20.' => array('vendorName' => 'WapplerSystems'))), '')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php line 117
                            $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                            $GLOBALS['TSFE']->currentRecord = $val['table'] . ':' . $val['id'];
                            $this->cObj->lastChanged($row['tstamp']);
                            $cObj->start($row, $val['table']);
                            $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                            $theValue .= $tmpValue;
                        }
                    }
                }
at TYPO3\CMS\Frontend\ContentObject\RecordsContentObject->render(array('tables' => 'tt_content', 'source' => 889, 'dontCheckPid' => 1))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\RecordsContentObject), array('tables' => 'tt_content', 'source' => 889, 'dontCheckPid' => 1))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('RECORDS', array('tables' => 'tt_content', 'source' => 889, 'dontCheckPid' => 1))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 236
        // It's should not be allowed to do this again then!!
        if (false === empty($parent)) {
            ++$GLOBALS['TSFE']->recordRegister[$parent];
        }
        $html = $GLOBALS['TSFE']->cObj->cObjGetSingle('RECORDS', $conf);

        $GLOBALS['TSFE']->currentRecord = $parent;
        if (false === empty($parent)) {
            --$GLOBALS['TSFE']->recordRegister[$parent];
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::renderRecord(array('uid' => 889, 'pid' => 123, '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' => 462, 'tstamp' => 1552313205, 'crdate' => 1455450822, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1536, 'CType' => 'list', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'icon_position' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', '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"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></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">46</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">39</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <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">1</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"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', '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:17:"padding_top_class";N;s:20:"padding_bottom_class";N;s:7:"effects";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;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_wsflexslider_images' => '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, 'image_classes' => '', 'element_classes' => '', 'imagecols_xs' => 1, 'imagecols_sm' => 1, 'imagecols_md' => 1, 'imagecols_lg' => 1, 'imagecols_xl' => 1, 'effects' => '', 'background_media' => 0, 'header_position' => '', 'frame_class' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_blog_tag_content' => 0, 'tx_blog_category_content' => 0, 'html_tag' => 'div', 'padding_top_class' => '', 'padding_bottom_class' => '', 'filelink_sorting_direction' => 'ascending', 'tx_flux_migrated_version' => null, 'footer' => '', 'footer_position' => '', 'footer_link' => '', 'footer_layout' => '0', 'tx_wst3bootstrap_card_elements' => 0, 'tx_wst3bootstrap_card_elements_backside' => 0, 'image_overlay' => 1, 'tx_wst3bootstrap_cardscarousel_item' => 0, 'tx_wst3bootstrap_numbercarousel_item' => 0, 'tx_wst3bootstrap_counterbar_item' => 0, 'icon_color' => '', 'icon_size' => '', 'icon' => '', 'icon_style' => '', 'form_layout' => '', 'tx_wsslider_items' => 0, 'tx_wsslider_renderer' => null, 'tx_wsslider_layout' => null, 'layout' => 0, 'grid_layout' => ''))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 203
            $this->contentObject->cObjGetSingle('LOAD_REGISTER', $this->arguments['loadRegister']);
        }
        $elements = [];
        foreach ($rows as $row) {
            array_push($elements, static::renderRecord($row));
        }
        if (false === empty($this->arguments['loadRegister'])) {
            $this->contentObject->cObjGetSingle('RESTORE_REGISTER', '');
        }
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper->getRenderedRecords(array(array('uid' => 889, 'pid' => 123, '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' => 462, 'tstamp' => 1552313205, 'crdate' => 1455450822, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1536, 'CType' => 'list', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'icon_position' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'news_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', '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"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></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">46</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">39</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <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">1</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"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', '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:17:"padding_top_class";N;s:20:"padding_bottom_class";N;s:7:"effects";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;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_wsflexslider_images' => '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, 'image_classes' => '', 'element_classes' => '', 'imagecols_xs' => 1, 'imagecols_sm' => 1, 'imagecols_md' => 1, 'imagecols_lg' => 1, 'imagecols_xl' => 1, 'effects' => '', 'background_media' => 0, 'header_position' => '', 'frame_class' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_blog_tag_content' => 0, 'tx_blog_category_content' => 0, 'html_tag' => 'div', 'padding_top_class' => '', 'padding_bottom_class' => '', 'filelink_sorting_direction' => 'ascending', 'tx_flux_migrated_version' => null, 'footer' => '', 'footer_position' => '', 'footer_link' => '', 'footer_layout' => '0', 'tx_wst3bootstrap_card_elements' => 0, 'tx_wst3bootstrap_card_elements_backside' => 0, 'image_overlay' => 1, 'tx_wst3bootstrap_cardscarousel_item' => 0, 'tx_wst3bootstrap_numbercarousel_item' => 0, 'tx_wst3bootstrap_counterbar_item' => 0, 'icon_color' => '', 'icon_size' => '', 'icon' => '', 'icon_style' => '', 'form_layout' => '', 'tx_wsslider_items' => 0, 'tx_wsslider_renderer' => null, 'tx_wsslider_layout' => null, 'layout' => 0, 'grid_layout' => '')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 110
            $contentRecords = $this->getSlideRecords($pageUid, $limit);
        }

        if (true === (boolean) $this->arguments['render']) {
            $contentRecords = $this->getRenderedRecords($contentRecords);
        }

        return $contentRecords;
    }
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper->getContentRecords()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/RenderViewHelper.php line 49
        if ('BE' === TYPO3_MODE) {
            return '';
        }

        $content = $this->getContentRecords();
        if (false === $this->hasArgument('as')) {
            return implode(LF, $content);
        }

at FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper->render()
at call_user_func(array(object(FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper), 'render'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('FluidTYPO3\\Vhs\\ViewHelpers\\Content\\RenderViewHelper', array('column' => 0, 'order' => 'sorting', 'sortDirection' => 'ASC', 'pageUid' => 0, 'contentUids' => null, 'sectionIndexOnly' => false, 'loadRegister' => null, 'render' => true, 'hideUntranslated' => false, 'limit' => null, 'slide' => 0, 'slideCollect' => 0, 'slideCollectReverse' => false, 'as' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('column' => 0, 'order' => 'sorting', 'sortDirection' => 'ASC', 'pageUid' => 0, 'contentUids' => null, 'sectionIndexOnly' => false, 'loadRegister' => null, 'render' => true, 'hideUntranslated' => false, 'limit' => null, 'slide' => 0, 'slideCollect' => 0, 'slideCollectReverse' => false, 'as' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d.php line 129
$arguments8['slideCollectReverse'] = false;
$arguments8['as'] = NULL;
$arguments8['column'] = 0;

$output7 .= FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);

$output7 .= '
     <!--TYPO3SEARCH_end-->
    ';
at Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d->{closure}()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 302
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/ws_t3bootstrap/Classes/ViewHelpers/ImageScaleViewHelper.php line 168
        }
        $this->templateVariableContainer->add('xlScale', $xlScaleNew);


        $output = $this->renderChildren();

        $GLOBALS['TSFE']->register['xsScale'] = $xsScale;
        $GLOBALS['TSFE']->register['smScale'] = $smScale;
        $GLOBALS['TSFE']->register['mdScale'] = $mdScale;
at WapplerSystems\WsT3bootstrap\ViewHelpers\ImageScaleViewHelper->render()
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3conf/ext/ws_t3bootstrap/Classes/ViewHelpers/ColumnViewHelper.php line 88
            $strClass .= ' order-xl-'.$this->arguments['xl-order'];
        }


        $output = parent::render();

        $tagBuilder = new TagBuilder($this->arguments['tag'] ?? 'div', $output);
        $tagBuilder->addAttribute('class', $strClass);
        if ($this->arguments['role'] !== null) {
at WapplerSystems\WsT3bootstrap\ViewHelpers\ColumnViewHelper->render()
at call_user_func(array(object(WapplerSystems\WsT3bootstrap\ViewHelpers\ColumnViewHelper), 'render'))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('WapplerSystems\\WsT3bootstrap\\ViewHelpers\\ColumnViewHelper', array('xs' => 12, 'sm' => null, 'md' => null, 'lg' => 9, 'xl' => null, 'class' => 'col-main o-1 o-sm-1 o-md-1 o-lg-2', 'tag' => null, 'role' => null, 'display' => 'block', 'xs-order' => null, 'sm-order' => null, 'md-order' => null, 'lg-order' => null, 'xl-order' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('xs' => 12, 'sm' => null, 'md' => null, 'lg' => 9, 'xl' => null, 'class' => 'col-main o-1 o-sm-1 o-md-1 o-lg-2', 'tag' => null, 'role' => null, 'display' => 'block', 'xs-order' => null, 'sm-order' => null, 'md-order' => null, 'lg-order' => null, 'xl-order' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d.php line 154
$arguments5['xl-order'] = NULL;
$arguments5['lg'] = 9;
$arguments5['class'] = 'col-main o-1 o-sm-1 o-md-1 o-lg-2';

$output4 .= WapplerSystems\WsT3bootstrap\ViewHelpers\ColumnViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '


at Standard_action_2Columns_2d16dc5f076825a84d38bdf5e0056240fab17d3d->section_4f9be057f0ea5d2ba72fd2c810e8d7b9aa98b469(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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('Content', array(), false)
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3temp/var/cache/code/fluid_template/layout_Page_html_4bb703d6f00020b8d898097ab9a34b4b84d814f4.php line 218
$arguments22['contentAs'] = NULL;
$arguments22['debug'] = true;
$arguments22['section'] = 'Content';

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

$output0 .= '

 </main>
at layout_Page_html_4bb703d6f00020b8d898097ab9a34b4b84d814f4->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/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 /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')), '5')
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page', 'dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor'), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:demotemplate/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:demotemplate/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:demotemplate/Resources/Private/Partials/'), 'variables.' => array(), 'settings.' => array('logo' => 'EXT:demotemplate/Resources/Public/Images/KarinGerbrichLOGO.png', 'searchPagePID' => '11', 'policyPid' => '106', 'menu.' => array('homePageUID' => '1', 'main.' => array('entryLevel' => '2', 'menuType' => 'smartmenus', 'megaMenuPid' => '0'), 'sub.' => array('entryLevel' => '3'), 'user.' => array('pageUid' => '34'), 'footer.' => array('pageUid' => '42'), 'language.' => array('activated' => '1', 'hideCurrent' => '1', 'layout' => 'Row', 'itemLayout' => 'Flag')), 'config.' => array('pageTitleProviders.' => array('altPageTitle.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\AltPageTitleProvider', 'before' => 'record'), 'record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'), 'news.' => array('provider' => 'GeorgRinger\\News\\Seo\\NewsTitleProvider', 'before' => 'altPageTitle,record,seo')), 'index_enable' => '1', 'index_externals' => '1', 'index_metatags' => '1', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'titleTagFunction' => 'Clickstorm\\CsSeo\\UserFunc\\PageTitle->render', 'tx_extbase.' => array('persistence.' => array('classes.' => array('Clickstorm\GoMapsExt\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'GeorgRinger\News\Domain\Model\News.' => array('subclasses.' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal')), 'GeorgRinger\News\Domain\Model\NewsDefault.' => array('mapping.' => array('recordType' => '0', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsInternal.' => array('mapping.' => array('recordType' => '1', 'tableName' => 'tx_news_domain_model_news')), 'GeorgRinger\News\Domain\Model\NewsExternal.' => array('mapping.' => array('recordType' => '2', 'tableName' => 'tx_news_domain_model_news')), 'WapplerSystems\WsT3bootstrap\Domain\Model\Page.' => array('mapping.' => array('tableName' => 'pages'))))), 'linkVars' => 'L(int)', 'uniqueLinkVars' => '1', 'renderCharset' => 'utf-8', 'metaCharset' => 'utf-8', 'sendCacheHeaders' => '1', 'doctype' => 'html5', 'absRefPrefix' => 'auto', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'removeDefaultJS' => 'external', 'typolinkEnableLinksAcrossDomains' => '1', 'sword_standAlone' => '0', 'sword_noMixedCase' => '0', 'intTarget' => '_self', 'extTarget' => '_blank', 'spamProtectEmailAddresses' => '-2', 'spamProtectEmailAddresses_atSubst' => '<script type="text/javascript"> obscureAddMid() </script>', 'spamProtectEmailAddresses_lastDotSubst' => '<script type="text/javascript"> obscureAddEnd() </script>', 'no_cache' => '0', 'additionalHeaders' => 'Content-Type:text/html;charset=utf-8', 'content_from_pid_allowOutsideDomain' => '1', 'headerComment' => 'Bootstrap Template by WapplerSystems. https://t3bootstrap.de', 'simulateStaticDocuments' => '0', 'admPanel' => '1', 'xhtml_cleaning' => 'all', 'disablePrefixComment' => '0', 'contentObjectExceptionHandler' => '0', 'typolinkLinkAccessRestrictedPages' => '35'), 'header.' => array('searchbox' => '0', 'breadcrumb' => '0', 'topNavigationWrapperClass' => 'fixed-top bg-transparent-white'), 'footer.' => array('contentUid' => '69', 'showCookiebar' => '0'), 'callToAction.' => array('activated' => '0', 'email.' => array('pageId' => '', 'iconClass' => 'far fa-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 'fas fa-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 'fab fa-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 'fab fa-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 'fab fa-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 'fab fa-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 'fab fa-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 'fab fa-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'))), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'searchTerm' => '{search_term_string}')), 'includeCSS.' => array('ckefontawesome' => 'https://use.fontawesome.com/releases/v5.8.1/css/all.css', 'ckefontawesome.' => array('if.' => array('isTrue' => '0')), 'femanagerMain' => 'EXT:femanager/Resources/Public/Css/Main.min.css', 'main' => 'EXT:demotemplate/Resources/Private/SCSS/main.scss', 'main.' => array('outputfile' => 'typo3temp/assets/css/demotemplate/main', 'formatter' => 'WapplerSystems\\WsScss\\Formatter\\Autoprefixer', 'linenumber' => 'true', 'sourceMap' => 'true'), 'smartmenus' => 'EXT:demotemplate/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'fancybox' => 'EXT:demotemplate/Resources/Public/CSS/fancybox/jquery.fancybox.css', 'flexslider' => 'EXT:demotemplate/Resources/Public/CSS/flexslider.css'), 'meta.' => array('og:type' => 'website', 'og:site_name.' => array('data' => 'TSFE:tmpl|sitetitle'), 'og:image.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '628c', 'width' => '1200')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'twitter:card' => 'summary', 'twitter:card.' => array('override' => 'summary_large_image', 'override.' => array('if.' => array('isTrue.' => array('data' => 'field:twitter_image // field:og_image')))), 'twitter:creator.' => array('data' => 'page:tx_csseo_tw_creator', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:site.' => array('data' => 'page:tx_csseo_tw_site', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:image.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path: // path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '512c', 'width' => '1024')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'X-UA-Compatible' => 'IE=11; IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1')), 'jsInline.' => array('COA', '654.' => array('TEXT', '15.' => array('value' => '', 'wrap' => ' /* Google Tag Manager */ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'#\'); /* End Google Tag Manager */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => ' /* PIWIK */ var _paq = _paq || []; _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//#"; _paq.push([\'setTrackerUrl\', u+\'js/\']); _paq.push([\'setSiteId\', 1]); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.defer=true; g.src=u+\'js/\'; s.parentNode.insertBefore(g,s); })(); /* End PIWIK */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'headerData.' => array('COA', '657.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=#"></script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script> /* Google Analytics Optout */ var gaProperty = \'#\'; var disableStr = \'ga-disable-\' + gaProperty; if (document.cookie.indexOf(disableStr + \'=true\') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; window[disableStr] = true; } /* Google Analytics */ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', gaProperty, { \'anonymize_ip\': true }); /* End Google Analytics */</script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'TEXT', '20.' => array('value' => '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta name="format-detection" content="telephone=no">'), 'TEXT', '30.' => array('value' => '{page:nav_title//page:title}', 'insertData' => '1', 'wrap' => '<meta name="navtitle" content="|">'), 'IMG_RESOURCE', '870.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:demotemplate/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'includeJSFooter.' => array('EXT:cs_seo/Resources/Public/JavaScript/jquery.cs_seo.ga.js', '654.' => array('if.' => array('isTrue' => '')), 'femanagerValidation' => 'EXT:femanager/Resources/Public/JavaScript/Validation.min.js', 'femanager' => 'EXT:femanager/Resources/Public/JavaScript/Femanager.min.js', 'tether' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/tether.min.js', 'popper' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:demotemplate/Resources/Public/JavaScript/bootstrap/bootstrap.js', 'parallax' => 'EXT:demotemplate/Resources/Public/JavaScript/plugins/jquery.parallax.js', 'smartmenus_jquery' => 'EXT:demotemplate/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.js', 'smartmenus_bootstrap' => 'EXT:demotemplate/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.js', 'mmenu_polyfills' => 'EXT:demotemplate/Resources/Public/JavaScript/mmenu/mmenu.polyfills.js', 'mmenu' => 'EXT:demotemplate/Resources/Public/JavaScript/mmenu/mmenu.js', 'fancybox' => 'EXT:demotemplate/Resources/Public/JavaScript/fancybox/jquery.fancybox.js', 'matchheight' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery.matchHeight.js', 'flexslider' => 'EXT:demotemplate/Resources/Public/JavaScript/flexslider/jquery.flexslider.js', 'scrolltotop' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/scrolltotop.js', 'counter' => 'EXT:demotemplate/Resources/Public/JavaScript/counter.js', 'main' => 'EXT:demotemplate/Resources/Public/JavaScript/main.js', 'plugins' => 'EXT:demotemplate/Resources/Public/JavaScript/plugins.js'), 'footerData.' => array('USER', '655.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getSiteSearch', 'userFunc.' => array('pid' => '0', 'searchterm' => 'searchterm'), 'stdWrap.' => array('if.' => array('isTrue' => ''))), 'USER', '656.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getBreadcrumb', 'stdWrap.' => array('if.' => array('isTrue' => '')))), 'includeJSFooterlibs.' => array('jquery' => 'EXT:demotemplate/Resources/Public/JavaScript/jquery/jquery-3.1.1.min.js', 'jquery.' => array('forceOnTop' => '1')), 'includeJSLibs.' => array('respondjs' => 'EXT:demotemplate/Resources/Public/JavaScript/Libraries/respond.min.js', 'picturefill' => 'EXT:demotemplate/Resources/Public/JavaScript/picturefill.min.js'), 'includeJS.' => array('mail' => 'EXT:demotemplate/Resources/Public/JavaScript/mail.js'), 'shortcutIcon' => 'EXT:demotemplate/Resources/Public/Images/favicon.png', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'COA', '11.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '1.' => array('value' => 'extensions'), 'TEXT', '2.' => array('stdWrap.' => array('noTrimWrap' => '| layout-| |', 'cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column'))), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|'))))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $simulatingGroup = $this->simulateUserGroup($request);
            $GLOBALS['TSFE']->fePreview = ((int)($simulatingDate || $simulatingGroup));
        }

        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/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fa6f9024056))
in /var/www/virtual/gerbrich.at/htdocs/TYPO3/typo3_src-9.5.18/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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