Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1313855175 TYPO3\CMS\Extbase\Mvc\Exception\InvalidActionNameException

The action "detail" (controller "SteffenLuff\HRkhveranstaltungen\Controller\EventController") is not allowed by this plugin / module. Please check TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php / TYPO3\CMS\Extbase\Utility\ExtensionUtility::configureModule() in your ext_tables.php.

in /html/www.rkh-kliniken.de/current/public/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php line 269
            }
            if (isset($configuration['mvc']['callDefaultActionIfActionCantBeResolved']) && (bool)$configuration['mvc']['callDefaultActionIfActionCantBeResolved']) {
                return $defaultActionName;
            }
            throw new InvalidActionNameException('The action "' . $actionName . '" (controller "' . $controllerClassName . '") is not allowed by this plugin / module. Please check TYPO3\\CMS\\Extbase\\Utility\\ExtensionUtility::configurePlugin() in your ext_localconf.php / TYPO3\\CMS\\Extbase\\Utility\\ExtensionUtility::configureModule() in your ext_tables.php.', 1313855175);
        }
        return preg_replace('/[^a-zA-Z0-9]+/', '', $actionName);
    }

at TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder->resolveActionName('SteffenLuff\\HRkhveranstaltungen\\Controller\\EventController', array('action' => 'detail', 'controller' => 'Event', 'event' => '220'))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php line 182
            $parameters = array_replace_recursive($parameters, $files[$pluginNamespace]);
        }

        $controllerClassName = $this->resolveControllerClassName($parameters);
        $actionName = $this->resolveActionName($controllerClassName, $parameters);

        $extbaseAttribute = new ExtbaseRequestParameters();
        $extbaseAttribute->setPluginName($this->pluginName);
        $extbaseAttribute->setControllerExtensionName($this->extensionName);
at TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder->build(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 153
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
        $extbaseRequest = $this->extbaseRequestBuilder->build($request);
        if (!$this->isExtbaseRequestCacheable($extbaseRequest)) {
            if ($this->cObj->getUserObjectType() === ContentObjectRenderer::OBJECTTYPE_USER) {
                // ContentObjectRenderer::convertToUserIntObject() will recreate the object,
                // so we have to stop the request here before the action is actually called
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5431
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), '')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'tt_content.list.20.hrkhveranstaltungen_veranstaltungen')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch')), 'tt_content.list.20.hrkhveranstaltungen_veranstaltungen', 'hrkhveranstaltungen_veranstaltungen')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                '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' => 26168, 'pid' => 1254, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1571938822, 'crdate' => 1554914374, 'cruser_id' => 13, 'editlock' => 0, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'rowDescription' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => '1242,1396,1256,1400', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => 'hrkhveranstaltungen_veranstaltungen', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, '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.which_layout"> <value index="vDEF">0</value> </field> <field index="settings.which_detail"> <value index="vDEF"></value> </field> <field index="settings.which_list"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"select_key":null,"pages":null,"recursive":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_gridelements_container":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'categories' => 0, 'tx_news_related_news' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_mask_banner_headline' => null, 'tx_mask_header_align' => null, 'tx_mask_filter' => 0, 'tx_mask_imageswithtext_elements' => 0, 'tx_mask_imageswithtext_displayorder' => null, 'tx_mask_aclass' => null, 'tx_mask_color_bg' => null, 'tx_mask_color_txt' => null, 'tx_mask_bs_md_cols' => null, 'tx_mask_bs_sm_cols' => null, 'tx_mask_bs_xs_cols' => null, 'tx_mask_bs_lg_cols' => null, 'tx_mask_bs_xl_cols' => null, 'tx_mask_cookiebanner_headline_slide1' => null, 'tx_mask_cookiebanner_headline_slide2' => null, 'tx_mask_cookiebanner_content' => null, 'tx_mask_cookiebanner_content_slide2' => null, 'tx_mask_cookiebanner_subheadline' => null, 'tx_mask_cookiebanner_button_link_slide1' => null, 'tx_mask_cookiebanner_button_headline_slide1' => null, 'tx_mask_cookiebanner_button_elements' => 0, 'tx_mask_cookiebanner_withdrawal' => null, 'tx_mask_cookiebanner_footer' => null, 'tx_mask_bs_xs' => null, 'tx_mask_bs_sm' => null, 'tx_mask_bs_md' => null, 'tx_mask_bs_lg' => null, 'filelink_sorting_direction' => '', 'gridelements_shortcut_page_order_by' => 0, 'tx_mask_cookiebanner_button_headline_slide2' => null, 'tx_mask_cookiebanner_button_link_slide2' => null, 'ec_slider_slide' => 0, 'adaptive_height' => 0, 'autoplay' => 0, 'autoplay_speed' => '', 'pagination' => 0, 'fade' => 0, 'arrows' => 0, 'slides_to_show' => '', 'slides_to_scroll' => '', 'speed' => '', 'responsive' => '', 'class' => '', 'bodytexttwo' => '', 'headertwo' => '', 'sd_counter_counter' => 0, 'frontend_state' => 0, 'sd_quicklinks' => 0, 'header_icon' => ''), 'typoscriptObjectPath' => 'tt_content.list.20.hrkhveranstaltungen_veranstaltungen', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/www.rkh-kliniken.de/current/var/cache/code/fluid_template/Standard_action_list_fc8ae2fdee5a6311d3ba3a3a4dbd06ee80b9fa5e.php line 78
$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_fc8ae2fdee5a6311d3ba3a3a4dbd06ee80b9fa5e->{closure}()
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            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/www.rkh-kliniken.de/current/var/cache/code/fluid_template/Standard_action_list_fc8ae2fdee5a6311d3ba3a3a4dbd06ee80b9fa5e.php line 103
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

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

$output0 .= '

';
at Standard_action_list_fc8ae2fdee5a6311d3ba3a3a4dbd06ee80b9fa5e->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $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/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $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/www.rkh-kliniken.de/current/var/cache/code/fluid_template/layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759.php line 3322
     ),
     $renderingContext
    );

$output53 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments95, $renderChildrenClosure96, $renderingContext);

$output53 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759->{closure}()
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/www.rkh-kliniken.de/current/var/cache/code/fluid_template/layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759.php line 3448
                        ';
return $output53;
};

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

$output6 .= '
   

at layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759->{closure}()
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            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/www.rkh-kliniken.de/current/var/cache/code/fluid_template/layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759.php line 3852
  ';
return $output232;
};

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

$output3 .= '
';
return $output3;
at layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759->{closure}()
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/www.rkh-kliniken.de/current/var/cache/code/fluid_template/layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759.php line 3860
return $output3;
};
$arguments1 = array();

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

$output0 .= '

';
at layout_Default_html_a447b1cfbfe4b51826e82fe3c744da6d28728759->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/www.rkh-kliniken.de/current/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } 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/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:ec_rkh_template/Resources/Private/Templates/Extensions/FluidStyledContent'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/FluidStyledContent'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:ec_rkh_template/Resources/Private/Templates/Extensions/FluidStyledContent'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/FluidStyledContent'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:ec_rkh_template/Resources/Private/Templates/Extensions/FluidStyledContent'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/FluidStyledContent'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))), 'lib.contentElement')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:ec_rkh_template/Resources/Private/Templates/Extensions/FluidStyledContent'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/FluidStyledContent'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))), 'list')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // 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')), 'mask_banner' => '< lib.maskContentElement', 'mask_banner.' => array('templateName' => 'Banner'), 'mask_cookiebanner' => '< lib.maskContentElement', 'mask_cookiebanner.' => array('templateName' => 'Cookiebanner'), 'mask_rehavideos' => '< lib.maskContentElement', 'mask_rehavideos.' => array('templateName' => 'Rehavideos'), 'shortcut.' => array('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')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', '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')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', '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')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '5.' => array('value' => '<div class="headline-home">|</div>'), 'TEXT', '10.' => array('value' => '<div class="iconboxes"><div class="inner">|</div></div>'), 'TEXT', '20.' => array('value' => '<div class="linkboxes">|</div>'), 'TEXT', '160.' => array('value' => '<div class="table-wrapper">|</div>'), 'TEXT', '170.' => array('value' => '<div class="clinic-ac">|</div>'), 'TEXT', '180.' => array('value' => '<div class="key-facts">|</div>'), 'TEXT', '190.' => array('value' => '<div class="key-figures"><div class="key-wrapper">|</div></div>'), 'TEXT', '200.' => array('value' => '<div class="accordion">|</div>'), 'TEXT', '210.' => array('value' => '<div class="page-list">|</div>'), 'TEXT', '220.' => array('value' => '<div class="accordion-ebene hiddenlink">|</div>'), 'TEXT', '240.' => array('value' => '<div class="media-link media-link-three">|</div>'), 'TEXT', '250.' => array('value' => '<div class="lang-switch-box en-box">|</div>'), 'TEXT', '260.' => array('value' => '<div class="lang-switch-box de-box">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="alternate"')), 'height' => '', 'width' => '')), 'colSpace' => '0')), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', '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' => '1920', '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'))), '20.' => array('colSpace' => '0')), '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')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-6">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-6">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols grid-row layout3">|</div>'), 'TEXT', '70.' => array('value' => '<div class="column-2cols grid-row media-link">|</div>'))))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-4 col-md-4">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-4 col-md-4">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-4 col-md-4">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-3cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-3cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-3cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-3cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-3cols grid-row layout3">|</div>'))))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-4cols grid-row layout3">|</div>'))))), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col grid-row layout3">|</div>'), 'TEXT', '30.' => array('value' => '<div class="column-1col grid-row greenbox suitcase">|</div>'), 'TEXT', '40.' => array('value' => '<div class="column-1col grid-row greenbox info">|</div>'), 'TEXT', '50.' => array('value' => '<div class="column-1col grid-row greybox dots">|</div>'), 'TEXT', '60.' => array('value' => '<div class="column-1col grid-row greybox person">|</div>'), 'TEXT', '80.' => array('value' => '<div class="column-1col grid-row grey-akkordeon">|</div>'), 'TEXT', '90.' => array('value' => '<div class="column-1col grid-row grey-quote">|</div>'), 'TEXT', '100.' => array('value' => '<div class="column-1col grid-row grey-imagebox">|</div>'), 'TEXT', '110.' => array('value' => '<div class="column-1col grid-row grey-grey-textbox">|</div>'), 'TEXT', '120.' => array('value' => '<div class="column-1col grid-row grey-contentbox">|</div>'), 'TEXT', '130.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-image">|</div>'), 'TEXT', '140.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-border">|</div>'), 'TEXT', '150.' => array('value' => '<div class="column-1col grid-row grey-index-newsbox">|</div>'), 'TEXT', '230.' => array('value' => '<div class="column-1col grid-row white-index-newsbox">|</div>'), 'TEXT', '270.' => array('value' => '<div class="column-1col grid-row greybox certificate">|</div>'), 'TEXT', '280.' => array('value' => '<div class="teamgrid">|</div>'))))), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'Accordeon', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0')))))), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-header opened">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col akkordeon">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="header-wraper"><div class="col1 tab1-header active">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 tab2-header">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 tabcontainer-link">|</div></div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 tab1-content opened">|</div>'), '4.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col5 tab2-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col tabcontainer-index">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col tabcontainer-index"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="team column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="team column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="team column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="team column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="team column-4cols grid-row layout3">|</div>'))))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 accindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 accindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row accindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 accindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3">|</div>'))))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 gridindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 gridindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row gridindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 gridindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1 gridindexc">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2 gridindexc">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3 gridindexc">|</div>'))))), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-visible" >|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-hidden">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="layoutDefault teammember">|</div>'), 'TEXT', '0.' => array('value' => '<div class="layout0 teammember ">|</div>'))))), '99.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'AccordeonSection', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0'))))))))), '< lib.stdheader'), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'ec_slider' => 'FLUIDTEMPLATE', 'ec_slider.' => array('templateName' => 'Slider', 'dataProcessing.' => array('EC\\EcRkhTemplate\\DataProcessing\\DataProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'ec_slider_slide', 'pidInList.' => array('field' => 'pid'), 'orderBy' => 'sorting', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'foreign_id = |'), 'as' => 'ec_slider_slides', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))), 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/', '{$plugin.tx_ec_accordion_start.view.templateRootPath}')), 'ec_accordion' => 'FLUIDTEMPLATE', 'ec_accordion.' => array('templateName' => 'Accordeon', 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/')), 't3gallery_galleryslider' => 'FLUIDTEMPLATE', 't3gallery_galleryslider.' => array('templateName' => 'Gallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image', 'table' => 'tt_content'), 'as' => 'images')), 'templateRootPaths.' => array('EXT:t3_gallery/Resources/Private/Templates/', 'EXT:t3_gallery/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:t3_gallery/Resources/Private/Partials/', 'EXT:t3_gallery/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:t3_gallery/Resources/Private/Layouts/', 'EXT:t3_gallery/Resources/Private/Layouts/'))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'mask_banner' => '< lib.maskContentElement', 'mask_banner.' => array('templateName' => 'Banner'), 'mask_cookiebanner' => '< lib.maskContentElement', 'mask_cookiebanner.' => array('templateName' => 'Cookiebanner'), 'mask_rehavideos' => '< lib.maskContentElement', 'mask_rehavideos.' => array('templateName' => 'Rehavideos'), 'shortcut.' => array('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')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', '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')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', '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')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '5.' => array('value' => '<div class="headline-home">|</div>'), 'TEXT', '10.' => array('value' => '<div class="iconboxes"><div class="inner">|</div></div>'), 'TEXT', '20.' => array('value' => '<div class="linkboxes">|</div>'), 'TEXT', '160.' => array('value' => '<div class="table-wrapper">|</div>'), 'TEXT', '170.' => array('value' => '<div class="clinic-ac">|</div>'), 'TEXT', '180.' => array('value' => '<div class="key-facts">|</div>'), 'TEXT', '190.' => array('value' => '<div class="key-figures"><div class="key-wrapper">|</div></div>'), 'TEXT', '200.' => array('value' => '<div class="accordion">|</div>'), 'TEXT', '210.' => array('value' => '<div class="page-list">|</div>'), 'TEXT', '220.' => array('value' => '<div class="accordion-ebene hiddenlink">|</div>'), 'TEXT', '240.' => array('value' => '<div class="media-link media-link-three">|</div>'), 'TEXT', '250.' => array('value' => '<div class="lang-switch-box en-box">|</div>'), 'TEXT', '260.' => array('value' => '<div class="lang-switch-box de-box">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="alternate"')), 'height' => '', 'width' => '')), 'colSpace' => '0')), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', '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' => '1920', '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'))), '20.' => array('colSpace' => '0')), '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')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-6">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-6">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols grid-row layout3">|</div>'), 'TEXT', '70.' => array('value' => '<div class="column-2cols grid-row media-link">|</div>'))))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-4 col-md-4">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-4 col-md-4">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-4 col-md-4">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-3cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-3cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-3cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-3cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-3cols grid-row layout3">|</div>'))))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-4cols grid-row layout3">|</div>'))))), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col grid-row layout3">|</div>'), 'TEXT', '30.' => array('value' => '<div class="column-1col grid-row greenbox suitcase">|</div>'), 'TEXT', '40.' => array('value' => '<div class="column-1col grid-row greenbox info">|</div>'), 'TEXT', '50.' => array('value' => '<div class="column-1col grid-row greybox dots">|</div>'), 'TEXT', '60.' => array('value' => '<div class="column-1col grid-row greybox person">|</div>'), 'TEXT', '80.' => array('value' => '<div class="column-1col grid-row grey-akkordeon">|</div>'), 'TEXT', '90.' => array('value' => '<div class="column-1col grid-row grey-quote">|</div>'), 'TEXT', '100.' => array('value' => '<div class="column-1col grid-row grey-imagebox">|</div>'), 'TEXT', '110.' => array('value' => '<div class="column-1col grid-row grey-grey-textbox">|</div>'), 'TEXT', '120.' => array('value' => '<div class="column-1col grid-row grey-contentbox">|</div>'), 'TEXT', '130.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-image">|</div>'), 'TEXT', '140.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-border">|</div>'), 'TEXT', '150.' => array('value' => '<div class="column-1col grid-row grey-index-newsbox">|</div>'), 'TEXT', '230.' => array('value' => '<div class="column-1col grid-row white-index-newsbox">|</div>'), 'TEXT', '270.' => array('value' => '<div class="column-1col grid-row greybox certificate">|</div>'), 'TEXT', '280.' => array('value' => '<div class="teamgrid">|</div>'))))), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'Accordeon', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0')))))), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-header opened">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col akkordeon">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="header-wraper"><div class="col1 tab1-header active">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 tab2-header">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 tabcontainer-link">|</div></div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 tab1-content opened">|</div>'), '4.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col5 tab2-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col tabcontainer-index">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col tabcontainer-index"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="team column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="team column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="team column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="team column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="team column-4cols grid-row layout3">|</div>'))))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 accindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 accindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row accindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 accindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3">|</div>'))))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 gridindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 gridindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row gridindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 gridindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1 gridindexc">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2 gridindexc">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3 gridindexc">|</div>'))))), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-visible" >|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-hidden">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="layoutDefault teammember">|</div>'), 'TEXT', '0.' => array('value' => '<div class="layout0 teammember ">|</div>'))))), '99.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'AccordeonSection', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0'))))))))), '< lib.stdheader'), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'ec_slider' => 'FLUIDTEMPLATE', 'ec_slider.' => array('templateName' => 'Slider', 'dataProcessing.' => array('EC\\EcRkhTemplate\\DataProcessing\\DataProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'ec_slider_slide', 'pidInList.' => array('field' => 'pid'), 'orderBy' => 'sorting', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'foreign_id = |'), 'as' => 'ec_slider_slides', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))), 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/', '{$plugin.tx_ec_accordion_start.view.templateRootPath}')), 'ec_accordion' => 'FLUIDTEMPLATE', 'ec_accordion.' => array('templateName' => 'Accordeon', 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/')), 't3gallery_galleryslider' => 'FLUIDTEMPLATE', 't3gallery_galleryslider.' => array('templateName' => 'Gallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image', 'table' => 'tt_content'), 'as' => 'images')), 'templateRootPaths.' => array('EXT:t3_gallery/Resources/Private/Templates/', 'EXT:t3_gallery/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:t3_gallery/Resources/Private/Partials/', 'EXT:t3_gallery/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:t3_gallery/Resources/Private/Layouts/', 'EXT:t3_gallery/Resources/Private/Layouts/'))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('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')), 'mask_banner' => '< lib.maskContentElement', 'mask_banner.' => array('templateName' => 'Banner'), 'mask_cookiebanner' => '< lib.maskContentElement', 'mask_cookiebanner.' => array('templateName' => 'Cookiebanner'), 'mask_rehavideos' => '< lib.maskContentElement', 'mask_rehavideos.' => array('templateName' => 'Rehavideos'), 'shortcut.' => array('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')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', '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')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', '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')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '5.' => array('value' => '<div class="headline-home">|</div>'), 'TEXT', '10.' => array('value' => '<div class="iconboxes"><div class="inner">|</div></div>'), 'TEXT', '20.' => array('value' => '<div class="linkboxes">|</div>'), 'TEXT', '160.' => array('value' => '<div class="table-wrapper">|</div>'), 'TEXT', '170.' => array('value' => '<div class="clinic-ac">|</div>'), 'TEXT', '180.' => array('value' => '<div class="key-facts">|</div>'), 'TEXT', '190.' => array('value' => '<div class="key-figures"><div class="key-wrapper">|</div></div>'), 'TEXT', '200.' => array('value' => '<div class="accordion">|</div>'), 'TEXT', '210.' => array('value' => '<div class="page-list">|</div>'), 'TEXT', '220.' => array('value' => '<div class="accordion-ebene hiddenlink">|</div>'), 'TEXT', '240.' => array('value' => '<div class="media-link media-link-three">|</div>'), 'TEXT', '250.' => array('value' => '<div class="lang-switch-box en-box">|</div>'), 'TEXT', '260.' => array('value' => '<div class="lang-switch-box de-box">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="alternate"')), 'height' => '', 'width' => '')), 'colSpace' => '0')), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', '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' => '1920', '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'))), '20.' => array('colSpace' => '0')), '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')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-6">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-6">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols grid-row layout3">|</div>'), 'TEXT', '70.' => array('value' => '<div class="column-2cols grid-row media-link">|</div>'))))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-4 col-md-4">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-4 col-md-4">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-4 col-md-4">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-3cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-3cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-3cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-3cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-3cols grid-row layout3">|</div>'))))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-4cols grid-row layout3">|</div>'))))), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col grid-row layout3">|</div>'), 'TEXT', '30.' => array('value' => '<div class="column-1col grid-row greenbox suitcase">|</div>'), 'TEXT', '40.' => array('value' => '<div class="column-1col grid-row greenbox info">|</div>'), 'TEXT', '50.' => array('value' => '<div class="column-1col grid-row greybox dots">|</div>'), 'TEXT', '60.' => array('value' => '<div class="column-1col grid-row greybox person">|</div>'), 'TEXT', '80.' => array('value' => '<div class="column-1col grid-row grey-akkordeon">|</div>'), 'TEXT', '90.' => array('value' => '<div class="column-1col grid-row grey-quote">|</div>'), 'TEXT', '100.' => array('value' => '<div class="column-1col grid-row grey-imagebox">|</div>'), 'TEXT', '110.' => array('value' => '<div class="column-1col grid-row grey-grey-textbox">|</div>'), 'TEXT', '120.' => array('value' => '<div class="column-1col grid-row grey-contentbox">|</div>'), 'TEXT', '130.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-image">|</div>'), 'TEXT', '140.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-border">|</div>'), 'TEXT', '150.' => array('value' => '<div class="column-1col grid-row grey-index-newsbox">|</div>'), 'TEXT', '230.' => array('value' => '<div class="column-1col grid-row white-index-newsbox">|</div>'), 'TEXT', '270.' => array('value' => '<div class="column-1col grid-row greybox certificate">|</div>'), 'TEXT', '280.' => array('value' => '<div class="teamgrid">|</div>'))))), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'Accordeon', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0')))))), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-header opened">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col akkordeon">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="header-wraper"><div class="col1 tab1-header active">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 tab2-header">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 tabcontainer-link">|</div></div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 tab1-content opened">|</div>'), '4.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col5 tab2-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col tabcontainer-index">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col tabcontainer-index"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="team column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="team column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="team column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="team column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="team column-4cols grid-row layout3">|</div>'))))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 accindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 accindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row accindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 accindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3">|</div>'))))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 gridindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 gridindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row gridindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 gridindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1 gridindexc">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2 gridindexc">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3 gridindexc">|</div>'))))), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-visible" >|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-hidden">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="layoutDefault teammember">|</div>'), 'TEXT', '0.' => array('value' => '<div class="layout0 teammember ">|</div>'))))), '99.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'AccordeonSection', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0'))))))))), '< lib.stdheader'), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'ec_slider' => 'FLUIDTEMPLATE', 'ec_slider.' => array('templateName' => 'Slider', 'dataProcessing.' => array('EC\\EcRkhTemplate\\DataProcessing\\DataProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'ec_slider_slide', 'pidInList.' => array('field' => 'pid'), 'orderBy' => 'sorting', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'foreign_id = |'), 'as' => 'ec_slider_slides', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))), 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/', '{$plugin.tx_ec_accordion_start.view.templateRootPath}')), 'ec_accordion' => 'FLUIDTEMPLATE', 'ec_accordion.' => array('templateName' => 'Accordeon', 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/')), 't3gallery_galleryslider' => 'FLUIDTEMPLATE', 't3gallery_galleryslider.' => array('templateName' => 'Gallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image', 'table' => 'tt_content'), 'as' => 'images')), 'templateRootPaths.' => array('EXT:t3_gallery/Resources/Private/Templates/', 'EXT:t3_gallery/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:t3_gallery/Resources/Private/Partials/', 'EXT:t3_gallery/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:t3_gallery/Resources/Private/Layouts/', 'EXT:t3_gallery/Resources/Private/Layouts/'))), 'tt_content')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
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')), 'mask_banner' => '< lib.maskContentElement', 'mask_banner.' => array('templateName' => 'Banner'), 'mask_cookiebanner' => '< lib.maskContentElement', 'mask_cookiebanner.' => array('templateName' => 'Cookiebanner'), 'mask_rehavideos' => '< lib.maskContentElement', 'mask_rehavideos.' => array('templateName' => 'Rehavideos'), 'shortcut.' => array('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')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', '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')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', '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')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '5.' => array('value' => '<div class="headline-home">|</div>'), 'TEXT', '10.' => array('value' => '<div class="iconboxes"><div class="inner">|</div></div>'), 'TEXT', '20.' => array('value' => '<div class="linkboxes">|</div>'), 'TEXT', '160.' => array('value' => '<div class="table-wrapper">|</div>'), 'TEXT', '170.' => array('value' => '<div class="clinic-ac">|</div>'), 'TEXT', '180.' => array('value' => '<div class="key-facts">|</div>'), 'TEXT', '190.' => array('value' => '<div class="key-figures"><div class="key-wrapper">|</div></div>'), 'TEXT', '200.' => array('value' => '<div class="accordion">|</div>'), 'TEXT', '210.' => array('value' => '<div class="page-list">|</div>'), 'TEXT', '220.' => array('value' => '<div class="accordion-ebene hiddenlink">|</div>'), 'TEXT', '240.' => array('value' => '<div class="media-link media-link-three">|</div>'), 'TEXT', '250.' => array('value' => '<div class="lang-switch-box en-box">|</div>'), 'TEXT', '260.' => array('value' => '<div class="lang-switch-box de-box">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="alternate"')), 'height' => '', 'width' => '')), 'colSpace' => '0')), '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('ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'echospitalfinder_hospitalfinder' => 'USER', 'echospitalfinder_hospitalfinder.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Hospitalfinder'), 'echospitalfinder_subjects' => 'USER', 'echospitalfinder_subjects.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcHospitalfinder', 'pluginName' => 'Subjects'), 'ecrkheducation_education' => 'USER', 'ecrkheducation_education.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhEducation', 'pluginName' => 'Education'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'ecrkhanalyseverzeichnis_daten' => 'USER', 'ecrkhanalyseverzeichnis_daten.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'EcRkhAnalyseverzeichnis', 'pluginName' => 'Daten'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'hrkhveranstaltungen_veranstaltungen' => 'USER', 'hrkhveranstaltungen_veranstaltungen.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HRkhveranstaltungen', 'pluginName' => 'Veranstaltungen'), 'hstellenangebote_hstellenangebote' => 'USER', 'hstellenangebote_hstellenangebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HStellenangebote', 'pluginName' => 'Hstellenangebote'), 'rkh_juicer' => 'USER', 'rkh_juicer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Rkh', 'pluginName' => 'Juicer'), 'solr_pi_results' => 'USER', 'solr_pi_results.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'USER', 'solr_pi_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'USER', 'solr_pi_frequentlysearched.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'USER', 'solr_pi_suggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 't3gallery_galleryslider' => 'USER', 't3gallery_galleryslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Gallery', 'pluginName' => 'Galleryslider'), 't3team_teammember' => 'USER', 't3team_teammember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'T3Team', 'pluginName' => 'Teammember'), 'videosearch_videosearch' => 'USER', 'videosearch_videosearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Videosearch', 'pluginName' => 'Videosearch'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1920', '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' => '1920', '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'))), '20.' => array('colSpace' => '0')), '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')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-6">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-6">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols grid-row layout3">|</div>'), 'TEXT', '70.' => array('value' => '<div class="column-2cols grid-row media-link">|</div>'))))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-4 col-md-4">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-4 col-md-4">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-4 col-md-4">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-3cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-3cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-3cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-3cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-3cols grid-row layout3">|</div>'))))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-4cols grid-row layout3">|</div>'))))), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col grid-row layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col grid-row layout3">|</div>'), 'TEXT', '30.' => array('value' => '<div class="column-1col grid-row greenbox suitcase">|</div>'), 'TEXT', '40.' => array('value' => '<div class="column-1col grid-row greenbox info">|</div>'), 'TEXT', '50.' => array('value' => '<div class="column-1col grid-row greybox dots">|</div>'), 'TEXT', '60.' => array('value' => '<div class="column-1col grid-row greybox person">|</div>'), 'TEXT', '80.' => array('value' => '<div class="column-1col grid-row grey-akkordeon">|</div>'), 'TEXT', '90.' => array('value' => '<div class="column-1col grid-row grey-quote">|</div>'), 'TEXT', '100.' => array('value' => '<div class="column-1col grid-row grey-imagebox">|</div>'), 'TEXT', '110.' => array('value' => '<div class="column-1col grid-row grey-grey-textbox">|</div>'), 'TEXT', '120.' => array('value' => '<div class="column-1col grid-row grey-contentbox">|</div>'), 'TEXT', '130.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-image">|</div>'), 'TEXT', '140.' => array('value' => '<div class="column-1col grid-row whitebox white-contentbox-border">|</div>'), 'TEXT', '150.' => array('value' => '<div class="column-1col grid-row grey-index-newsbox">|</div>'), 'TEXT', '230.' => array('value' => '<div class="column-1col grid-row white-index-newsbox">|</div>'), 'TEXT', '270.' => array('value' => '<div class="column-1col grid-row greybox certificate">|</div>'), 'TEXT', '280.' => array('value' => '<div class="teamgrid">|</div>'))))), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'Accordeon', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0')))))), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-header opened">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col1 akkordeon-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col akkordeon">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col layout0"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="header-wraper"><div class="col1 tab1-header active">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col2 tab2-header">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col3 tabcontainer-link">|</div></div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col4 tab1-content opened">|</div>'), '4.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col5 tab2-content">|</div>')), 'wrap' => '<div class="tabs">|</div>', 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-1col tabcontainer-index">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-1col tabcontainer-index"><div class="inner">|</div></div>'), 'TEXT', '1.' => array('value' => '<div class="column-1col layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-1col layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-1col layout3">|</div>'))))), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col1 grid-col grid-col-3">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col2 grid-col grid-col-3">|</div>'), '2.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col3 grid-col grid-col-3">|</div>'), '3.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team col4 grid-col grid-col-3">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="team column-4cols grid-row">|</div>'), 'TEXT', '0.' => array('value' => '<div class="team column-4cols grid-row layout0">|</div>'), 'TEXT', '1.' => array('value' => '<div class="team column-4cols grid-row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="team column-4cols grid-row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="team column-4cols grid-row layout3">|</div>'))))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 accindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 accindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row accindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 accindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3">|</div>'))))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-8 gridindexleft">|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="col-sm-4 gridindexright">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="column-2cols row gridindexc">|</div>'), 'TEXT', '0.' => array('value' => '<div class="column-2cols row layout0 gridindexc">|</div>'), 'TEXT', '1.' => array('value' => '<div class="column-2cols row layout1 gridindexc">|</div>'), 'TEXT', '2.' => array('value' => '<div class="column-2cols row layout2 gridindexc">|</div>'), 'TEXT', '3.' => array('value' => '<div class="column-2cols row layout3 gridindexc">|</div>'))))), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '0.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-visible" >|</div>'), '1.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="team team-hidden">|</div>')), 'stdWrap.' => array('wrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="layoutDefault teammember">|</div>'), 'TEXT', '0.' => array('value' => '<div class="layout0 teammember ">|</div>'))))), '99.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/Extensions/GridElements'), 'layoutRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Layouts/Extensions/GridElements'), 'partialRootPaths.' => array('typo3/sysext/fluid_styled_content/Resources/Private/Partials', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/FluidStyledContent', 'EXT:ec_rkh_template/Resources/Private/Partials/Extensions/GridElements'), 'templateName' => 'AccordeonSection', 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('respectColumns' => '0', 'respectRows' => '0'))))))))), '< lib.stdheader'), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'ec_slider' => 'FLUIDTEMPLATE', 'ec_slider.' => array('templateName' => 'Slider', 'dataProcessing.' => array('EC\\EcRkhTemplate\\DataProcessing\\DataProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'ec_slider_slide', 'pidInList.' => array('field' => 'pid'), 'orderBy' => 'sorting', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'foreign_id = |'), 'as' => 'ec_slider_slides', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))), 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/', '{$plugin.tx_ec_accordion_start.view.templateRootPath}')), 'ec_accordion' => 'FLUIDTEMPLATE', 'ec_accordion.' => array('templateName' => 'Accordeon', 'templateRootPaths.' => array('EXT:ec_rkh_template/Resources/Private/Templates/')), 't3gallery_galleryslider' => 'FLUIDTEMPLATE', 't3gallery_galleryslider.' => array('templateName' => 'Gallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image', 'table' => 'tt_content'), 'as' => 'images')), 'templateRootPaths.' => array('EXT:t3_gallery/Resources/Private/Templates/', 'EXT:t3_gallery/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:t3_gallery/Resources/Private/Partials/', 'EXT:t3_gallery/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:t3_gallery/Resources/Private/Layouts/', 'EXT:t3_gallery/Resources/Private/Layouts/'))), '')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'variables.content-main')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, '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('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))))
in /html/www.rkh-kliniken.de/current/public/typo3conf/ext/mask/Classes/Fluid/FluidTemplateContentObject.php line 31
     */
    protected function getContentObjectVariables(array $conf = []): array
    {
        // Call Parent Function to maintain core functions
        $variables = parent::getContentObjectVariables($conf);

        // Make some enhancements to data of pages
        if ($this->cObj->getCurrentTable() === 'pages') {
            $data = $variables['data'];
at MASK\Mask\Fluid\FluidTemplateContentObject->getContentObjectVariables(array('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100
        $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('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))), '10')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('powermailJQueryDatepicker' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/jquery.datetimepicker.min.js', 'powermailJQueryFormValidation' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/parsley.min.js', 'powermailJQueryTabs' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Tabs.min.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'cookie' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/jquery.cookie.js', 'privacy' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/privacy.js', 'accessibility' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/accessibility.js', 'contentElements' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/content-elements.js', 'chosen' => 'EXT:ec_hospitalfinder/Resources/Public/JS/chosen.jquery.js', 'ec_hospitalfinder' => 'EXT:ec_hospitalfinder/Resources/Public/JS/ec_hospitalfinder.js', 'script' => 'EXT:ec_hospitalfinder/Resources/Public/JS/script.js', 'slick' => 'EXT:t3_gallery/Resources/Public/Js/slick.min.js', 't3contentElements' => 'EXT:t3_gallery/Resources/Public/Js/t3contentElements.js', 'rkh1' => 'EXT:rkh/Resources/Public/Plugins/go_maps_ext/Scripts/markerclusterer_compiled.js', 'rkh2' => 'EXT:rkh/Resources/Public/Plugins/go_maps_ext/Scripts/jquery.gomapsext.js', 'rkh4' => 'EXT:rkh/Resources/Public/Plugins/go_maps_ext/Scripts/jquery.gomapsext.preview.js'), 'typeNum' => '0', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('field' => 'uid', 'wrap' => '<body id="page-|"'), 'TEXT', '20.' => array('field' => 'backend_layout', 'noTrimWrap' => '| class="layout-| verbund kliniken"|'), 'TEXT', '30.' => array('value' => '>')), 'includeCSS.' => array('datepicker' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/datepicker-ui/jquery-ui.css', 'cookiebanner' => 'EXT:ec_rkh_template/Resources/Public/Styles/Pages/cookiebanner.css', 'contentElements' => 'EXT:ec_rkh_template/Resources/Public/Styles/content-elements.css', 'navigation' => 'EXT:ec_rkh_template/Resources/Public/Styles/Pages/navigation.css', 'styles' => 'EXT:ec_rkh_template/Resources/Public/Styles/Pages/main.css', 'chosen' => 'EXT:ec_hospitalfinder/Resources/Public/Styles/chosen.css', 'ec_hospitalfinder' => 'EXT:ec_hospitalfinder/Resources/Public/Styles/ec_hospitalfinder.css', 'style' => 'EXT:ec_hospitalfinder/Resources/Public/Styles/style.css', 'hstyles1' => 'EXT:h_rkhveranstaltungen/Resources/Public/Styles/select2.min.css', 'hstyles2' => 'EXT:h_rkhveranstaltungen/Resources/Public/Styles/simple-calendar.css', 'hstyles3' => 'EXT:h_rkhveranstaltungen/Resources/Public/Styles/main.css', 'cssFile' => 'EXT:t3_team/Resources/Public/Css/t3_team_styles.css', 'slick' => 'EXT:t3_gallery/Resources/Public/Css/slick.css', 't3contentElements' => 'EXT:t3_gallery/Resources/Public/Css/t3contentElements.css', 'solr-suggest' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/suggest.css'), 'includeJS.' => array('jquery' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/jquery.min.js', 'jquery.' => array('forceOnTop' => '1'), 'headjs' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/head.min.js', 'headjs.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1', 'forceOnTop' => '1', 'allWrap' => '<script>if(!window.ec){window.ec = {};}ec.resolveExtPath=function(path){return path.replace(\'EXT:\',\'/typo3conf/ext/\');};ec.jsRootPath=ec.resolveExtPath(\'EXT:ec_rkh_template/Resources/Public/Scripts/JS\');ec.cssRootPath=ec.resolveExtPath(\'EXT:ec_rkh_template/Resources/Public/Styles\');</script> |'), 'jqueryUi' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/jquery-ui.js', 'scriptloader' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/scriptloader.js', 'hscripts1' => 'EXT:h_rkhveranstaltungen/Resources/Public/Scripts/select2.full.min.js', 'hscripts2' => 'EXT:h_rkhveranstaltungen/Resources/Public/Scripts/jquery.simple-calendar.js', 'hscripts3' => 'EXT:h_rkhveranstaltungen/Resources/Public/Scripts/main.js', 'videosearch' => 'EXT:videosearch/Resources/Public/Scripts/main.js'), 'headerData.' => array('TEXT', '21.' => array('value' => ' <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon.png"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-57x57.png" sizes="57x57"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-60x60.png" sizes="60x60"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-72x72.png" sizes="72x72"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-114x114.png" sizes="114x114"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-128x128.png" sizes="128x128"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-144x144.png" sizes="144x144"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-180x180.png" sizes="180x180"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-precomposed.png">'), 'TEXT', '45678.' => array('value' => ' '), 'TEXT', '20.' => array('value' => ' <link rel="stylesheet" href="/typo3conf/ext/ec_rkh_template/Resources/Public/Styles/Pages/verbund.css" /> '), 'TEXT', '333.' => array('value' => ' <!--<link rel="stylesheet" href="/typo3conf/ext/sf_event_mgt/Resources/Public/Css/events_default.css" />--> <link rel="stylesheet" href="/typo3conf/ext/ec_rkh_template/Resources/Public/Styles/Pages/fullcalendar.min.css" /> <link rel="stylesheet" href="/typo3conf/ext/ec_rkh_template/Resources/Public/Styles/Pages/fullcalendar.print.min.css" /> <script src=\'/typo3conf/ext/ec_rkh_template/Resources/Public/Scripts/JS/fullcalendar/fullcalendar.min.js\'></script> ')), 'shortcutIcon' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/favicon.ico', 'meta.' => array('description.' => array('field' => 'description'), 'keywords.' => array('field' => 'keywords'), 'robots' => 'INDEX,FOLLOW', 'viewport' => 'width=device-width, initial-scale=1'), 'FLUIDTEMPLATE', '10.' => array('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))), 'includeJSFooterlibs.' => array('solr-autocomplete' => 'EXT:solr/Resources/Public/JavaScript/JQuery/jquery.autocomplete.min.js', 'solr-suggest' => 'EXT:solr/Resources/Public/JavaScript/suggest_controller.js')), '')
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('powermailJQueryDatepicker' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/jquery.datetimepicker.min.js', 'powermailJQueryFormValidation' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/parsley.min.js', 'powermailJQueryTabs' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Tabs.min.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'cookie' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/jquery.cookie.js', 'privacy' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/privacy.js', 'accessibility' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/accessibility.js', 'contentElements' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/content-elements.js', 'chosen' => 'EXT:ec_hospitalfinder/Resources/Public/JS/chosen.jquery.js', 'ec_hospitalfinder' => 'EXT:ec_hospitalfinder/Resources/Public/JS/ec_hospitalfinder.js', 'script' => 'EXT:ec_hospitalfinder/Resources/Public/JS/script.js', 'slick' => 'EXT:t3_gallery/Resources/Public/Js/slick.min.js', 't3contentElements' => 'EXT:t3_gallery/Resources/Public/Js/t3contentElements.js', 'rkh1' => 'EXT:rkh/Resources/Public/Plugins/go_maps_ext/Scripts/markerclusterer_compiled.js', 'rkh2' => 'EXT:rkh/Resources/Public/Plugins/go_maps_ext/Scripts/jquery.gomapsext.js', 'rkh4' => 'EXT:rkh/Resources/Public/Plugins/go_maps_ext/Scripts/jquery.gomapsext.preview.js'), 'typeNum' => '0', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('field' => 'uid', 'wrap' => '<body id="page-|"'), 'TEXT', '20.' => array('field' => 'backend_layout', 'noTrimWrap' => '| class="layout-| verbund kliniken"|'), 'TEXT', '30.' => array('value' => '>')), 'includeCSS.' => array('datepicker' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/datepicker-ui/jquery-ui.css', 'cookiebanner' => 'EXT:ec_rkh_template/Resources/Public/Styles/Pages/cookiebanner.css', 'contentElements' => 'EXT:ec_rkh_template/Resources/Public/Styles/content-elements.css', 'navigation' => 'EXT:ec_rkh_template/Resources/Public/Styles/Pages/navigation.css', 'styles' => 'EXT:ec_rkh_template/Resources/Public/Styles/Pages/main.css', 'chosen' => 'EXT:ec_hospitalfinder/Resources/Public/Styles/chosen.css', 'ec_hospitalfinder' => 'EXT:ec_hospitalfinder/Resources/Public/Styles/ec_hospitalfinder.css', 'style' => 'EXT:ec_hospitalfinder/Resources/Public/Styles/style.css', 'hstyles1' => 'EXT:h_rkhveranstaltungen/Resources/Public/Styles/select2.min.css', 'hstyles2' => 'EXT:h_rkhveranstaltungen/Resources/Public/Styles/simple-calendar.css', 'hstyles3' => 'EXT:h_rkhveranstaltungen/Resources/Public/Styles/main.css', 'cssFile' => 'EXT:t3_team/Resources/Public/Css/t3_team_styles.css', 'slick' => 'EXT:t3_gallery/Resources/Public/Css/slick.css', 't3contentElements' => 'EXT:t3_gallery/Resources/Public/Css/t3contentElements.css', 'solr-suggest' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/suggest.css'), 'includeJS.' => array('jquery' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/jquery.min.js', 'jquery.' => array('forceOnTop' => '1'), 'headjs' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/head.min.js', 'headjs.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1', 'forceOnTop' => '1', 'allWrap' => '<script>if(!window.ec){window.ec = {};}ec.resolveExtPath=function(path){return path.replace(\'EXT:\',\'/typo3conf/ext/\');};ec.jsRootPath=ec.resolveExtPath(\'EXT:ec_rkh_template/Resources/Public/Scripts/JS\');ec.cssRootPath=ec.resolveExtPath(\'EXT:ec_rkh_template/Resources/Public/Styles\');</script> |'), 'jqueryUi' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/jquery-ui.js', 'scriptloader' => 'EXT:ec_rkh_template/Resources/Public/Scripts/JS/scriptloader.js', 'hscripts1' => 'EXT:h_rkhveranstaltungen/Resources/Public/Scripts/select2.full.min.js', 'hscripts2' => 'EXT:h_rkhveranstaltungen/Resources/Public/Scripts/jquery.simple-calendar.js', 'hscripts3' => 'EXT:h_rkhveranstaltungen/Resources/Public/Scripts/main.js', 'videosearch' => 'EXT:videosearch/Resources/Public/Scripts/main.js'), 'headerData.' => array('TEXT', '21.' => array('value' => ' <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon.png"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-57x57.png" sizes="57x57"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-60x60.png" sizes="60x60"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-72x72.png" sizes="72x72"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-114x114.png" sizes="114x114"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-128x128.png" sizes="128x128"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-144x144.png" sizes="144x144"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-180x180.png" sizes="180x180"> <link rel="apple-touch-icon" href="typo3conf/ext/ec_rkh_template/Resources/Public/Images/touch-icons/apple-touch-icon-precomposed.png">'), 'TEXT', '45678.' => array('value' => ' '), 'TEXT', '20.' => array('value' => ' <link rel="stylesheet" href="/typo3conf/ext/ec_rkh_template/Resources/Public/Styles/Pages/verbund.css" /> '), 'TEXT', '333.' => array('value' => ' <!--<link rel="stylesheet" href="/typo3conf/ext/sf_event_mgt/Resources/Public/Css/events_default.css" />--> <link rel="stylesheet" href="/typo3conf/ext/ec_rkh_template/Resources/Public/Styles/Pages/fullcalendar.min.css" /> <link rel="stylesheet" href="/typo3conf/ext/ec_rkh_template/Resources/Public/Styles/Pages/fullcalendar.print.min.css" /> <script src=\'/typo3conf/ext/ec_rkh_template/Resources/Public/Scripts/JS/fullcalendar/fullcalendar.min.js\'></script> ')), 'shortcutIcon' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/favicon.ico', 'meta.' => array('description.' => array('field' => 'description'), 'keywords.' => array('field' => 'keywords'), 'robots' => 'INDEX,FOLLOW', 'viewport' => 'width=device-width, initial-scale=1'), 'FLUIDTEMPLATE', '10.' => array('file' => 'EXT:ec_rkh_template/Resources/Private/Templates/Pages/DefaultTemplate.html', 'layoutRootPath' => 'EXT:ec_rkh_template/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:ec_rkh_template/Resources/Private/Partials/', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'levels' => '7', 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('excludeUidList' => '52,63', 'entryLevel' => '1', 'levels' => '2', 'as' => 'subMenu', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('entryLevel' => '2', 'levels' => '2', 'as' => 'subMenuLevel2', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('entryLevel' => '3', 'levels' => '2', 'as' => 'subMenuLevel3', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '33.' => array('entryLevel' => '4', 'levels' => '2', 'as' => 'subMenuLevel4', 'expandAll' => '1', 'titleField' => 'sub_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'excludeUidList' => '52,63', 'levels' => '3', 'includeSpacer' => '0', 'as' => 'menuMainMega', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'image')))), 'variables.' => array('layout' => 'TEXT', 'layout.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'metanav' => 'HMENU', 'metanav.' => array('special' => 'directory', 'special.' => array('value' => '52'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'breadcrumb' => 'HMENU', 'breadcrumb.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'ATagTitle.' => array('field' => 'subtitle//title', 'stdWrap.' => array('noTrimWrap' => '|Zurück zu: ||')), 'linkWrap' => '<li>|</li>'), 'CUR' => '1', 'CUR.' => array('linkWrap' => '<li><span>|</span></li>', 'doNotLinkIt' => '1'))), 'IE6advice' => 'TEXT', 'IE6advice.' => array('value' => ''), 'footerTop' => 'COA', 'footerTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'enFooterTop' => 'COA', 'enFooterTop.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '931', 'languageField' => 'sys_language_uid'))), 'footerSeo' => 'COA', 'footerSeo.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 1', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'headerwegweiser' => 'COA', 'headerwegweiser.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '56', 'languageField' => 'sys_language_uid'))), 'metanavEn' => 'HMENU', 'metanavEn.' => array('special' => 'directory', 'special.' => array('value' => '933'), 'TMENU', '1.' => array('noBlur' => '1', 'wrap' => '<ul class="navigation-list navigation-list-1">|</ul>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="no"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item">|', 'wrapItemAndSub' => '|</li>'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="active"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-active">|', 'wrapItemAndSub' => '|</li>'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="current"', 'ATagTitle.' => array('field' => 'subtitle//title'), 'allWrap' => '<li class="navigation-list-item navigation-list-item-current">|', 'wrapItemAndSub' => '|</li>'))), 'footerBottom' => 'COA', 'footerBottom.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 2', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'sideButtons' => 'COA', 'sideButtons.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 3', 'pidInList' => '54', 'languageField' => 'sys_language_uid'))), 'cookie' => 'COA', 'cookie.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'pidInList' => '57', 'languageField' => 'sys_language_uid'))), 'header_img' => 'IMAGE', 'header_img.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia:-1, slide', 'listNum' => '0'), 'treatIdAsReference' => '1'), 'altText' => 'Econsor Defaultpage', 'titleText' => 'Econsor Defaultpage'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'typo3conf/ext/ec_rkh_template/Resources/Public/Images/rk-holding-logo.png', 'altText' => 'zur Startseite', 'titleText' => 'zur Startseite', 'file.' => array('width' => '295'), 'stdWrap.' => array('typolink.' => array('parameter' => '49'))), 'searchbox7' => 'COA_INT', 'searchbox7.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" placeholder=\'Suchen...\' type="text" />'), 'TEXT', '20.' => array('wrap' => '<input name="tx_indexedsearch_pi2[search][submitButton]" value="" class="searchbox-submit" type="submit" />'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchbox8' => 'COA_INT', 'searchbox8.' => array('stdWrap.' => array('prefixComment' => '2 | lib.searchbox'), 'TEXT', '10.' => array('typolink.' => array('parameter' => '851', 'additionalParams' => '&tx_indexedsearch_pi2%5Baction%5D=search&tx_indexedsearch_pi2%5Bcontroller%5D=Search', 'returnLast' => 'url'), 'wrap' => '<div id="indexedsearchbox" class="clearfix"><form action="|" method="post" id="indexedsearch">'), 'COA', '20.' => array('TEXT', '10.' => array('data' => 'GPvar : tx_indexedsearch |sword', 'wrap' => '<input class="tx-indexedsearch-searchbox-sword" id="tx-indexedsearch-searchbox-sword" type="text" name="tx_indexedsearch_pi2[search][sword]" value="|" placeholder=\'Suchen...\'>'), 'TEXT', '20.' => array('wrap' => '<input class="tx-indexedsearch-searchbox-button" id="tx-indexedsearch-searchbox-button-submit" type="submit" value="" name="tx_indexedsearch_pi2[search][submitButton]">'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<input type="hidden" name="tx_indexedsearch_pi2[search][_sections]" value="0" />'), 'TEXT', '20.' => array('value' => '<input name="tx_indexedsearch[submit_button]" value="Suche" type="hidden" />', 'wrap' => '</form></div>')))), 'searchSolrSearchboxPID' => 'TEXT', 'searchSolrSearchboxPID.' => array('value' => '34394'), 'searchSolr' => 'RECORDS', 'searchSolr.' => array('source' => '34394', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'content-main' => 'CONTENT', 'content-main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content-sub' => 'CONTENT', 'content-sub.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content-complement' => 'CONTENT', 'content-complement.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content-gbar' => 'CONTENT', 'content-gbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content-subbar' => 'CONTENT', 'content-subbar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'maxPageWidth' => 'TEXT', 'maxPageWidth.' => array('value' => '1100')), 'stdWrap.' => array('replacement.' => array('88888.' => array('search' => '###YEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))))), 'includeJSFooterlibs.' => array('solr-autocomplete' => 'EXT:solr/Resources/Public/JavaScript/JQuery/jquery.autocomplete.min.js', 'solr-suggest' => 'EXT:solr/Resources/Public/JavaScript/suggest_controller.js')))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 20
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3conf/ext/scriptmerger/Classes/Middlewares/ContentPostProcessMiddleware.php line 47
  * @inheritDoc
  */
 public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface {
  $queryParams = $request->getQueryParams();
  $response = $handler->handle($request);
  // we only process via middleware, if the request has INT inclusions, because otherwise, the
  // ContentPostProcHook handles the processing and adds the result to the TYPO3 page cache. Unfortunately, JS
  // and CSS inclusions are handled as INT inclusions, if a frontend user is logged in for example, and will be
  // inserted after the page cache has already been written. Therefore, we need to make sure to catch all scripts that came
at SGalinski\Scriptmerger\Middlewares\ContentPostProcessMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->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/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3conf/ext/custom_shortcut/Classes/Middleware/CustomShortcutMiddleware.php line 34
        }

        // No shortcut page: SKIP
        if (PageRepository::DOKTYPE_SHORTCUT !== (int) $pageRecord['doktype']) {
            return $handler->handle($request);
        }

        $config = HelperUtility::getTableRecordConfiguration($pageRecord['shortcut']);

at HDNET\CustomShortcut\Middleware\CustomShortcutMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 89
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3conf/ext/solr/Classes/Middleware/SolrRoutingMiddleware.php line 140
            $this->language->getLanguageId() === 0 ? (int)$page['uid'] : (int)$page['l10n_parent']
        );

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

        $this->configure($enhancerConfiguration);

at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$14aa))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

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

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/www.rkh-kliniken.de/current/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

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