Whoops, looks like something went wrong.

(1/1) Error

Call to a member function getUid() on null

in /html/typo3/typo3conf/ext/rmnd_content/Classes/Controller/Overload/NewsController.php line 36
     */
    public function detailAction(\GeorgRinger\News\Domain\Model\News $news = NULL, $currentPage = 1) {
        parent::detailAction($news, $currentPage);
        $ContentObject = $this->configurationManager->getContentObject();
        $uid = $news->getUid();
        $this->view->assign('fields', $ContentObject->data);
    }


at Remind\RmndContent\Controller\Overload\NewsController->detailAction(null, 1)
in /html/typo3/typo3_src-9.5.40/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 318
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->emitBeforeCallActionMethodSignal($preparedArguments);
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3conf/ext/news/Classes/Controller/NewsBaseController.php line 54
     */
    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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 6015
                        $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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'tt_content.list.20.news_pi1')
in /html/typo3/typo3_src-9.5.40/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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1'), 'tt_content.list.20.news_pi1', 'news_pi1')
in /html/typo3/typo3_src-9.5.40/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' => 2073, 'pid' => 288, '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' => 2058, 'tstamp' => 1491224882, 'crdate' => 1490941792, 'cruser_id' => 9, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', '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"></value> </field> <field index="settings.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></value> </field> <field index="settings.categories"> <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">55</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">164</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.list.paginate.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </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:21:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:9:"subheader";N;s:13:"header_layout";N;s:11:"header_link";N;s:14:"rowDescription";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:10:"border_top";N;s:13:"border_bottom";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_rmndcontent_subcontent' => 0, 'border_top' => 0, 'border_bottom' => 0, 'shareButtons' => 0, 'tx_rmndcontent_jury' => 0, 'link_text' => '', 'video' => '', 'tx_rmndcontent_imagelistslider' => 0, 'multicontent_image_subtext' => '', 'tx_rmndcontent_accordion_content' => 0, 'tx_rmndcontent_link' => 0, 'link_style' => 0, 'gda_template' => 0, 'subline' => '', 'video_src' => '', 'tx_rmndcontent_timeline' => 0, 'tx_rmndcontent_newcomer' => 0, 'src_webm' => '', 'src_ogv' => '', 'banner_header' => '', 'footer_header' => '', 'tx_rmndcontent_formimage' => 0, 'multicontent_image_is_preview' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_news_related_news' => 0, 'altText' => '', 'titleText' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_rmndcontent_zitate' => 0, 'tx_rmndcontent_introslider' => 0, 'tx_rmndcontent_logoslider' => 0, 'tx_rmndcontent_zahlenslider' => 0, 'tx_rmndcontent_kerntextmodul' => 0, 'tx_rmndcontent_kategorieslider' => 0, 'tx_rmndcontent_presseteaser' => 0, 'tx_rmndcontent_mehrwert' => 0, 'tx_rmndcontent_kontaktperson' => 0, 'BrandHeader' => 0, 'thirdline' => '0', 'headerSize' => '0', 'headerColor' => '0', 'sublineSize' => '0', 'sublineColor' => '0', 'thirdlineSize' => '0', 'thirdlineColor' => '0', 'hidden_logo' => 0, 'headerButton' => '', 'tx_rmndcontent_mediathek' => 0, 'multicontent_image_fullwidth' => 0, 'background_height' => '', 'l10n_source' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'l10n_state' => null, 'gridelements_shortcut_page_order_by' => 0), 'typoscriptObjectPath' => 'tt_content.list.20.news_pi1', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_List_9254f4c1f2087e96b34cff3872382f1301633b40.php line 70
$array11 = array (
);$arguments7['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array11);
$arguments7['table'] = 'tt_content';
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
 ';
return $output6;
at Standard_action_List_9254f4c1f2087e96b34cff3872382f1301633b40->{closure}()
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_List_9254f4c1f2087e96b34cff3872382f1301633b40.php line 95
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

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

$output0 .= '

';
at Standard_action_List_9254f4c1f2087e96b34cff3872382f1301633b40->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3temp/var/cache/code/fluid_template/layout_Default_html_0ca5f4c949abda01b938f8724d901867c88447e3.php line 872
     ),
     $renderingContext
    );

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

$output6 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_0ca5f4c949abda01b938f8724d901867c88447e3->{closure}()
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3temp/var/cache/code/fluid_template/layout_Default_html_0ca5f4c949abda01b938f8724d901867c88447e3.php line 1393
  ';
return $output42;
};

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

$output3 .= '
';
return $output3;
at layout_Default_html_0ca5f4c949abda01b938f8724d901867c88447e3->{closure}()
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3temp/var/cache/code/fluid_template/layout_Default_html_0ca5f4c949abda01b938f8724d901867c88447e3.php line 1401
return $output3;
};
$arguments1 = array();

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

$output0 .= '

';
at layout_Default_html_0ca5f4c949abda01b938f8724d901867c88447e3->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'Template/Private/Layouts/Content/'), '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' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'Template/Private/Layouts/Content/'), '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' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'Template/Private/Layouts/Content/'), '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' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'lib.contentElement')
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                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/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'Template/Private/Layouts/Content/'), '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' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'list')
in /html/typo3/typo3_src-9.5.40/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'), 'wrap' => '<div class="row container-large"><div class="col-lg-12"><div class="container image-container">|</div></div></div>'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class="noprint">|</div>', 'outerWrap.' => array('if.' => array('isTrue.' => array('field' => 'tx_rmndcontent_googlesearch'))), 'innerWrap.' => array('cObject.' => array())), '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' => 'USER', 'div.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Divider')), 'header' => 'USER', 'header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Header', 'controller' => 'Content', 'action' => 'header', 'extensionName' => 'RmndHelper', 'settings.' => array('headline.' => array('default' => '2', 'hide' => '10,100', '1.' => array('tag' => 'h1', 'additional' => 'class="headline"'), '2.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '3.' => array('tag' => 'h3', 'additional' => 'class="headline"'), '4.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '5.' => array('tag' => 'h5', 'additional' => 'class="headline"'), '6.' => array('additional' => 'class="headline"')), 'content_uid.' => array('current' => '1'), 'noWrapper' => '0')), 'html' => 'USER', 'html.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/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')), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => 'USER', 'text.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Text')), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework', 'vendorName' => 'TYPO3\\CMS')), 'rmndcontent_textandvideo' => '< lib.contentElement', 'rmndcontent_textandvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndVideo', 'vendorName' => 'Remind')), 'rmndcontent_teaser' => '< lib.contentElement', 'rmndcontent_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser', 'vendorName' => 'Remind')), 'rmndcontent_teaser2' => '< lib.contentElement', 'rmndcontent_teaser2.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser2', 'vendorName' => 'Remind')), 'rmndcontent_teaser3' => '< lib.contentElement', 'rmndcontent_teaser3.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser3', 'vendorName' => 'Remind')), 'rmndcontent_teaser4' => '< lib.contentElement', 'rmndcontent_teaser4.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser4', 'vendorName' => 'Remind')), 'rmndcontent_imageteaser' => '< lib.contentElement', 'rmndcontent_imageteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageTeaser', 'vendorName' => 'Remind')), 'rmndcontent_infobox' => '< lib.contentElement', 'rmndcontent_infobox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Infobox', 'vendorName' => 'Remind')), 'rmndcontent_slider' => '< lib.contentElement', 'rmndcontent_slider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Slider', 'vendorName' => 'Remind')), 'rmndcontent_minislider' => '< lib.contentElement', 'rmndcontent_minislider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'MiniSlider', 'vendorName' => 'Remind')), 'rmndcontent_headlineandbutton' => '< lib.contentElement', 'rmndcontent_headlineandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndButton', 'vendorName' => 'Remind')), 'rmndcontent_imagelist' => '< lib.contentElement', 'rmndcontent_imagelist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageList', 'vendorName' => 'Remind')), 'rmndcontent_textandimage' => '< lib.contentElement', 'rmndcontent_textandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImage', 'vendorName' => 'Remind')), 'rmndcontent_imagebig' => '< lib.contentElement', 'rmndcontent_imagebig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageBig', 'vendorName' => 'Remind')), 'rmndcontent_downloads' => '< lib.contentElement', 'rmndcontent_downloads.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Downloads', 'vendorName' => 'Remind')), 'rmndcontent_text' => '< lib.contentElement', 'rmndcontent_text.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text', 'vendorName' => 'Remind')), 'rmndcontent_steplist' => '< lib.contentElement', 'rmndcontent_steplist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'StepList', 'vendorName' => 'Remind')), 'rmndcontent_footnote' => '< lib.contentElement', 'rmndcontent_footnote.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Footnote', 'vendorName' => 'Remind')), 'rmndcontent_textandimages3col' => '< lib.contentElement', 'rmndcontent_textandimages3col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImages3col', 'vendorName' => 'Remind')), 'rmndcontent_headerimage' => '< lib.contentElement', 'rmndcontent_headerimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeaderImage', 'vendorName' => 'Remind')), 'rmndcontent_medialist' => '< lib.contentElement', 'rmndcontent_medialist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Medialist', 'vendorName' => 'Remind')), 'rmndcontent_downloadandimage' => '< lib.contentElement', 'rmndcontent_downloadandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'DownloadAndImage', 'vendorName' => 'Remind')), 'rmndcontent_textandbutton' => '< lib.contentElement', 'rmndcontent_textandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndButton', 'vendorName' => 'Remind')), 'rmndcontent_videobig' => '< lib.contentElement', 'rmndcontent_videobig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'VideoBig', 'vendorName' => 'Remind')), 'rmndcontent_text2col' => '< lib.contentElement', 'rmndcontent_text2col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text2col', 'vendorName' => 'Remind')), 'rmndcontent_headlineandimage' => '< lib.contentElement', 'rmndcontent_headlineandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndImage', 'vendorName' => 'Remind')), 'rmndcontent_jury' => '< lib.contentElement', 'rmndcontent_jury.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Jury', 'vendorName' => 'Remind')), 'rmndcontent_timeline' => '< lib.contentElement', 'rmndcontent_timeline.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Timeline', 'vendorName' => 'Remind')), 'rmndcontent_zitate' => '< lib.contentElement', 'rmndcontent_zitate.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zitate', 'vendorName' => 'Remind')), 'rmndcontent_introslider' => '< lib.contentElement', 'rmndcontent_introslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Introslider', 'vendorName' => 'Remind')), 'rmndcontent_mediathek' => '< lib.contentElement', 'rmndcontent_mediathek.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mediathek', 'vendorName' => 'Remind')), 'rmndcontent_zahlenslider' => '< lib.contentElement', 'rmndcontent_zahlenslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zahlenslider', 'vendorName' => 'Remind')), 'rmndcontent_kerntextmodul' => '< lib.contentElement', 'rmndcontent_kerntextmodul.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kerntextmodul', 'vendorName' => 'Remind')), 'rmndcontent_kategorieslider' => '< lib.contentElement', 'rmndcontent_kategorieslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kategorieslider', 'vendorName' => 'Remind')), 'rmndcontent_presseteaser' => '< lib.contentElement', 'rmndcontent_presseteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Presseteaser', 'vendorName' => 'Remind')), 'rmndcontent_mehrwert' => '< lib.contentElement', 'rmndcontent_mehrwert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mehrwert', 'vendorName' => 'Remind')), 'rmndcontent_kontaktperson' => '< lib.contentElement', 'rmndcontent_kontaktperson.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kontaktperson', 'vendorName' => 'Remind')), 'rmndcontent_logoslider' => '< lib.contentElement', 'rmndcontent_logoslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Logoslider', 'vendorName' => 'Remind')), 'rmndcontent_newcomer' => '< lib.contentElement', 'rmndcontent_newcomer.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Newcomer', 'vendorName' => 'Remind')), 'rmndcontent_multicontent' => '< lib.contentElement', 'rmndcontent_multicontent.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Multicontent', 'vendorName' => 'Remind')), 'rmndcontent_imagelistslider' => '< lib.contentElement', 'rmndcontent_imagelistslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageListSlider', 'vendorName' => 'Remind')), 'rmndcontent_textandlink' => '< lib.contentElement', 'rmndcontent_textandlink.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndLink', 'vendorName' => 'Remind')), 'rmndcontent_formimage' => '< lib.contentElement', 'rmndcontent_formimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'FormImage', 'vendorName' => 'Remind')), 'menu.' => array('20.' => array('default.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>')), 'stdWrap.' => array('outerWrap' => '<div class="dropdown-toggle"><div class="dropdown"><div class="menukopf">|</div></div></div>'), '1.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>'))))))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(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'), 'wrap' => '<div class="row container-large"><div class="col-lg-12"><div class="container image-container">|</div></div></div>'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class="noprint">|</div>', 'outerWrap.' => array('if.' => array('isTrue.' => array('field' => 'tx_rmndcontent_googlesearch'))), 'innerWrap.' => array('cObject.' => array())), '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' => 'USER', 'div.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Divider')), 'header' => 'USER', 'header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Header', 'controller' => 'Content', 'action' => 'header', 'extensionName' => 'RmndHelper', 'settings.' => array('headline.' => array('default' => '2', 'hide' => '10,100', '1.' => array('tag' => 'h1', 'additional' => 'class="headline"'), '2.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '3.' => array('tag' => 'h3', 'additional' => 'class="headline"'), '4.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '5.' => array('tag' => 'h5', 'additional' => 'class="headline"'), '6.' => array('additional' => 'class="headline"')), 'content_uid.' => array('current' => '1'), 'noWrapper' => '0')), 'html' => 'USER', 'html.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/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')), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => 'USER', 'text.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Text')), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework', 'vendorName' => 'TYPO3\\CMS')), 'rmndcontent_textandvideo' => '< lib.contentElement', 'rmndcontent_textandvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndVideo', 'vendorName' => 'Remind')), 'rmndcontent_teaser' => '< lib.contentElement', 'rmndcontent_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser', 'vendorName' => 'Remind')), 'rmndcontent_teaser2' => '< lib.contentElement', 'rmndcontent_teaser2.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser2', 'vendorName' => 'Remind')), 'rmndcontent_teaser3' => '< lib.contentElement', 'rmndcontent_teaser3.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser3', 'vendorName' => 'Remind')), 'rmndcontent_teaser4' => '< lib.contentElement', 'rmndcontent_teaser4.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser4', 'vendorName' => 'Remind')), 'rmndcontent_imageteaser' => '< lib.contentElement', 'rmndcontent_imageteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageTeaser', 'vendorName' => 'Remind')), 'rmndcontent_infobox' => '< lib.contentElement', 'rmndcontent_infobox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Infobox', 'vendorName' => 'Remind')), 'rmndcontent_slider' => '< lib.contentElement', 'rmndcontent_slider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Slider', 'vendorName' => 'Remind')), 'rmndcontent_minislider' => '< lib.contentElement', 'rmndcontent_minislider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'MiniSlider', 'vendorName' => 'Remind')), 'rmndcontent_headlineandbutton' => '< lib.contentElement', 'rmndcontent_headlineandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndButton', 'vendorName' => 'Remind')), 'rmndcontent_imagelist' => '< lib.contentElement', 'rmndcontent_imagelist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageList', 'vendorName' => 'Remind')), 'rmndcontent_textandimage' => '< lib.contentElement', 'rmndcontent_textandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImage', 'vendorName' => 'Remind')), 'rmndcontent_imagebig' => '< lib.contentElement', 'rmndcontent_imagebig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageBig', 'vendorName' => 'Remind')), 'rmndcontent_downloads' => '< lib.contentElement', 'rmndcontent_downloads.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Downloads', 'vendorName' => 'Remind')), 'rmndcontent_text' => '< lib.contentElement', 'rmndcontent_text.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text', 'vendorName' => 'Remind')), 'rmndcontent_steplist' => '< lib.contentElement', 'rmndcontent_steplist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'StepList', 'vendorName' => 'Remind')), 'rmndcontent_footnote' => '< lib.contentElement', 'rmndcontent_footnote.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Footnote', 'vendorName' => 'Remind')), 'rmndcontent_textandimages3col' => '< lib.contentElement', 'rmndcontent_textandimages3col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImages3col', 'vendorName' => 'Remind')), 'rmndcontent_headerimage' => '< lib.contentElement', 'rmndcontent_headerimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeaderImage', 'vendorName' => 'Remind')), 'rmndcontent_medialist' => '< lib.contentElement', 'rmndcontent_medialist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Medialist', 'vendorName' => 'Remind')), 'rmndcontent_downloadandimage' => '< lib.contentElement', 'rmndcontent_downloadandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'DownloadAndImage', 'vendorName' => 'Remind')), 'rmndcontent_textandbutton' => '< lib.contentElement', 'rmndcontent_textandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndButton', 'vendorName' => 'Remind')), 'rmndcontent_videobig' => '< lib.contentElement', 'rmndcontent_videobig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'VideoBig', 'vendorName' => 'Remind')), 'rmndcontent_text2col' => '< lib.contentElement', 'rmndcontent_text2col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text2col', 'vendorName' => 'Remind')), 'rmndcontent_headlineandimage' => '< lib.contentElement', 'rmndcontent_headlineandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndImage', 'vendorName' => 'Remind')), 'rmndcontent_jury' => '< lib.contentElement', 'rmndcontent_jury.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Jury', 'vendorName' => 'Remind')), 'rmndcontent_timeline' => '< lib.contentElement', 'rmndcontent_timeline.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Timeline', 'vendorName' => 'Remind')), 'rmndcontent_zitate' => '< lib.contentElement', 'rmndcontent_zitate.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zitate', 'vendorName' => 'Remind')), 'rmndcontent_introslider' => '< lib.contentElement', 'rmndcontent_introslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Introslider', 'vendorName' => 'Remind')), 'rmndcontent_mediathek' => '< lib.contentElement', 'rmndcontent_mediathek.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mediathek', 'vendorName' => 'Remind')), 'rmndcontent_zahlenslider' => '< lib.contentElement', 'rmndcontent_zahlenslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zahlenslider', 'vendorName' => 'Remind')), 'rmndcontent_kerntextmodul' => '< lib.contentElement', 'rmndcontent_kerntextmodul.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kerntextmodul', 'vendorName' => 'Remind')), 'rmndcontent_kategorieslider' => '< lib.contentElement', 'rmndcontent_kategorieslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kategorieslider', 'vendorName' => 'Remind')), 'rmndcontent_presseteaser' => '< lib.contentElement', 'rmndcontent_presseteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Presseteaser', 'vendorName' => 'Remind')), 'rmndcontent_mehrwert' => '< lib.contentElement', 'rmndcontent_mehrwert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mehrwert', 'vendorName' => 'Remind')), 'rmndcontent_kontaktperson' => '< lib.contentElement', 'rmndcontent_kontaktperson.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kontaktperson', 'vendorName' => 'Remind')), 'rmndcontent_logoslider' => '< lib.contentElement', 'rmndcontent_logoslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Logoslider', 'vendorName' => 'Remind')), 'rmndcontent_newcomer' => '< lib.contentElement', 'rmndcontent_newcomer.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Newcomer', 'vendorName' => 'Remind')), 'rmndcontent_multicontent' => '< lib.contentElement', 'rmndcontent_multicontent.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Multicontent', 'vendorName' => 'Remind')), 'rmndcontent_imagelistslider' => '< lib.contentElement', 'rmndcontent_imagelistslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageListSlider', 'vendorName' => 'Remind')), 'rmndcontent_textandlink' => '< lib.contentElement', 'rmndcontent_textandlink.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndLink', 'vendorName' => 'Remind')), 'rmndcontent_formimage' => '< lib.contentElement', 'rmndcontent_formimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'FormImage', 'vendorName' => 'Remind')), 'menu.' => array('20.' => array('default.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>')), 'stdWrap.' => array('outerWrap' => '<div class="dropdown-toggle"><div class="dropdown"><div class="menukopf">|</div></div></div>'), '1.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>'))))))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('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'), 'wrap' => '<div class="row container-large"><div class="col-lg-12"><div class="container image-container">|</div></div></div>'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class="noprint">|</div>', 'outerWrap.' => array('if.' => array('isTrue.' => array('field' => 'tx_rmndcontent_googlesearch'))), 'innerWrap.' => array('cObject.' => array())), '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' => 'USER', 'div.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Divider')), 'header' => 'USER', 'header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Header', 'controller' => 'Content', 'action' => 'header', 'extensionName' => 'RmndHelper', 'settings.' => array('headline.' => array('default' => '2', 'hide' => '10,100', '1.' => array('tag' => 'h1', 'additional' => 'class="headline"'), '2.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '3.' => array('tag' => 'h3', 'additional' => 'class="headline"'), '4.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '5.' => array('tag' => 'h5', 'additional' => 'class="headline"'), '6.' => array('additional' => 'class="headline"')), 'content_uid.' => array('current' => '1'), 'noWrapper' => '0')), 'html' => 'USER', 'html.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/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')), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => 'USER', 'text.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Text')), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework', 'vendorName' => 'TYPO3\\CMS')), 'rmndcontent_textandvideo' => '< lib.contentElement', 'rmndcontent_textandvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndVideo', 'vendorName' => 'Remind')), 'rmndcontent_teaser' => '< lib.contentElement', 'rmndcontent_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser', 'vendorName' => 'Remind')), 'rmndcontent_teaser2' => '< lib.contentElement', 'rmndcontent_teaser2.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser2', 'vendorName' => 'Remind')), 'rmndcontent_teaser3' => '< lib.contentElement', 'rmndcontent_teaser3.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser3', 'vendorName' => 'Remind')), 'rmndcontent_teaser4' => '< lib.contentElement', 'rmndcontent_teaser4.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser4', 'vendorName' => 'Remind')), 'rmndcontent_imageteaser' => '< lib.contentElement', 'rmndcontent_imageteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageTeaser', 'vendorName' => 'Remind')), 'rmndcontent_infobox' => '< lib.contentElement', 'rmndcontent_infobox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Infobox', 'vendorName' => 'Remind')), 'rmndcontent_slider' => '< lib.contentElement', 'rmndcontent_slider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Slider', 'vendorName' => 'Remind')), 'rmndcontent_minislider' => '< lib.contentElement', 'rmndcontent_minislider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'MiniSlider', 'vendorName' => 'Remind')), 'rmndcontent_headlineandbutton' => '< lib.contentElement', 'rmndcontent_headlineandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndButton', 'vendorName' => 'Remind')), 'rmndcontent_imagelist' => '< lib.contentElement', 'rmndcontent_imagelist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageList', 'vendorName' => 'Remind')), 'rmndcontent_textandimage' => '< lib.contentElement', 'rmndcontent_textandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImage', 'vendorName' => 'Remind')), 'rmndcontent_imagebig' => '< lib.contentElement', 'rmndcontent_imagebig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageBig', 'vendorName' => 'Remind')), 'rmndcontent_downloads' => '< lib.contentElement', 'rmndcontent_downloads.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Downloads', 'vendorName' => 'Remind')), 'rmndcontent_text' => '< lib.contentElement', 'rmndcontent_text.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text', 'vendorName' => 'Remind')), 'rmndcontent_steplist' => '< lib.contentElement', 'rmndcontent_steplist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'StepList', 'vendorName' => 'Remind')), 'rmndcontent_footnote' => '< lib.contentElement', 'rmndcontent_footnote.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Footnote', 'vendorName' => 'Remind')), 'rmndcontent_textandimages3col' => '< lib.contentElement', 'rmndcontent_textandimages3col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImages3col', 'vendorName' => 'Remind')), 'rmndcontent_headerimage' => '< lib.contentElement', 'rmndcontent_headerimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeaderImage', 'vendorName' => 'Remind')), 'rmndcontent_medialist' => '< lib.contentElement', 'rmndcontent_medialist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Medialist', 'vendorName' => 'Remind')), 'rmndcontent_downloadandimage' => '< lib.contentElement', 'rmndcontent_downloadandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'DownloadAndImage', 'vendorName' => 'Remind')), 'rmndcontent_textandbutton' => '< lib.contentElement', 'rmndcontent_textandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndButton', 'vendorName' => 'Remind')), 'rmndcontent_videobig' => '< lib.contentElement', 'rmndcontent_videobig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'VideoBig', 'vendorName' => 'Remind')), 'rmndcontent_text2col' => '< lib.contentElement', 'rmndcontent_text2col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text2col', 'vendorName' => 'Remind')), 'rmndcontent_headlineandimage' => '< lib.contentElement', 'rmndcontent_headlineandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndImage', 'vendorName' => 'Remind')), 'rmndcontent_jury' => '< lib.contentElement', 'rmndcontent_jury.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Jury', 'vendorName' => 'Remind')), 'rmndcontent_timeline' => '< lib.contentElement', 'rmndcontent_timeline.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Timeline', 'vendorName' => 'Remind')), 'rmndcontent_zitate' => '< lib.contentElement', 'rmndcontent_zitate.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zitate', 'vendorName' => 'Remind')), 'rmndcontent_introslider' => '< lib.contentElement', 'rmndcontent_introslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Introslider', 'vendorName' => 'Remind')), 'rmndcontent_mediathek' => '< lib.contentElement', 'rmndcontent_mediathek.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mediathek', 'vendorName' => 'Remind')), 'rmndcontent_zahlenslider' => '< lib.contentElement', 'rmndcontent_zahlenslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zahlenslider', 'vendorName' => 'Remind')), 'rmndcontent_kerntextmodul' => '< lib.contentElement', 'rmndcontent_kerntextmodul.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kerntextmodul', 'vendorName' => 'Remind')), 'rmndcontent_kategorieslider' => '< lib.contentElement', 'rmndcontent_kategorieslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kategorieslider', 'vendorName' => 'Remind')), 'rmndcontent_presseteaser' => '< lib.contentElement', 'rmndcontent_presseteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Presseteaser', 'vendorName' => 'Remind')), 'rmndcontent_mehrwert' => '< lib.contentElement', 'rmndcontent_mehrwert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mehrwert', 'vendorName' => 'Remind')), 'rmndcontent_kontaktperson' => '< lib.contentElement', 'rmndcontent_kontaktperson.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kontaktperson', 'vendorName' => 'Remind')), 'rmndcontent_logoslider' => '< lib.contentElement', 'rmndcontent_logoslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Logoslider', 'vendorName' => 'Remind')), 'rmndcontent_newcomer' => '< lib.contentElement', 'rmndcontent_newcomer.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Newcomer', 'vendorName' => 'Remind')), 'rmndcontent_multicontent' => '< lib.contentElement', 'rmndcontent_multicontent.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Multicontent', 'vendorName' => 'Remind')), 'rmndcontent_imagelistslider' => '< lib.contentElement', 'rmndcontent_imagelistslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageListSlider', 'vendorName' => 'Remind')), 'rmndcontent_textandlink' => '< lib.contentElement', 'rmndcontent_textandlink.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndLink', 'vendorName' => 'Remind')), 'rmndcontent_formimage' => '< lib.contentElement', 'rmndcontent_formimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'FormImage', 'vendorName' => 'Remind')), 'menu.' => array('20.' => array('default.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>')), 'stdWrap.' => array('outerWrap' => '<div class="dropdown-toggle"><div class="dropdown"><div class="menukopf">|</div></div></div>'), '1.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>'))))), 'tt_content')
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                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'), 'wrap' => '<div class="row container-large"><div class="col-lg-12"><div class="container image-container">|</div></div></div>'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class="noprint">|</div>', 'outerWrap.' => array('if.' => array('isTrue.' => array('field' => 'tx_rmndcontent_googlesearch'))), 'innerWrap.' => array('cObject.' => array())), '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' => 'USER', 'div.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Divider')), 'header' => 'USER', 'header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Header', 'controller' => 'Content', 'action' => 'header', 'extensionName' => 'RmndHelper', 'settings.' => array('headline.' => array('default' => '2', 'hide' => '10,100', '1.' => array('tag' => 'h1', 'additional' => 'class="headline"'), '2.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '3.' => array('tag' => 'h3', 'additional' => 'class="headline"'), '4.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '5.' => array('tag' => 'h5', 'additional' => 'class="headline"'), '6.' => array('additional' => 'class="headline"')), 'content_uid.' => array('current' => '1'), 'noWrapper' => '0')), 'html' => 'USER', 'html.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/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')), '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('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'vendorName' => 'Reelworx'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'newsslider_pi1' => 'USER', 'newsslider_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Newsslider', 'pluginName' => 'Pi1', 'vendorName' => 'T3S'), 'rmndhelper_helper' => 'USER', 'rmndhelper_helper.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'vendorName' => 'Remind'), 'rmndhelper_breadcrumb' => 'USER', 'rmndhelper_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Breadcrumb', 'vendorName' => 'Remind'), 'rmndhelper_contentrenderer' => 'USER', 'rmndhelper_contentrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ContentRenderer', 'vendorName' => 'Remind'), 'rmndhelper_allpages' => 'USER', 'rmndhelper_allpages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'AllPages', 'vendorName' => 'Remind'), 'rmndhelper_columnrenderer' => 'USER', 'rmndhelper_columnrenderer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'ColumnRenderer', 'vendorName' => 'Remind'), 'rmndhelper_header' => 'USER', 'rmndhelper_header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndHelper', 'pluginName' => 'Header', 'vendorName' => 'Remind'), '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'), 'rmndawardexplorer_feawardexplorer' => 'USER', 'rmndawardexplorer_feawardexplorer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feawardexplorer', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdagallery' => 'USER', 'rmndawardexplorer_fegdagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegdapreview' => 'USER', 'rmndawardexplorer_fegdapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegdapreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcgallery' => 'USER', 'rmndawardexplorer_feabcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardgallery' => 'USER', 'rmndawardexplorer_feabcawardgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcpreview' => 'USER', 'rmndawardexplorer_feabcpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_feabcawardpreview' => 'USER', 'rmndawardexplorer_feabcawardpreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Feabcawardpreview', 'vendorName' => 'Remind'), 'rmndawardexplorer_fembcgallery' => 'USER', 'rmndawardexplorer_fembcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fembcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_febbcgallery' => 'USER', 'rmndawardexplorer_febbcgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Febbcgallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbagallery' => 'USER', 'rmndawardexplorer_fegbagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbagallery', 'vendorName' => 'Remind'), 'rmndawardexplorer_fegbapreview' => 'USER', 'rmndawardexplorer_fegbapreview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndAwardexplorer', 'pluginName' => 'Fegbapreview', 'vendorName' => 'Remind'), 'sffilecollectiongallery_pifilecollectiongallery' => 'USER', 'sffilecollectiongallery_pifilecollectiongallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfFilecollectionGallery', 'pluginName' => 'Pifilecollectiongallery', 'vendorName' => 'SKYFILLERS'), 'votingsystem_votingsystem' => 'USER', 'votingsystem_votingsystem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Votingsystem', 'pluginName' => 'Votingsystem', 'vendorName' => 'TeamDigital'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => 'USER', 'text.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ContentRenderer', 'extensionName' => 'RmndHelper', 'controller' => 'Content', 'settings.' => array('partial' => 'Content/Text')), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework', 'vendorName' => 'TYPO3\\CMS')), 'rmndcontent_textandvideo' => '< lib.contentElement', 'rmndcontent_textandvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndVideo', 'vendorName' => 'Remind')), 'rmndcontent_teaser' => '< lib.contentElement', 'rmndcontent_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser', 'vendorName' => 'Remind')), 'rmndcontent_teaser2' => '< lib.contentElement', 'rmndcontent_teaser2.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser2', 'vendorName' => 'Remind')), 'rmndcontent_teaser3' => '< lib.contentElement', 'rmndcontent_teaser3.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser3', 'vendorName' => 'Remind')), 'rmndcontent_teaser4' => '< lib.contentElement', 'rmndcontent_teaser4.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Teaser4', 'vendorName' => 'Remind')), 'rmndcontent_imageteaser' => '< lib.contentElement', 'rmndcontent_imageteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageTeaser', 'vendorName' => 'Remind')), 'rmndcontent_infobox' => '< lib.contentElement', 'rmndcontent_infobox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Infobox', 'vendorName' => 'Remind')), 'rmndcontent_slider' => '< lib.contentElement', 'rmndcontent_slider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Slider', 'vendorName' => 'Remind')), 'rmndcontent_minislider' => '< lib.contentElement', 'rmndcontent_minislider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'MiniSlider', 'vendorName' => 'Remind')), 'rmndcontent_headlineandbutton' => '< lib.contentElement', 'rmndcontent_headlineandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndButton', 'vendorName' => 'Remind')), 'rmndcontent_imagelist' => '< lib.contentElement', 'rmndcontent_imagelist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageList', 'vendorName' => 'Remind')), 'rmndcontent_textandimage' => '< lib.contentElement', 'rmndcontent_textandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImage', 'vendorName' => 'Remind')), 'rmndcontent_imagebig' => '< lib.contentElement', 'rmndcontent_imagebig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageBig', 'vendorName' => 'Remind')), 'rmndcontent_downloads' => '< lib.contentElement', 'rmndcontent_downloads.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Downloads', 'vendorName' => 'Remind')), 'rmndcontent_text' => '< lib.contentElement', 'rmndcontent_text.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text', 'vendorName' => 'Remind')), 'rmndcontent_steplist' => '< lib.contentElement', 'rmndcontent_steplist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'StepList', 'vendorName' => 'Remind')), 'rmndcontent_footnote' => '< lib.contentElement', 'rmndcontent_footnote.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Footnote', 'vendorName' => 'Remind')), 'rmndcontent_textandimages3col' => '< lib.contentElement', 'rmndcontent_textandimages3col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndImages3col', 'vendorName' => 'Remind')), 'rmndcontent_headerimage' => '< lib.contentElement', 'rmndcontent_headerimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeaderImage', 'vendorName' => 'Remind')), 'rmndcontent_medialist' => '< lib.contentElement', 'rmndcontent_medialist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Medialist', 'vendorName' => 'Remind')), 'rmndcontent_downloadandimage' => '< lib.contentElement', 'rmndcontent_downloadandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'DownloadAndImage', 'vendorName' => 'Remind')), 'rmndcontent_textandbutton' => '< lib.contentElement', 'rmndcontent_textandbutton.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndButton', 'vendorName' => 'Remind')), 'rmndcontent_videobig' => '< lib.contentElement', 'rmndcontent_videobig.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'VideoBig', 'vendorName' => 'Remind')), 'rmndcontent_text2col' => '< lib.contentElement', 'rmndcontent_text2col.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Text2col', 'vendorName' => 'Remind')), 'rmndcontent_headlineandimage' => '< lib.contentElement', 'rmndcontent_headlineandimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'HeadlineAndImage', 'vendorName' => 'Remind')), 'rmndcontent_jury' => '< lib.contentElement', 'rmndcontent_jury.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Jury', 'vendorName' => 'Remind')), 'rmndcontent_timeline' => '< lib.contentElement', 'rmndcontent_timeline.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Timeline', 'vendorName' => 'Remind')), 'rmndcontent_zitate' => '< lib.contentElement', 'rmndcontent_zitate.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zitate', 'vendorName' => 'Remind')), 'rmndcontent_introslider' => '< lib.contentElement', 'rmndcontent_introslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Introslider', 'vendorName' => 'Remind')), 'rmndcontent_mediathek' => '< lib.contentElement', 'rmndcontent_mediathek.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mediathek', 'vendorName' => 'Remind')), 'rmndcontent_zahlenslider' => '< lib.contentElement', 'rmndcontent_zahlenslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Zahlenslider', 'vendorName' => 'Remind')), 'rmndcontent_kerntextmodul' => '< lib.contentElement', 'rmndcontent_kerntextmodul.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kerntextmodul', 'vendorName' => 'Remind')), 'rmndcontent_kategorieslider' => '< lib.contentElement', 'rmndcontent_kategorieslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kategorieslider', 'vendorName' => 'Remind')), 'rmndcontent_presseteaser' => '< lib.contentElement', 'rmndcontent_presseteaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Presseteaser', 'vendorName' => 'Remind')), 'rmndcontent_mehrwert' => '< lib.contentElement', 'rmndcontent_mehrwert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Mehrwert', 'vendorName' => 'Remind')), 'rmndcontent_kontaktperson' => '< lib.contentElement', 'rmndcontent_kontaktperson.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Kontaktperson', 'vendorName' => 'Remind')), 'rmndcontent_logoslider' => '< lib.contentElement', 'rmndcontent_logoslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Logoslider', 'vendorName' => 'Remind')), 'rmndcontent_newcomer' => '< lib.contentElement', 'rmndcontent_newcomer.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Newcomer', 'vendorName' => 'Remind')), 'rmndcontent_multicontent' => '< lib.contentElement', 'rmndcontent_multicontent.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'Multicontent', 'vendorName' => 'Remind')), 'rmndcontent_imagelistslider' => '< lib.contentElement', 'rmndcontent_imagelistslider.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'ImageListSlider', 'vendorName' => 'Remind')), 'rmndcontent_textandlink' => '< lib.contentElement', 'rmndcontent_textandlink.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'TextAndLink', 'vendorName' => 'Remind')), 'rmndcontent_formimage' => '< lib.contentElement', 'rmndcontent_formimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RmndContent', 'pluginName' => 'FormImage', 'vendorName' => 'Remind')), 'menu.' => array('20.' => array('default.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>')), 'stdWrap.' => array('outerWrap' => '<div class="dropdown-toggle"><div class="dropdown"><div class="menukopf">|</div></div></div>'), '1.' => array('1.' => array('NO.' => array('wrapItemAndSub' => '<li class="dropdown-item">|</li>')), 'stdWrap.' => array('outerWrap.' => array('prepend' => 'COA', 'prepend.' => array('TEXT', '10.' => array('value' => ' <span class="menukopfaction" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">'), 'TEXT', '15.' => array('data' => 'field:subheader'), 'TEXT', '20.' => array('value' => ' <span class="glyphicon arrow-up arrow-container glyphicon-menu-up" aria-hidden="true"></span> <span class="glyphicon arrow-down arrow-container glyphicon-menu-down" aria-hidden="true"></span> </span>'))), 'outerWrap' => '<ul class="dropdown-menu untermenu">|</ul>'))))), '')
in /html/typo3/typo3_src-9.5.40/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('source.' => array('current' => '1'), 'dontCheckPid' => '1', 'tables' => 'tt_content'))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\RecordsContentObject), array('source.' => array('current' => '1'), 'dontCheckPid' => '1', 'tables' => 'tt_content'))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('RECORDS', array('source.' => array('current' => '1'), 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'lib.tx_rmndhelper.contentObject')
in /html/typo3/typo3_src-9.5.40/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('contentObject' => 'RECORDS', 'contentObject.' => array('source.' => array('current' => '1'), 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'header' => 'USER', 'header.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Header', 'controller' => 'Content', 'action' => 'header', 'extensionName' => 'RmndHelper', 'settings.' => array('headline.' => array('default' => '2', 'hide' => '10,100', '1.' => array('tag' => 'h1', 'additional' => 'class="headline"'), '2.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '3.' => array('tag' => 'h3', 'additional' => 'class="headline"'), '4.' => array('tag' => 'h2', 'additional' => 'class="headline"'), '5.' => array('tag' => 'h5', 'additional' => 'class="headline"'), '6.' => array('additional' => 'class="headline"')), 'content_uid.' => array('current' => '1'), 'noWrapper' => '1'))), 'lib.tx_rmndhelper.contentObject', 'contentObject')
in /html/typo3/typo3_src-9.5.40/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' => 2073, 'typoscriptObjectPath' => 'lib.tx_rmndhelper.contentObject', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/partial_Content_Row_95b70a6f80a0351884a29c6fed5f9faa76332c19.php line 152
$arguments22['typoscriptObjectPath'] = 'lib.tx_rmndhelper.contentObject';
$array24 = array (
);$arguments22['data'] = $renderingContext->getVariableProvider()->getByPath('contentElement.uid', $array24);
$renderChildrenClosure23 = ($arguments22['data'] !== null) ? function() use ($arguments22) { return $arguments22['data']; } : $renderChildrenClosure23;
$output9 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext);

$output9 .= '
';
return $output9;
at partial_Content_Row_95b70a6f80a0351884a29c6fed5f9faa76332c19->{closure}()
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 133
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(array('uid' => 2073, 'pid' => 288, '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' => 2058, 'tstamp' => 1491224882, 'crdate' => 1490941792, 'cruser_id' => 9, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', '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"></value> </field> <field index="settings.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></value> </field> <field index="settings.categories"> <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">55</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">164</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.list.paginate.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </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:21:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:9:"subheader";N;s:13:"header_layout";N;s:11:"header_link";N;s:14:"rowDescription";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:10:"border_top";N;s:13:"border_bottom";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_rmndcontent_subcontent' => 0, 'border_top' => 0, 'border_bottom' => 0, 'shareButtons' => 0, 'tx_rmndcontent_jury' => 0, 'link_text' => '', 'video' => '', 'tx_rmndcontent_imagelistslider' => 0, 'multicontent_image_subtext' => '', 'tx_rmndcontent_accordion_content' => 0, 'tx_rmndcontent_link' => 0, 'link_style' => 0, 'gda_template' => 0, 'subline' => '', 'video_src' => '', 'tx_rmndcontent_timeline' => 0, 'tx_rmndcontent_newcomer' => 0, 'src_webm' => '', 'src_ogv' => '', 'banner_header' => '', 'footer_header' => '', 'tx_rmndcontent_formimage' => 0, 'multicontent_image_is_preview' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_news_related_news' => 0, 'altText' => '', 'titleText' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_rmndcontent_zitate' => 0, 'tx_rmndcontent_introslider' => 0, 'tx_rmndcontent_logoslider' => 0, 'tx_rmndcontent_zahlenslider' => 0, 'tx_rmndcontent_kerntextmodul' => 0, 'tx_rmndcontent_kategorieslider' => 0, 'tx_rmndcontent_presseteaser' => 0, 'tx_rmndcontent_mehrwert' => 0, 'tx_rmndcontent_kontaktperson' => 0, 'BrandHeader' => 0, 'thirdline' => '0', 'headerSize' => '0', 'headerColor' => '0', 'sublineSize' => '0', 'sublineColor' => '0', 'thirdlineSize' => '0', 'thirdlineColor' => '0', 'hidden_logo' => 0, 'headerButton' => '', 'tx_rmndcontent_mediathek' => 0, 'multicontent_image_fullwidth' => 0, 'background_height' => '', 'l10n_source' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'l10n_state' => null, 'gridelements_shortcut_page_order_by' => 0)), 'as' => 'contentElement', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/partial_Content_Row_95b70a6f80a0351884a29c6fed5f9faa76332c19.php line 168
$array8 = array (
);$arguments6['each'] = $renderingContext->getVariableProvider()->getByPath('content.ContentElement', $array8);
$arguments6['as'] = 'contentElement';

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

$output0 .= '
';

at partial_Content_Row_95b70a6f80a0351884a29c6fed5f9faa76332c19->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Content/Row', null, array('content' => array('ContentElement' => array(array('uid' => 2073, 'pid' => 288, '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' => 2058, 'tstamp' => 1491224882, 'crdate' => 1490941792, 'cruser_id' => 9, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', '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"></value> </field> <field index="settings.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></value> </field> <field index="settings.categories"> <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">55</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">164</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.list.paginate.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </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:21:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:9:"subheader";N;s:13:"header_layout";N;s:11:"header_link";N;s:14:"rowDescription";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:10:"border_top";N;s:13:"border_bottom";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_rmndcontent_subcontent' => 0, 'border_top' => 0, 'border_bottom' => 0, 'shareButtons' => 0, 'tx_rmndcontent_jury' => 0, 'link_text' => '', 'video' => '', 'tx_rmndcontent_imagelistslider' => 0, 'multicontent_image_subtext' => '', 'tx_rmndcontent_accordion_content' => 0, 'tx_rmndcontent_link' => 0, 'link_style' => 0, 'gda_template' => 0, 'subline' => '', 'video_src' => '', 'tx_rmndcontent_timeline' => 0, 'tx_rmndcontent_newcomer' => 0, 'src_webm' => '', 'src_ogv' => '', 'banner_header' => '', 'footer_header' => '', 'tx_rmndcontent_formimage' => 0, 'multicontent_image_is_preview' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_news_related_news' => 0, 'altText' => '', 'titleText' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_rmndcontent_zitate' => 0, 'tx_rmndcontent_introslider' => 0, 'tx_rmndcontent_logoslider' => 0, 'tx_rmndcontent_zahlenslider' => 0, 'tx_rmndcontent_kerntextmodul' => 0, 'tx_rmndcontent_kategorieslider' => 0, 'tx_rmndcontent_presseteaser' => 0, 'tx_rmndcontent_mehrwert' => 0, 'tx_rmndcontent_kontaktperson' => 0, 'BrandHeader' => 0, 'thirdline' => '0', 'headerSize' => '0', 'headerColor' => '0', 'sublineSize' => '0', 'sublineColor' => '0', 'thirdlineSize' => '0', 'thirdlineColor' => '0', 'hidden_logo' => 0, 'headerButton' => '', 'tx_rmndcontent_mediathek' => 0, 'multicontent_image_fullwidth' => 0, 'background_height' => '', 'l10n_source' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'l10n_state' => null, 'gridelements_shortcut_page_order_by' => 0)), 'PreviousCType' => null, 'CType' => 'list')), false)
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 141
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Content/Row', 'delegate' => null, 'renderable' => null, 'arguments' => array('content' => array('ContentElement' => array(array('uid' => 2073, 'pid' => 288, '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' => 2058, 'tstamp' => 1491224882, 'crdate' => 1490941792, 'cruser_id' => 9, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', '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"></value> </field> <field index="settings.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></value> </field> <field index="settings.categories"> <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">55</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">164</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.list.paginate.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </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:21:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:9:"subheader";N;s:13:"header_layout";N;s:11:"header_link";N;s:14:"rowDescription";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:10:"border_top";N;s:13:"border_bottom";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_rmndcontent_subcontent' => 0, 'border_top' => 0, 'border_bottom' => 0, 'shareButtons' => 0, 'tx_rmndcontent_jury' => 0, 'link_text' => '', 'video' => '', 'tx_rmndcontent_imagelistslider' => 0, 'multicontent_image_subtext' => '', 'tx_rmndcontent_accordion_content' => 0, 'tx_rmndcontent_link' => 0, 'link_style' => 0, 'gda_template' => 0, 'subline' => '', 'video_src' => '', 'tx_rmndcontent_timeline' => 0, 'tx_rmndcontent_newcomer' => 0, 'src_webm' => '', 'src_ogv' => '', 'banner_header' => '', 'footer_header' => '', 'tx_rmndcontent_formimage' => 0, 'multicontent_image_is_preview' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_news_related_news' => 0, 'altText' => '', 'titleText' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_rmndcontent_zitate' => 0, 'tx_rmndcontent_introslider' => 0, 'tx_rmndcontent_logoslider' => 0, 'tx_rmndcontent_zahlenslider' => 0, 'tx_rmndcontent_kerntextmodul' => 0, 'tx_rmndcontent_kategorieslider' => 0, 'tx_rmndcontent_presseteaser' => 0, 'tx_rmndcontent_mehrwert' => 0, 'tx_rmndcontent_kontaktperson' => 0, 'BrandHeader' => 0, 'thirdline' => '0', 'headerSize' => '0', 'headerColor' => '0', 'sublineSize' => '0', 'sublineColor' => '0', 'thirdlineSize' => '0', 'thirdlineColor' => '0', 'hidden_logo' => 0, 'headerButton' => '', 'tx_rmndcontent_mediathek' => 0, 'multicontent_image_fullwidth' => 0, 'background_height' => '', 'l10n_source' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'l10n_state' => null, 'gridelements_shortcut_page_order_by' => 0)), 'PreviousCType' => null, 'CType' => 'list')), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Content_action_column_b2c92695cce9c50c96fbaea30b6145c6b4aae05d.php line 81
$array14 = array (
);$array13['content'] = $renderingContext->getVariableProvider()->getByPath('row', $array14);
$arguments11['arguments'] = $array13;

$output10 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);

$output10 .= '
    ';
return $output10;
at Content_action_column_b2c92695cce9c50c96fbaea30b6145c6b4aae05d->{closure}()
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 304
    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 /html/typo3/typo3conf/ext/rmnd_helper/Classes/Viewhelper/RowWrapperViewHelper.php line 37
        $ctype = $this->arguments['cType'];
        $previousCType = $this->arguments['previousCType'];
        $nextCType = $this->arguments['nextCType'];

        $sContent = $this->renderChildren();
        $aSettings = $this->templateVariableContainer->get('settings');
        if(isset($aSettings['wrap'][$ctype])) {
            $sWrap = $aSettings['wrap'][$ctype];
            if($nextCType == '') {
at Remind\RmndHelper\Viewhelper\RowWrapperViewHelper->render()
at call_user_func(array(object(Remind\RmndHelper\Viewhelper\RowWrapperViewHelper), 'render'))
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 264
     */
    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 /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 252
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /html/typo3/typo3_src-9.5.40/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('Remind\\RmndHelper\\Viewhelper\\RowWrapperViewHelper', array('ctype' => 'list', 'previousCType' => null, 'nextCType' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 524
     */
    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('ctype' => 'list', 'previousCType' => null, 'nextCType' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Content_action_column_b2c92695cce9c50c96fbaea30b6145c6b4aae05d.php line 98
);$arguments5['nextCType'] = $renderingContext->getVariableProvider()->getByPath('row.NextCType', $array8);
$array9 = array (
);$arguments5['previousCType'] = $renderingContext->getVariableProvider()->getByPath('row.PreviousCType', $array9);

$output4 .= Remind\RmndHelper\Viewhelper\RowWrapperViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '
    <div class="clear-float clear-both clearfix"> </div>
';
at Content_action_column_b2c92695cce9c50c96fbaea30b6145c6b4aae05d->{closure}()
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 133
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(array('ContentElement' => array(array('uid' => 2073, 'pid' => 288, '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' => 2058, 'tstamp' => 1491224882, 'crdate' => 1490941792, 'cruser_id' => 9, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', '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"></value> </field> <field index="settings.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.categoryConjunction"> <value index="vDEF"></value> </field> <field index="settings.categories"> <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">55</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">164</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.list.paginate.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </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:21:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:9:"subheader";N;s:13:"header_layout";N;s:11:"header_link";N;s:14:"rowDescription";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:10:"border_top";N;s:13:"border_bottom";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'tx_rmndcontent_subcontent' => 0, 'border_top' => 0, 'border_bottom' => 0, 'shareButtons' => 0, 'tx_rmndcontent_jury' => 0, 'link_text' => '', 'video' => '', 'tx_rmndcontent_imagelistslider' => 0, 'multicontent_image_subtext' => '', 'tx_rmndcontent_accordion_content' => 0, 'tx_rmndcontent_link' => 0, 'link_style' => 0, 'gda_template' => 0, 'subline' => '', 'video_src' => '', 'tx_rmndcontent_timeline' => 0, 'tx_rmndcontent_newcomer' => 0, 'src_webm' => '', 'src_ogv' => '', 'banner_header' => '', 'footer_header' => '', 'tx_rmndcontent_formimage' => 0, 'multicontent_image_is_preview' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_news_related_news' => 0, 'altText' => '', 'titleText' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_rmndcontent_zitate' => 0, 'tx_rmndcontent_introslider' => 0, 'tx_rmndcontent_logoslider' => 0, 'tx_rmndcontent_zahlenslider' => 0, 'tx_rmndcontent_kerntextmodul' => 0, 'tx_rmndcontent_kategorieslider' => 0, 'tx_rmndcontent_presseteaser' => 0, 'tx_rmndcontent_mehrwert' => 0, 'tx_rmndcontent_kontaktperson' => 0, 'BrandHeader' => 0, 'thirdline' => '0', 'headerSize' => '0', 'headerColor' => '0', 'sublineSize' => '0', 'sublineColor' => '0', 'thirdlineSize' => '0', 'thirdlineColor' => '0', 'hidden_logo' => 0, 'headerButton' => '', 'tx_rmndcontent_mediathek' => 0, 'multicontent_image_fullwidth' => 0, 'background_height' => '', 'l10n_source' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'l10n_state' => null, 'gridelements_shortcut_page_order_by' => 0)), 'PreviousCType' => null, 'CType' => 'list')), 'as' => 'row', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Content_action_column_b2c92695cce9c50c96fbaea30b6145c6b4aae05d.php line 115
$array3 = array (
);$arguments1['each'] = $renderingContext->getVariableProvider()->getByPath('content', $array3);
$arguments1['as'] = 'row';

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

return $output0;
}

at Content_action_column_b2c92695cce9c50c96fbaea30b6145c6b4aae05d->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3_src-9.5.40/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 186
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0'))))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 6015
                        $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', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), '')
in /html/typo3/typo3_src-9.5.40/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', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), 'variables.contentMain')
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
            if (is_array($cObjType)) {
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.'], 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'Languagemenu')), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => '1col'), 'TEXT', '2.' => array('value' => '1col'), 'TEXT', '3.' => array('value' => '1colBreadcrumb'), 'TEXT', '4.' => array('value' => 'startpage'), 'TEXT', '5.' => array('value' => 'startpage'), 'TEXT', '6.' => array('value' => 'gda_startpage'), 'TEXT', '7.' => array('value' => 'gda_subpage'), 'TEXT', '9.' => array('value' => 'mbc_startpage'), 'TEXT', '8.' => array('value' => 'mbc_1col'), 'TEXT', '11.' => array('value' => 'bbc_startpage'), 'TEXT', '10.' => array('value' => 'bbc_1col'), 'TEXT', '12.' => array('value' => 'gba_startpage'), 'TEXT', '13.' => array('value' => 'gba_subpage'), 'TEXT', '14.' => array('value' => 'iframe'), 'TEXT', '15.' => array('value' => 'abc_subpage'), 'TEXT', '16.' => array('value' => 'abc_startpage'), 'stdWrap.' => array('wrap' => 'Template/Private/Templates/ | .html')))), 'partialRootPath' => 'Template/Private/Partials/', 'layoutRootPath' => 'Template/Private/Layouts/', 'templateRootPath' => 'Template/Private/Templates/', 'variables.' => array('websiteTitle' => 'TEXT', 'websiteTitle.' => array('value' => ''), 'imageFolder' => 'TEXT', 'imageFolder.' => array('value' => 'Template/Public/img/'), 'currentLanguage' => 'TEXT', 'currentLanguage.' => array('value' => '{TSFE:sys_language_uid}', 'insertData' => '1'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'sys_language_uid' => 'TEXT', 'sys_language_uid.' => array('value' => '0'), 'rootPid' => 'TEXT', 'rootPid.' => array('value' => '3'), 'contentMain' => 'USER', 'contentMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), 'contentTop' => 'USER', 'contentTop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1')), 'menuMain' => 'USER', 'menuMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Main', 'hideNonTranslated' => '1')), 'menuMeta' => 'USER', 'menuMeta.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '59', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Meta', 'hideNonTranslated' => '1')), 'contentFooter1' => 'USER', 'contentFooter1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0', 'pageUid' => '70')), 'contentFooter2' => 'USER', 'contentFooter2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1', 'pageUid' => '70')), 'contentFooter3' => 'USER', 'contentFooter3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '2', 'pageUid' => '70')), 'menuFooter' => 'USER', 'menuFooter.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '65', 'maxLevel' => '1', 'partialTemplate' => 'Menu/FooterRow', 'hideNonTranslated' => '1', 'subpagesFromLinkedPage' => '0')), 'menuSidebar' => 'USER', 'menuSidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Sidebar', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'menuTab' => 'USER', 'menuTab.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => 'parent', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Tabmenu', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'contentBreadcrumb' => 'USER', 'contentBreadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Breadcrumb', 'extensionName' => 'RmndHelper', 'settings.' => array('allowedDokTypes' => '1,2,4')))))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 101
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'Languagemenu')), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => '1col'), 'TEXT', '2.' => array('value' => '1col'), 'TEXT', '3.' => array('value' => '1colBreadcrumb'), 'TEXT', '4.' => array('value' => 'startpage'), 'TEXT', '5.' => array('value' => 'startpage'), 'TEXT', '6.' => array('value' => 'gda_startpage'), 'TEXT', '7.' => array('value' => 'gda_subpage'), 'TEXT', '9.' => array('value' => 'mbc_startpage'), 'TEXT', '8.' => array('value' => 'mbc_1col'), 'TEXT', '11.' => array('value' => 'bbc_startpage'), 'TEXT', '10.' => array('value' => 'bbc_1col'), 'TEXT', '12.' => array('value' => 'gba_startpage'), 'TEXT', '13.' => array('value' => 'gba_subpage'), 'TEXT', '14.' => array('value' => 'iframe'), 'TEXT', '15.' => array('value' => 'abc_subpage'), 'TEXT', '16.' => array('value' => 'abc_startpage'), 'stdWrap.' => array('wrap' => 'Template/Private/Templates/ | .html')))), 'partialRootPath' => 'Template/Private/Partials/', 'layoutRootPath' => 'Template/Private/Layouts/', 'templateRootPath' => 'Template/Private/Templates/', 'variables.' => array('websiteTitle' => 'TEXT', 'websiteTitle.' => array('value' => ''), 'imageFolder' => 'TEXT', 'imageFolder.' => array('value' => 'Template/Public/img/'), 'currentLanguage' => 'TEXT', 'currentLanguage.' => array('value' => '{TSFE:sys_language_uid}', 'insertData' => '1'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'sys_language_uid' => 'TEXT', 'sys_language_uid.' => array('value' => '0'), 'rootPid' => 'TEXT', 'rootPid.' => array('value' => '3'), 'contentMain' => 'USER', 'contentMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), 'contentTop' => 'USER', 'contentTop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1')), 'menuMain' => 'USER', 'menuMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Main', 'hideNonTranslated' => '1')), 'menuMeta' => 'USER', 'menuMeta.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '59', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Meta', 'hideNonTranslated' => '1')), 'contentFooter1' => 'USER', 'contentFooter1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0', 'pageUid' => '70')), 'contentFooter2' => 'USER', 'contentFooter2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1', 'pageUid' => '70')), 'contentFooter3' => 'USER', 'contentFooter3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '2', 'pageUid' => '70')), 'menuFooter' => 'USER', 'menuFooter.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '65', 'maxLevel' => '1', 'partialTemplate' => 'Menu/FooterRow', 'hideNonTranslated' => '1', 'subpagesFromLinkedPage' => '0')), 'menuSidebar' => 'USER', 'menuSidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Sidebar', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'menuTab' => 'USER', 'menuTab.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => 'parent', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Tabmenu', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'contentBreadcrumb' => 'USER', 'contentBreadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Breadcrumb', 'extensionName' => 'RmndHelper', 'settings.' => array('allowedDokTypes' => '1,2,4')))))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'Languagemenu')), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => '1col'), 'TEXT', '2.' => array('value' => '1col'), 'TEXT', '3.' => array('value' => '1colBreadcrumb'), 'TEXT', '4.' => array('value' => 'startpage'), 'TEXT', '5.' => array('value' => 'startpage'), 'TEXT', '6.' => array('value' => 'gda_startpage'), 'TEXT', '7.' => array('value' => 'gda_subpage'), 'TEXT', '9.' => array('value' => 'mbc_startpage'), 'TEXT', '8.' => array('value' => 'mbc_1col'), 'TEXT', '11.' => array('value' => 'bbc_startpage'), 'TEXT', '10.' => array('value' => 'bbc_1col'), 'TEXT', '12.' => array('value' => 'gba_startpage'), 'TEXT', '13.' => array('value' => 'gba_subpage'), 'TEXT', '14.' => array('value' => 'iframe'), 'TEXT', '15.' => array('value' => 'abc_subpage'), 'TEXT', '16.' => array('value' => 'abc_startpage'), 'stdWrap.' => array('wrap' => 'Template/Private/Templates/ | .html')))), 'partialRootPath' => 'Template/Private/Partials/', 'layoutRootPath' => 'Template/Private/Layouts/', 'templateRootPath' => 'Template/Private/Templates/', 'variables.' => array('websiteTitle' => 'TEXT', 'websiteTitle.' => array('value' => ''), 'imageFolder' => 'TEXT', 'imageFolder.' => array('value' => 'Template/Public/img/'), 'currentLanguage' => 'TEXT', 'currentLanguage.' => array('value' => '{TSFE:sys_language_uid}', 'insertData' => '1'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'sys_language_uid' => 'TEXT', 'sys_language_uid.' => array('value' => '0'), 'rootPid' => 'TEXT', 'rootPid.' => array('value' => '3'), 'contentMain' => 'USER', 'contentMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), 'contentTop' => 'USER', 'contentTop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1')), 'menuMain' => 'USER', 'menuMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Main', 'hideNonTranslated' => '1')), 'menuMeta' => 'USER', 'menuMeta.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '59', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Meta', 'hideNonTranslated' => '1')), 'contentFooter1' => 'USER', 'contentFooter1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0', 'pageUid' => '70')), 'contentFooter2' => 'USER', 'contentFooter2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1', 'pageUid' => '70')), 'contentFooter3' => 'USER', 'contentFooter3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '2', 'pageUid' => '70')), 'menuFooter' => 'USER', 'menuFooter.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '65', 'maxLevel' => '1', 'partialTemplate' => 'Menu/FooterRow', 'hideNonTranslated' => '1', 'subpagesFromLinkedPage' => '0')), 'menuSidebar' => 'USER', 'menuSidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Sidebar', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'menuTab' => 'USER', 'menuTab.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => 'parent', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Tabmenu', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'contentBreadcrumb' => 'USER', 'contentBreadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Breadcrumb', 'extensionName' => 'RmndHelper', 'settings.' => array('allowedDokTypes' => '1,2,4')))))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'Languagemenu')), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => '1col'), 'TEXT', '2.' => array('value' => '1col'), 'TEXT', '3.' => array('value' => '1colBreadcrumb'), 'TEXT', '4.' => array('value' => 'startpage'), 'TEXT', '5.' => array('value' => 'startpage'), 'TEXT', '6.' => array('value' => 'gda_startpage'), 'TEXT', '7.' => array('value' => 'gda_subpage'), 'TEXT', '9.' => array('value' => 'mbc_startpage'), 'TEXT', '8.' => array('value' => 'mbc_1col'), 'TEXT', '11.' => array('value' => 'bbc_startpage'), 'TEXT', '10.' => array('value' => 'bbc_1col'), 'TEXT', '12.' => array('value' => 'gba_startpage'), 'TEXT', '13.' => array('value' => 'gba_subpage'), 'TEXT', '14.' => array('value' => 'iframe'), 'TEXT', '15.' => array('value' => 'abc_subpage'), 'TEXT', '16.' => array('value' => 'abc_startpage'), 'stdWrap.' => array('wrap' => 'Template/Private/Templates/ | .html')))), 'partialRootPath' => 'Template/Private/Partials/', 'layoutRootPath' => 'Template/Private/Layouts/', 'templateRootPath' => 'Template/Private/Templates/', 'variables.' => array('websiteTitle' => 'TEXT', 'websiteTitle.' => array('value' => ''), 'imageFolder' => 'TEXT', 'imageFolder.' => array('value' => 'Template/Public/img/'), 'currentLanguage' => 'TEXT', 'currentLanguage.' => array('value' => '{TSFE:sys_language_uid}', 'insertData' => '1'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'sys_language_uid' => 'TEXT', 'sys_language_uid.' => array('value' => '0'), 'rootPid' => 'TEXT', 'rootPid.' => array('value' => '3'), 'contentMain' => 'USER', 'contentMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), 'contentTop' => 'USER', 'contentTop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1')), 'menuMain' => 'USER', 'menuMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Main', 'hideNonTranslated' => '1')), 'menuMeta' => 'USER', 'menuMeta.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '59', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Meta', 'hideNonTranslated' => '1')), 'contentFooter1' => 'USER', 'contentFooter1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0', 'pageUid' => '70')), 'contentFooter2' => 'USER', 'contentFooter2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1', 'pageUid' => '70')), 'contentFooter3' => 'USER', 'contentFooter3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '2', 'pageUid' => '70')), 'menuFooter' => 'USER', 'menuFooter.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '65', 'maxLevel' => '1', 'partialTemplate' => 'Menu/FooterRow', 'hideNonTranslated' => '1', 'subpagesFromLinkedPage' => '0')), 'menuSidebar' => 'USER', 'menuSidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Sidebar', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'menuTab' => 'USER', 'menuTab.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => 'parent', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Tabmenu', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'contentBreadcrumb' => 'USER', 'contentBreadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Breadcrumb', 'extensionName' => 'RmndHelper', 'settings.' => array('allowedDokTypes' => '1,2,4')))), '10')
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('fancybox' => 'EXT:votingsystem/Resources/Public/Css/fancybox.css', 'votingsystem' => 'EXT:votingsystem/Resources/Public/Css/votingsystem.css', 'tx_srfeuserregister' => 'EXT:sr_feuser_register/Resources/Public/StyleSheets/default.css', 'tx_rxshariff_shariff' => 'EXT:rx_shariff/Resources/Public/Css/shariff.complete.css', 'textandvideocss' => 'https://vjs.zencdn.net/5.0.2/video-js.css', 'textandvideocss.' => array('excludeFromConcatenation' => '1', 'external' => '1'), 'less_main' => 'Template/Private/less/gda_main.less', 'less_main.' => array('outputdir' => 'Template/Public/css/'), 'print' => 'Template/Private/less/print.less', 'print.' => array('outputdir' => 'Template/Public/css/', 'media' => 'print')), 'includeJSFooter.' => array('jQuery' => 'Template/Public/javascripts/lib/jquery-1.11.1.min.js', 'jQueryMigrate' => 'Template/Public/javascripts/lib/jquery-migrate.min.js', 'jQueryEasying' => 'Template/Public/javascripts/lib/jquery.easing.1.3.js', 'bootstrap' => 'Template/Public/javascripts/lib/bootstrap.min.js', 'rmnd_bootstrap' => 'Template/Public/javascripts/lib/jQuery.RmndBootstrapHelper/jquery.rmndBootstrapHelper.js', 'powermailJQueryFormValidation' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/parsley.min.js', 'masonry' => 'Template/Public/javascripts/lib/masonry.min.js', 'owl_carousel' => 'Template/Public/javascripts/lib/owl.slider/owl.carousel.min.js', 'tx_rxshariff_shariff2' => 'Template/Public/javascripts/lib/shariff.min.js', 'init' => 'Template/Public/javascripts/init.js', 'jqueryCookie' => 'Template/Public/javascripts/lib/jquery.cookie.js', 'fancybox' => 'EXT:votingsystem/Resources/Public/JavaScript/jquery.fancybox.pack.js', 'votingsystem' => 'EXT:votingsystem/Resources/Public/JavaScript/votingsystem.js'), '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'), 'own.' => array('provider' => 'Remind\\RmndAwardexplorer\\PageTitle\\MyOwnPageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle')), 'tx_extbase.' => array('persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0', 'classes.' => array('Remind\RmndHelper\Domain\Model\Content.' => array('mapping.' => array('tableName' => 'tt_content', 'columns.' => array('uid.' => array('mapOnProperty' => 'uid'), 'pid.' => array('mapOnProperty' => 'pid'), 'hidden.' => array('mapOnProperty' => 'hidden'), 'sorting.' => array('mapOnProperty' => 'sorting'), 'CType.' => array('mapOnProperty' => 'CType'), 'header.' => array('mapOnProperty' => 'header'), 'header_position.' => array('mapOnProperty' => 'header_position'), 'bodytext.' => array('mapOnProperty' => 'bodytext'), 'image.' => array('mapOnProperty' => 'image'), 'imagewidth.' => array('mapOnProperty' => 'imagewidth'), 'imageorient.' => array('mapOnProperty' => 'imageorient'), 'imagecaption.' => array('mapOnProperty' => 'imagecaption'), 'imagecols.' => array('mapOnProperty' => 'imagecols'), 'imageborder.' => array('mapOnProperty' => 'imageborder'), 'media.' => array('mapOnProperty' => 'media'), 'layout.' => array('mapOnProperty' => 'layout'), 'deleted.' => array('mapOnProperty' => 'deleted'), 'cols.' => array('mapOnProperty' => 'cols'), 'records.' => array('mapOnProperty' => 'records'), 'pages.' => array('mapOnProperty' => 'pages'), 'starttime.' => array('mapOnProperty' => 'starttime'), 'endtime.' => array('mapOnProperty' => 'endtime'), 'colPos.' => array('mapOnProperty' => 'colPos'), 'subheader.' => array('mapOnProperty' => 'subheader'), 'spaceBefore.' => array('mapOnProperty' => 'spaceBefore'), 'spaceAfter.' => array('mapOnProperty' => 'spaceAfter'), 'fe_group.' => array('mapOnProperty' => 'fe_group'), 'header_link.' => array('mapOnProperty' => 'header_link'), 'imagecaption_position.' => array('mapOnProperty' => 'imagecaption_position'), 'image_link.' => array('mapOnProperty' => 'image_link'), 'image_zoom.' => array('mapOnProperty' => 'image_zoom'), 'image_noRows.' => array('mapOnProperty' => 'image_noRows'), 'image_effects.' => array('mapOnProperty' => 'image_effects'), 'image_compression.' => array('mapOnProperty' => 'image_compression'), 'altText.' => array('mapOnProperty' => 'altText'), 'titleText.' => array('mapOnProperty' => 'titleText'), 'longdescURL.' => array('mapOnProperty' => 'longdescURL'), 'header_layout.' => array('mapOnProperty' => 'header_layout'), 'text_align.' => array('mapOnProperty' => 'text_align'), 'text_face.' => array('mapOnProperty' => 'text_face'), 'text_size.' => array('mapOnProperty' => 'text_size'), 'text_color.' => array('mapOnProperty' => 'text_color'), 'text_properties.' => array('mapOnProperty' => 'text_properties'), 'menu_type.' => array('mapOnProperty' => 'menu_type'), 'list_type.' => array('mapOnProperty' => 'list_type'), 'table_border.' => array('mapOnProperty' => 'table_border'), 'table_cellspacing.' => array('mapOnProperty' => 'table_cellpadding'), 'table_bgColor.' => array('mapOnProperty' => 'table_bgColor'), 'select_key.' => array('mapOnProperty' => 'select_key'), 'sectionIndex.' => array('mapOnProperty' => 'sectionIndex'), 'linkToTop.' => array('mapOnProperty' => 'linkToTop'), 'file_collections.' => array('mapOnProperty' => 'file_collections'), 'filelink_size.' => array('mapOnProperty' => 'filelink_size'), 'filelink_sorting.' => array('mapOnProperty' => 'filelink_sorting'), 'target.' => array('mapOnProperty' => 'target'), 'section_frame.' => array('mapOnProperty' => 'section_frame'), 'date.' => array('mapOnProperty' => 'date'), 'multimedia.' => array('mapOnProperty' => 'multimedia'), 'image_frames.' => array('mapOnProperty' => 'image_frames'), 'recursive.' => array('mapOnProperty' => 'recursive'), 'imageheight.' => array('mapOnProperty' => 'imageheight'), 'rte_enabled.' => array('mapOnProperty' => 'rte_enabled'), 'sys_language_uid.' => array('mapOnProperty' => 'sys_language_uid'), 'pi_flexform.' => array('mapOnProperty' => 'pi_flexform')))), 'TeamDigital\Votingsystem\Domain\Model\FrontendUser.' => array('mapping.' => array('tableName' => 'fe_users')), 'Remind\RmndAwardexplorer\Domain\Model\Image.' => array('mapping.' => array('tableName' => 'sys_file_reference')), 'Remind\RmndContent\Domain\Model\AccordionContainer.' => array('mapping.' => array('tableName' => 'tx_rmndcontent_domain_model_accordion_container')), 'Remind\RmndContent\Domain\Model\AccordionElement.' => array('mapping.' => array('tableName' => 'tx_rmndcontent_domain_model_accordion_element')), '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')), 'TYPO3\CMS\Extbase\Domain\Model\FileMount.' => array('mapping.' => array('tableName' => 'sys_filemounts', 'columns.' => array('title.' => array('mapOnProperty' => 'title'), 'path.' => array('mapOnProperty' => 'path'), 'base.' => array('mapOnProperty' => 'isAbsolutePath')))), 'TYPO3\CMS\Extbase\Domain\Model\FileReference.' => array('mapping.' => array('tableName' => 'sys_file_reference')), 'TYPO3\CMS\Extbase\Domain\Model\File.' => array('mapping.' => array('tableName' => 'sys_file')), 'TYPO3\CMS\Extbase\Domain\Model\BackendUser.' => array('mapping.' => array('tableName' => 'be_users', 'columns.' => array('username.' => array('mapOnProperty' => 'userName'), 'admin.' => array('mapOnProperty' => 'isAdministrator'), 'disable.' => array('mapOnProperty' => 'isDisabled'), 'realName.' => array('mapOnProperty' => 'realName'), 'starttime.' => array('mapOnProperty' => 'startDateAndTime'), 'endtime.' => array('mapOnProperty' => 'endDateAndTime'), 'disableIPlock.' => array('mapOnProperty' => 'ipLockIsDisabled'), 'lastlogin.' => array('mapOnProperty' => 'lastLoginDateAndTime')))), 'TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup.' => array('mapping.' => array('tableName' => 'be_groups', 'columns.' => array('subgroup.' => array('mapOnProperty' => 'subGroups'), 'groupMods.' => array('mapOnProperty' => 'modules'), 'tables_select.' => array('mapOnProperty' => 'tablesListening'), 'tables_modify.' => array('mapOnProperty' => 'tablesModify'), 'pagetypes_select.' => array('mapOnProperty' => 'pageTypes'), 'non_exclude_fields.' => array('mapOnProperty' => 'allowedExcludeFields'), 'explicit_allowdeny.' => array('mapOnProperty' => 'explicitlyAllowAndDeny'), 'allowed_languages.' => array('mapOnProperty' => 'allowedLanguages'), 'workspace_perms.' => array('mapOnProperty' => 'workspacePermission'), 'db_mountpoints.' => array('mapOnProperty' => 'databaseMounts'), 'file_permissions.' => array('mapOnProperty' => 'fileOperationPermissions'), 'lockToDomain.' => array('mapOnProperty' => 'lockToDomain'), 'TSconfig.' => array('mapOnProperty' => 'tsConfig')))), 'TYPO3\CMS\Extbase\Domain\Model\FrontendUser.' => array('mapping.' => array('tableName' => 'fe_users', 'columns.' => array('lockToDomain.' => array('mapOnProperty' => 'lockToDomain')))), 'TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup.' => array('mapping.' => array('tableName' => 'fe_groups', 'columns.' => array('lockToDomain.' => array('mapOnProperty' => 'lockToDomain')))), 'TYPO3\CMS\Extbase\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category')), 'TYPO3\CMS\Beuser\Domain\Model\BackendUser.' => array('mapping.' => array('tableName' => 'be_users', 'columns.' => array('allowed_languages.' => array('mapOnProperty' => 'allowedLanguages'), 'file_mountpoints.' => array('mapOnProperty' => 'fileMountPoints'), 'db_mountpoints.' => array('mapOnProperty' => 'dbMountPoints'), 'usergroup.' => array('mapOnProperty' => 'backendUserGroups')))), 'TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup.' => array('mapping.' => array('tableName' => 'be_groups', 'columns.' => array('subgroup.' => array('mapOnProperty' => 'subGroups')))), 'SJBR\StaticInfoTables\Domain\Model\Country.' => array('mapping.' => array('tableName' => 'static_countries', 'columns.' => array('cn_address_format.' => array('mapOnProperty' => 'addressFormat'), 'cn_capital.' => array('mapOnProperty' => 'capitalCity'), 'cn_currency_iso_3.' => array('mapOnProperty' => 'currencyIsoCodeA3'), 'cn_currency_iso_nr.' => array('mapOnProperty' => 'currencyIsoCodeNumber'), 'cn_eu_member.' => array('mapOnProperty' => 'euMember'), 'cn_iso_2.' => array('mapOnProperty' => 'isoCodeA2'), 'cn_iso_3.' => array('mapOnProperty' => 'isoCodeA3'), 'cn_iso_nr.' => array('mapOnProperty' => 'isoCodeNumber'), 'cn_official_name_local.' => array('mapOnProperty' => 'officialNameLocal'), 'cn_official_name_en.' => array('mapOnProperty' => 'officialNameEn'), 'cn_parent_tr_iso_nr.' => array('mapOnProperty' => 'parentTerritoryUnCodeNumber'), 'cn_phone.' => array('mapOnProperty' => 'phonePrefix'), 'cn_short_local.' => array('mapOnProperty' => 'shortNameLocal'), 'cn_short_en.' => array('mapOnProperty' => 'shortNameEn'), 'cn_tldomain.' => array('mapOnProperty' => 'topLevelDomain'), 'cn_uno_member.' => array('mapOnProperty' => 'unMember'), 'cn_zone_flag.' => array('mapOnProperty' => 'zoneFlag'), 'cn_country_zones.' => array('mapOnProperty' => 'countryZones'), 'deleted.' => array('mapOnProperty' => 'deleted')))), 'SJBR\StaticInfoTables\Domain\Model\CountryZone.' => array('mapping.' => array('tableName' => 'static_country_zones', 'columns.' => array('zn_country_iso_2.' => array('mapOnProperty' => 'countryIsoCodeA2'), 'zn_country_iso_3.' => array('mapOnProperty' => 'countryIsoCodeA3'), 'zn_country_iso_nr.' => array('mapOnProperty' => 'countryIsoCodeNumber'), 'zn_code.' => array('mapOnProperty' => 'isoCode'), 'zn_name_local.' => array('mapOnProperty' => 'localName'), 'zn_name_en.' => array('mapOnProperty' => 'nameEn'), 'deleted.' => array('mapOnProperty' => 'deleted')))), 'SJBR\StaticInfoTables\Domain\Model\Currency.' => array('mapping.' => array('tableName' => 'static_currencies', 'columns.' => array('cu_decimal_digits.' => array('mapOnProperty' => 'decimalDigits'), 'cu_decimal_point.' => array('mapOnProperty' => 'decimalPoint'), 'cu_sub_divisor.' => array('mapOnProperty' => 'divisor'), 'cu_iso_3.' => array('mapOnProperty' => 'isoCodeA3'), 'cu_iso_nr.' => array('mapOnProperty' => 'isoCodeNumber'), 'cu_name_en.' => array('mapOnProperty' => 'nameEn'), 'cu_sub_name_en.' => array('mapOnProperty' => 'subdivisionNameEn'), 'cu_sub_symbol_left.' => array('mapOnProperty' => 'subdivisionSymbolLeft'), 'cu_sub_symbol_right.' => array('mapOnProperty' => 'subdivisionSymbolRight'), 'cu_symbol_left.' => array('mapOnProperty' => 'symbolLeft'), 'cu_symbol_right.' => array('mapOnProperty' => 'symbolRight'), 'cu_thousands_point.' => array('mapOnProperty' => 'thousandsPoint'), 'deleted.' => array('mapOnProperty' => 'deleted')))), 'SJBR\StaticInfoTables\Domain\Model\Language.' => array('mapping.' => array('tableName' => 'static_languages', 'columns.' => array('lg_collate_locale.' => array('mapOnProperty' => 'collatingLocale'), 'lg_country_iso_2.' => array('mapOnProperty' => 'countryIsoCodeA2'), 'lg_constructed.' => array('mapOnProperty' => 'constructedLanguage'), 'lg_iso_2.' => array('mapOnProperty' => 'isoCodeA2'), 'lg_name_local.' => array('mapOnProperty' => 'localName'), 'lg_name_en.' => array('mapOnProperty' => 'nameEn'), 'lg_sacred.' => array('mapOnProperty' => 'sacredLanguage'), 'lg_typo3.' => array('mapOnProperty' => 'typo3Code'), 'deleted.' => array('mapOnProperty' => 'deleted')))), 'SJBR\StaticInfoTables\Domain\Model\Territory.' => array('mapping.' => array('tableName' => 'static_territories', 'columns.' => array('tr_iso_nr.' => array('mapOnProperty' => 'unCodeNumber'), 'tr_name_en.' => array('mapOnProperty' => 'nameEn'), 'tr_parent_iso_nr.' => array('mapOnProperty' => 'parentTerritoryUnCodeNumber'), 'deleted.' => array('mapOnProperty' => 'deleted')))), 'SJBR\StaticInfoTables\Domain\Model\SystemLanguage.' => array('mapping.' => array('tableName' => 'sys_language', 'columns.' => array('title.' => array('mapOnProperty' => 'title'), 'static_lang_isocode.' => array('mapOnProperty' => 'isoLanguage')))), 'GeorgRinger\News\Domain\Model\FileReference.' => array('mapping.' => array('tableName' => 'sys_file_reference')), 'GeorgRinger\News\Domain\Model\TtContent.' => array('mapping.' => array('tableName' => 'tt_content', 'columns.' => array('altText.' => array('mapOnProperty' => 'altText'), 'titleText.' => array('mapOnProperty' => 'titleText'), 'colPos.' => array('mapOnProperty' => 'colPos'), 'CType.' => array('mapOnProperty' => 'CType')))), 'GeorgRinger\News\Domain\Model\Category.' => array('mapping.' => array('tableName' => 'sys_category', 'columns.' => array('parent.' => array('mapOnProperty' => 'parentcategory')))), 'In2code\Powermail\Domain\Model\User.' => array('mapping.' => array('tableName' => 'fe_users')), 'In2code\Powermail\Domain\Model\UserGroup.' => array('mapping.' => array('tableName' => 'fe_groups')))), 'objects.' => array('TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper.' => array('className' => 'Remind\\RmndHelper\\Viewhelper\\PageLinkViewHelper')), 'mvc.' => array('requestHandlers.' => array('TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' => 'TYPO3\\CMS\\Extbase\\Mvc\\Web\\FrontendRequestHandler', 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' => 'TYPO3\\CMS\\Extbase\\Mvc\\Web\\BackendRequestHandler', 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' => 'TYPO3\\CMS\\Extbase\\Mvc\\Cli\\RequestHandler', 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' => 'TYPO3\\CMS\\Fluid\\Core\\Widget\\WidgetRequestHandler'), 'throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'requireCHashArgumentForActionArguments' => '1', 'consistentTranslationOverlayHandling' => '1')), 'admPanel' => '1', 'debug' => '0', 'disablePrefixComment' => '1', 'doctype' => 'html5', 'disableImgBorderAttr' => '1', 'linkVars' => 'L', 'language' => 'de', 'locale_all' => 'de_DE', 'sys_language_uid' => '0', 'sys_language_mode' => 'strict', 'sys_language_overlay' => 'hideNonTranslated', 'tx_realurl_enable' => '1', 'prefixLocalAnchors' => 'all', 'spamProtectEmailAddresses' => '2', 'spamProtectEmailAddresses_atSubst' => '@<span style="display:none;">remove-this.</span>', 'spamProtectEmailAddresses_lastDotSubst' => '.', 'pageTitleFirst' => '1', 'pageTitleSeparator' => ':', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'redirectOldLinksToNew' => '1', 'typolinkCheckRootline' => '1', 'typolinkEnableLinksAcrossDomains' => '1', 'typolinkLinkAccessRestrictedPages' => '1', 'no_cache' => '0', 'concatenateCss' => '0', 'concatenateJs' => '0', 'compressJs' => '0', 'compressCss' => '0', 'baseURL' => 'https://www.german-design-award.com/', 'tx_cooluri_enable' => '1'), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('value' => 'de', 'dataWrap' => '<body id="p{TSFE:id}" lang="|">'), 'meta.' => array('keywords.' => array('field' => 'keywords'), 'description.' => array('field' => 'description'), 'FLAGS.' => array('DC' => '0'), 'robots' => 'INDEX,FOLLOW', 'robots.' => array('override' => 'NOINDEX,NOFOLLOW', 'override.' => array('if.' => array('isTrue.' => array('field' => 'tx_nogooglesearch')))), 'author' => '', 'audience' => '', 'page-topic' => ''), 'includeJS.' => array(), 'headerData.' => array('TEXT', '81.' => array('value' => ' <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" media="all" href="Template/Public/css/old-ie.css" /> <script src="Template/Public/javascripts/lib/html5shiv/dist/html5shiv.min.js"></script> <script src="Template/Public/javascripts/lib/respond.js/dest/respond.min.js"></script> <script src="Template/Public/javascripts/lib/placeholder-IE-fixes.js"></script> <script src="https://vjs.zencdn.net/ie8/1.1.0/videojs-ie8.min.js"></script> <![endif]--> '), 'TEXT', '85.' => array('data' => 'page:subtitle//page:title', 'wrap' => '<meta property="og:title" content="|" />'), 'TEXT', '86.' => array('data' => 'page:description', 'wrap' => '<meta property="og:description" content="|" />'), 'COA_INT', '87.' => array('COA_INT', '10.' => array('TEXT', '10.' => array('value' => 'http://www.automotive-brand-contest.de'), 'IMG_RESOURCE', '20.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1', 'listNum' => '0'), 'treatIdAsReference' => '1', 'width' => '1500'))), 'wrap' => '<meta property="og:image" content="|" />'), 'TEXT', 'TEXT', 'HMENU', '5220.' => array('special' => 'language', 'special.' => array('value' => '0,3'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'de || en')), 'linkWrap' => '<link rel="alternate" hreflang="|', 'doNotLinkIt' => '1', 'after.' => array('cObject' => 'TEXT', 'cObject.' => array('stdWrap.' => array('wrap' => '" href="|" />', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1', 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '100.' => array(*DEEP NESTED ARRAY*), 'TEXT', '110.' => array(*DEEP NESTED ARRAY*), 'TEXT', '120.' => array(*DEEP NESTED ARRAY*), 'TEXT', '200.' => array(*DEEP NESTED ARRAY*), 'TEXT', '210.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))))), 'USERDEF1' => '1', 'USERDEF1.' => array('doNotShowLink' => '1'))), '523.' => array('value' => ' <script id="usercentrics-cmp" async data-eu-mode="true" data-settings-id="5QAsdjSk4" src="https://app.eu.usercentrics.eu/browser-ui/latest/loader.js"></script> <script type="application/javascript" src="https://sdp.eu.usercentrics.eu/latest/uc-block.bundle.js"></script> '), 'TEXT', '55.' => array('value' => ' <!-- Google Tag Manager --> <script>(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\',\'GTM-WG6VH55\');</script> <!-- End Google Tag Manager --> <!-- Hotjar Tracking Code for GDA - Website --> <script type="text/plain" data-usercentrics="Hotjar"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:3624339,hjsv:6}; a=o.getElementsByTagName(\'head\')[0]; r=o.createElement(\'script\');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,\'https://static.hotjar.com/c/hotjar-\',\'.js?sv=\'); </script> '), 'TEXT', '525.' => array('value' => '<script src="https://popups.landingi.com/api/v3/website/install-code?apikey=9d87d88e-8381-41aa-b56b-3b4d5d28f3c8"></script>')), 'footerData.' => array('TEXT', 'TEXT', '1213.' => array('value' => '')), '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'Languagemenu')), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => '1col'), 'TEXT', '2.' => array('value' => '1col'), 'TEXT', '3.' => array('value' => '1colBreadcrumb'), 'TEXT', '4.' => array('value' => 'startpage'), 'TEXT', '5.' => array('value' => 'startpage'), 'TEXT', '6.' => array('value' => 'gda_startpage'), 'TEXT', '7.' => array('value' => 'gda_subpage'), 'TEXT', '9.' => array('value' => 'mbc_startpage'), 'TEXT', '8.' => array('value' => 'mbc_1col'), 'TEXT', '11.' => array('value' => 'bbc_startpage'), 'TEXT', '10.' => array('value' => 'bbc_1col'), 'TEXT', '12.' => array('value' => 'gba_startpage'), 'TEXT', '13.' => array('value' => 'gba_subpage'), 'TEXT', '14.' => array('value' => 'iframe'), 'TEXT', '15.' => array('value' => 'abc_subpage'), 'TEXT', '16.' => array('value' => 'abc_startpage'), 'stdWrap.' => array('wrap' => 'Template/Private/Templates/ | .html')))), 'partialRootPath' => 'Template/Private/Partials/', 'layoutRootPath' => 'Template/Private/Layouts/', 'templateRootPath' => 'Template/Private/Templates/', 'variables.' => array('websiteTitle' => 'TEXT', 'websiteTitle.' => array('value' => ''), 'imageFolder' => 'TEXT', 'imageFolder.' => array('value' => 'Template/Public/img/'), 'currentLanguage' => 'TEXT', 'currentLanguage.' => array('value' => '{TSFE:sys_language_uid}', 'insertData' => '1'), 'language' => 'TEXT', 'language.' => array('value' => 'de'), 'sys_language_uid' => 'TEXT', 'sys_language_uid.' => array('value' => '0'), 'rootPid' => 'TEXT', 'rootPid.' => array('value' => '3'), 'contentMain' => 'USER', 'contentMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0')), 'contentTop' => 'USER', 'contentTop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1')), 'menuMain' => 'USER', 'menuMain.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Main', 'hideNonTranslated' => '1')), 'menuMeta' => 'USER', 'menuMeta.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '59', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Meta', 'hideNonTranslated' => '1')), 'contentFooter1' => 'USER', 'contentFooter1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '0', 'pageUid' => '70')), 'contentFooter2' => 'USER', 'contentFooter2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '1', 'pageUid' => '70')), 'contentFooter3' => 'USER', 'contentFooter3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'ColumnRenderer', 'extensionName' => 'RmndHelper', 'action' => 'column', 'controller' => 'Content', 'settings.' => array('colPos' => '2', 'pageUid' => '70')), 'menuFooter' => 'USER', 'menuFooter.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '65', 'maxLevel' => '1', 'partialTemplate' => 'Menu/FooterRow', 'hideNonTranslated' => '1', 'subpagesFromLinkedPage' => '0')), 'menuSidebar' => 'USER', 'menuSidebar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => '3', 'maxLevel' => '4', 'partialTemplate' => 'Menu/Sidebar', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'menuTab' => 'USER', 'menuTab.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'action' => 'menu', 'vendorName' => 'Remind', 'extensionName' => 'RmndHelper', 'pluginName' => 'Helper', 'controller' => 'Page', 'settings.' => array('allowedDokTypes' => '1,2,4', 'classActive' => 'active', 'classSubActive' => 'active', 'rootPid' => 'parent', 'maxLevel' => '1', 'partialTemplate' => 'Menu/Tabmenu', 'hideNonTranslated' => '1', 'fromLevel' => '1')), 'contentBreadcrumb' => 'USER', 'contentBreadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'Remind', 'pluginName' => 'Breadcrumb', 'extensionName' => 'RmndHelper', 'settings.' => array('allowedDokTypes' => '1,2,4')))), 'shortcutIcon' => 'Template/Public/images/GDA/icons/favicon.png', 'typeNum' => '0', 'FLUIDTEMPLATE'))
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/rdct/Classes/Middleware/SendRedirect.php line 42
    {
        // No GET parameter set, do nothing
        $redirectHash = $request->getQueryParams()['RDCT'] ?? '';
        if (empty($redirectHash)) {
            return $handler->handle($request);
        }

        $row = $this->fetchRedirectRecord($redirectHash);
        if (is_array($row)) {
at FoT3\Rdct\Middleware\SendRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 85

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

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056))
in /html/typo3/typo3_src-9.5.40/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/html/typo3/typo3_src-9.5.40/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f094886d056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/typo3_src-9.5.40/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 /html/typo3/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/typo3_src/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/typo3/index.php line 25
call_user_func(function () {
    $classLoader = require __DIR__.'/typo3_src/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();
});