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) #1524684442 TYPO3\CMS\Form\Mvc\Configuration\Exception\NoSuchFileException

YAML file "1:/form_definitions/kontakt.form.yaml" could not be loaded

in /var/www/unicast/staging.krems.at/html/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php line 848
            $file = null;
        }

        if ($file === null) {
            throw new NoSuchFileException(sprintf('YAML file "%s" could not be loaded', $persistenceIdentifier), 1524684442);
        }

        if (!$file->getStorage()->checkFileActionPermission('read', $file)) {
            throw new PersistenceManagerException(sprintf('No read access to file "%s".', $persistenceIdentifier), 1471630578);
at TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManager->retrieveFileByPersistenceIdentifier('1:/form_definitions/kontakt.form.yaml')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php line 149
        if ($yaml !== false) {
            return $yaml;
        }

        $file = $this->retrieveFileByPersistenceIdentifier($persistenceIdentifier);

        try {
            $yaml = $this->yamlSource->load([$file]);
            $this->generateErrorsIfFormDefinitionIsValidButHasInvalidFileExtension($yaml, $persistenceIdentifier);
at TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManager->load('1:/form_definitions/kontakt.form.yaml')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/form/Classes/Controller/FormFrontendController.php line 69
    public function renderAction()
    {
        $formDefinition = [];
        if (!empty($this->settings['persistenceIdentifier'])) {
            $formDefinition = $this->formPersistenceManager->load($this->settings['persistenceIdentifier']);
            $formDefinition['persistenceIdentifier'] = $this->settings['persistenceIdentifier'];
            $formDefinition = $this->overrideByTypoScriptSettings($formDefinition);
            $formDefinition = $this->overrideByFlexFormSettings($formDefinition);
            $formDefinition = ArrayUtility::setValueByPath($formDefinition, 'renderingOptions._originalIdentifier', $formDefinition['identifier'], '.');
at TYPO3\CMS\Form\Controller\FormFrontendController->renderAction()
in /var/www/unicast/staging.krems.at/html/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 498
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /var/www/unicast/staging.krems.at/html/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

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

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/unicast/staging.krems.at/html/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

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

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'), '')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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' => 'Form', 'pluginName' => 'Formframework'))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'), 'tt_content.form_formframework.20')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'tt_content.form_formframework.20', '20')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 5174, 'rowDescription' => '', 'pid' => 1112, 'tstamp' => 1636035072, 'crdate' => 1636035072, 'cruser_id' => 19, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 513, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 5091, 'l18n_diffsource' => 'a:25:{s:5:"CType";N;s:6:"colPos";N;s:24:"tx_rgaccordion_accordion";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'form_formframework', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => '', 'colPos' => -1, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.persistenceIdentifier"> <value index="vDEF">1:/form_definitions/kontakt.form.yaml</value> </field> <field index="settings.overrideFinishers"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'tx_news_related_news' => 0, 'categories' => 0, 'tx_kremswebsite_teaser_group_item' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 5175, 'tx_gridelements_columns' => 11, 'gridelements_shortcut_page_order_by' => 0, 'tx_rgaccordion_accordion' => 0, 'tx_kremswebsite_tile_time' => 0, 'title' => '', 'icon' => '', 'street' => '', 'zip' => '', 'tel_display' => '', 'fax_display' => '', 'email' => '', 'pdf' => 0, 'journal_detail_page' => 0, 'thumbnail' => 0, 'tel_display_2' => '', 'tx_kremswebsite_javascripsnippet' => '0', 'tx_kremswebsite_listwithimages_item' => 0, 'parentgrid_uid' => 5175, 'parentgrid_rowDescription' => '', 'parentgrid_pid' => 1112, 'parentgrid_tstamp' => 1636035072, 'parentgrid_crdate' => 1636035072, 'parentgrid_cruser_id' => 19, 'parentgrid_deleted' => 0, 'parentgrid_hidden' => 0, 'parentgrid_starttime' => 0, 'parentgrid_endtime' => 0, 'parentgrid_fe_group' => '', 'parentgrid_sorting' => 576, 'parentgrid_editlock' => 0, 'parentgrid_sys_language_uid' => 0, 'parentgrid_l18n_parent' => 0, 'parentgrid_l10n_source' => 0, 'parentgrid_l10n_state' => null, 'parentgrid_t3_origuid' => 5090, 'parentgrid_l18n_diffsource' => '', 'parentgrid_t3ver_oid' => 0, 'parentgrid_t3ver_wsid' => 0, 'parentgrid_t3ver_state' => 0, 'parentgrid_t3ver_stage' => 0, 'parentgrid_t3ver_count' => 0, 'parentgrid_t3ver_tstamp' => 0, 'parentgrid_t3ver_move_id' => 0, 'parentgrid_CType' => 'gridelements_pi1', 'parentgrid_header' => '', 'parentgrid_header_position' => '', 'parentgrid_bodytext' => null, 'parentgrid_bullets_type' => 0, 'parentgrid_uploads_description' => 0, 'parentgrid_uploads_type' => 0, 'parentgrid_assets' => 0, 'parentgrid_image' => 0, 'parentgrid_imagewidth' => 0, 'parentgrid_imageorient' => 0, 'parentgrid_imagecols' => 2, 'parentgrid_imageborder' => 0, 'parentgrid_media' => 0, 'parentgrid_layout' => '0', 'parentgrid_frame_class' => 'default', 'parentgrid_cols' => 0, 'parentgrid_space_before_class' => '', 'parentgrid_space_after_class' => '', 'parentgrid_records' => '', 'parentgrid_pages' => '', 'parentgrid_colPos' => 0, 'parentgrid_subheader' => '', 'parentgrid_header_link' => '', 'parentgrid_image_zoom' => 0, 'parentgrid_header_layout' => '0', 'parentgrid_list_type' => '', 'parentgrid_sectionIndex' => 1, 'parentgrid_linkToTop' => 0, 'parentgrid_file_collections' => '', 'parentgrid_filelink_size' => 0, 'parentgrid_filelink_sorting' => '', 'parentgrid_filelink_sorting_direction' => '', 'parentgrid_target' => '', 'parentgrid_date' => 0, 'parentgrid_recursive' => 0, 'parentgrid_imageheight' => 0, 'parentgrid_pi_flexform' => null, 'parentgrid_accessibility_title' => '', 'parentgrid_accessibility_bypass' => 0, 'parentgrid_accessibility_bypass_text' => '', 'parentgrid_selected_categories' => '', 'parentgrid_category_field' => '', 'parentgrid_table_class' => '', 'parentgrid_table_caption' => null, 'parentgrid_table_delimiter' => 124, 'parentgrid_table_enclosure' => 0, 'parentgrid_table_header_position' => 0, 'parentgrid_table_tfoot' => 0, 'parentgrid_tx_impexp_origuid' => 0, 'parentgrid_tx_news_related_news' => 0, 'parentgrid_categories' => 0, 'parentgrid_tx_kremswebsite_teaser_group_item' => 0, 'parentgrid_backupColPos' => -2, 'parentgrid_tx_gridelements_backend_layout' => '2', 'parentgrid_tx_gridelements_children' => 2, 'parentgrid_tx_gridelements_container' => 0, 'parentgrid_tx_gridelements_columns' => 0, 'parentgrid_gridelements_shortcut_page_order_by' => 0, 'parentgrid_tx_rgaccordion_accordion' => 0, 'parentgrid_tx_kremswebsite_tile_time' => 0, 'parentgrid_title' => '', 'parentgrid_icon' => '', 'parentgrid_street' => '', 'parentgrid_zip' => '', 'parentgrid_tel_display' => '', 'parentgrid_fax_display' => '', 'parentgrid_email' => '', 'parentgrid_pdf' => 0, 'parentgrid_journal_detail_page' => 0, 'parentgrid_thumbnail' => 0, 'parentgrid_tel_display_2' => '', 'parentgrid_tx_kremswebsite_javascripsnippet' => '0', 'parentgrid_tx_kremswebsite_listwithimages_item' => 0, 'tx_gridelements_view_columns' => array(' <div id="c5239" class="frame frame-default frame-type-textmedia frame-layout-0"> <div class="ce-textpic ce-center ce-above"> <div class="ce-bodytext"> <p><strong>Literatur &amp; Wein</strong> - 21. bis 24. April 2022 - Das Internationale Kulturenfestival</p><p>Für den Eröffnungsabend im Literaturhaus NÖ am 21.4., um 19 Uhr mit Marc Elsberg verlosen wir 1 x 2 Karten.<br /> Bis 19.4. mitspielen und gewinnen!</p> </div> </div> </div> ', '')), 'typoscriptObjectPath' => 'tt_content.form_formframework.20', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/var/cache/code/fluid_template/Standard_action_generic_6790af35ff135e47853c1618a6bbc457b6c2d812.php line 164
$arguments8['typoscriptObjectPath'] = $output10;
$array12 = array (
);$arguments8['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array12);
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

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

at Standard_action_generic_6790af35ff135e47853c1618a6bbc457b6c2d812->{closure}()
in /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/var/cache/code/fluid_template/Standard_action_generic_6790af35ff135e47853c1618a6bbc457b6c2d812.php line 167
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

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

$output0 .= '

';
at Standard_action_generic_6790af35ff135e47853c1618a6bbc457b6c2d812->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/var/cache/code/fluid_template/layout_Default_html_e1b232bd63cbca19d1fbcba9190a42a536e43011.php line 1151
     ),
     $renderingContext
    );

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments45, $renderChildrenClosure46, $renderingContext);

$output3 .= '
                ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_e1b232bd63cbca19d1fbcba9190a42a536e43011->{closure}()
in /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/var/cache/code/fluid_template/layout_Default_html_e1b232bd63cbca19d1fbcba9190a42a536e43011.php line 1673
        ';
return $output65;
};

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

$output0 .= '

';
at layout_Default_html_e1b232bd63cbca19d1fbcba9190a42a536e43011->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', '{$plugin.krems_website_contentelements.view.partialRootPath}'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800', '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-el" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'), 'maxWidth' => '2000', 'maxHeight' => '2000')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', '{$plugin.krems_website_contentelements.view.partialRootPath}'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800', '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-el" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'), 'maxWidth' => '2000', 'maxHeight' => '2000')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', '{$plugin.krems_website_contentelements.view.partialRootPath}'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800', '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-el" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'), 'maxWidth' => '2000', 'maxHeight' => '2000')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'lib.contentElement')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', '{$plugin.krems_website_contentelements.view.partialRootPath}'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800', '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-el" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'), 'maxWidth' => '2000', 'maxHeight' => '2000')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'form_formframework')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))), 'tt_content')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))), '20')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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\ContentObjectArrayContentObject), array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))
in /var/www/unicast/staging.krems.at/html/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php line 675

        // we render each child into the children key to provide them prerendered for usage with your own templating
        $child = $this->cObj->cObjGetSingle(
            $typoScriptSetup['columns.'][$columnSetupKey]['renderObj'],
            $typoScriptSetup['columns.'][$columnSetupKey]['renderObj.']
        );
        // then we assign the prerendered child to the appropriate column
        if (isset($columns[$column_number])) {
            $parentGridData['tx_gridelements_view_columns'][$column_number] .= $child;
at GridElementsTeam\Gridelements\Plugin\Gridelements->renderChildIntoParentColumn(array('', ''), array('uid' => 5174, 'rowDescription' => '', 'pid' => 1112, 'tstamp' => 1636035072, 'crdate' => 1636035072, 'cruser_id' => 19, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 513, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 5091, 'l18n_diffsource' => 'a:25:{s:5:"CType";N;s:6:"colPos";N;s:24:"tx_rgaccordion_accordion";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'form_formframework', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => '', 'colPos' => -1, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.persistenceIdentifier"> <value index="vDEF">1:/form_definitions/kontakt.form.yaml</value> </field> <field index="settings.overrideFinishers"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'tx_news_related_news' => 0, 'categories' => 0, 'tx_kremswebsite_teaser_group_item' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 5175, 'tx_gridelements_columns' => 11, 'gridelements_shortcut_page_order_by' => 0, 'tx_rgaccordion_accordion' => 0, 'tx_kremswebsite_tile_time' => 0, 'title' => '', 'icon' => '', 'street' => '', 'zip' => '', 'tel_display' => '', 'fax_display' => '', 'email' => '', 'pdf' => 0, 'journal_detail_page' => 0, 'thumbnail' => 0, 'tel_display_2' => '', 'tx_kremswebsite_javascripsnippet' => '0', 'tx_kremswebsite_listwithimages_item' => 0), array('parentgrid_uid' => 5175, 'parentgrid_rowDescription' => '', 'parentgrid_pid' => 1112, 'parentgrid_tstamp' => 1636035072, 'parentgrid_crdate' => 1636035072, 'parentgrid_cruser_id' => 19, 'parentgrid_deleted' => 0, 'parentgrid_hidden' => 0, 'parentgrid_starttime' => 0, 'parentgrid_endtime' => 0, 'parentgrid_fe_group' => '', 'parentgrid_sorting' => 576, 'parentgrid_editlock' => 0, 'parentgrid_sys_language_uid' => 0, 'parentgrid_l18n_parent' => 0, 'parentgrid_l10n_source' => 0, 'parentgrid_l10n_state' => null, 'parentgrid_t3_origuid' => 5090, 'parentgrid_l18n_diffsource' => '', 'parentgrid_t3ver_oid' => 0, 'parentgrid_t3ver_wsid' => 0, 'parentgrid_t3ver_state' => 0, 'parentgrid_t3ver_stage' => 0, 'parentgrid_t3ver_count' => 0, 'parentgrid_t3ver_tstamp' => 0, 'parentgrid_t3ver_move_id' => 0, 'parentgrid_CType' => 'gridelements_pi1', 'parentgrid_header' => '', 'parentgrid_header_position' => '', 'parentgrid_bodytext' => null, 'parentgrid_bullets_type' => 0, 'parentgrid_uploads_description' => 0, 'parentgrid_uploads_type' => 0, 'parentgrid_assets' => 0, 'parentgrid_image' => 0, 'parentgrid_imagewidth' => 0, 'parentgrid_imageorient' => 0, 'parentgrid_imagecols' => 2, 'parentgrid_imageborder' => 0, 'parentgrid_media' => 0, 'parentgrid_layout' => '0', 'parentgrid_frame_class' => 'default', 'parentgrid_cols' => 0, 'parentgrid_space_before_class' => '', 'parentgrid_space_after_class' => '', 'parentgrid_records' => '', 'parentgrid_pages' => '', 'parentgrid_colPos' => 0, 'parentgrid_subheader' => '', 'parentgrid_header_link' => '', 'parentgrid_image_zoom' => 0, 'parentgrid_header_layout' => '0', 'parentgrid_list_type' => '', 'parentgrid_sectionIndex' => 1, 'parentgrid_linkToTop' => 0, 'parentgrid_file_collections' => '', 'parentgrid_filelink_size' => 0, 'parentgrid_filelink_sorting' => '', 'parentgrid_filelink_sorting_direction' => '', 'parentgrid_target' => '', 'parentgrid_date' => 0, 'parentgrid_recursive' => 0, 'parentgrid_imageheight' => 0, 'parentgrid_pi_flexform' => null, 'parentgrid_accessibility_title' => '', 'parentgrid_accessibility_bypass' => 0, 'parentgrid_accessibility_bypass_text' => '', 'parentgrid_selected_categories' => '', 'parentgrid_category_field' => '', 'parentgrid_table_class' => '', 'parentgrid_table_caption' => null, 'parentgrid_table_delimiter' => 124, 'parentgrid_table_enclosure' => 0, 'parentgrid_table_header_position' => 0, 'parentgrid_table_tfoot' => 0, 'parentgrid_tx_impexp_origuid' => 0, 'parentgrid_tx_news_related_news' => 0, 'parentgrid_categories' => 0, 'parentgrid_tx_kremswebsite_teaser_group_item' => 0, 'parentgrid_backupColPos' => -2, 'parentgrid_tx_gridelements_backend_layout' => '2', 'parentgrid_tx_gridelements_children' => 2, 'parentgrid_tx_gridelements_container' => 0, 'parentgrid_tx_gridelements_columns' => 0, 'parentgrid_gridelements_shortcut_page_order_by' => 0, 'parentgrid_tx_rgaccordion_accordion' => 0, 'parentgrid_tx_kremswebsite_tile_time' => 0, 'parentgrid_title' => '', 'parentgrid_icon' => '', 'parentgrid_street' => '', 'parentgrid_zip' => '', 'parentgrid_tel_display' => '', 'parentgrid_fax_display' => '', 'parentgrid_email' => '', 'parentgrid_pdf' => 0, 'parentgrid_journal_detail_page' => 0, 'parentgrid_thumbnail' => 0, 'parentgrid_tel_display_2' => '', 'parentgrid_tx_kremswebsite_javascripsnippet' => '0', 'parentgrid_tx_kremswebsite_listwithimages_item' => 0, 'tx_gridelements_view_columns' => array(' <div id="c5239" class="frame frame-default frame-type-textmedia frame-layout-0"> <div class="ce-textpic ce-center ce-above"> <div class="ce-bodytext"> <p><strong>Literatur &amp; Wein</strong> - 21. bis 24. April 2022 - Das Internationale Kulturenfestival</p><p>Für den Eröffnungsabend im Literaturhaus NÖ am 21.4., um 19 Uhr mit Marc Elsberg verlosen wir 1 x 2 Karten.<br /> Bis 19.4. mitspielen und gewinnen!</p> </div> </div> </div> ', '')), array('11.' => 2), array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')))
in /var/www/unicast/staging.krems.at/html/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php line 522
            foreach ($this->cObj->data['tx_gridelements_view_children'] as $child) {
                $rawColumns[$child['tx_gridelements_columns']][] = $child;
                $renderedChild = $child;
                $this->renderChildIntoParentColumn(
                    $columns,
                    $renderedChild,
                    $parentGridData,
                    $parentRecordNumbers,
                    $typoScriptSetup
at GridElementsTeam\Gridelements\Plugin\Gridelements->renderChildrenIntoParentColumns(array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), array('11', '12'))
in /var/www/unicast/staging.krems.at/html/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php line 125
        // that they have been created in the grid wizard but still be able to get all children
        // within just one SELECT query
        $sortColumns = explode(',', $csvColumns);

        $this->renderChildrenIntoParentColumns($typoScriptSetup, $sortColumns);
        unset($sortColumns);

        // if there are any columns available, we can go on with the render process
        if (!empty($this->cObj->data['tx_gridelements_view_columns'])) {
at GridElementsTeam\Gridelements\Plugin\Gridelements->main('', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))
at call_user_func_array(array(object(GridElementsTeam\Gridelements\Plugin\Gridelements), 'main'), array('', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25'))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))), '')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))), '10')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25'))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25'))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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\ContentObjectArrayContentObject), array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25'))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array(*DEEP NESTED ARRAY*), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25'))))), '20')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('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')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(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')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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\ContentObjectArrayContentObject), 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')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', 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')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*), 'fieldRequired' => 'tx_rgaccordion_accordion')))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), 'gridelements_pi1')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))), 'tt_content')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')), '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' => '2000', 'maxGalleryWidthInText' => '2000', '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('linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-lightbox="{field:uid}"')))))), '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('news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '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'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'heboazcategories_feazcategories' => 'USER', 'heboazcategories_feazcategories.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboAzcategories', 'pluginName' => 'Feazcategories'), 'heboforms_feforms' => 'USER', 'heboforms_feforms.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboForms', 'pluginName' => 'Feforms'), 'hebogarbagepickup_garbagepickup' => 'USER', 'hebogarbagepickup_garbagepickup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'Garbagepickup'), 'hebogarbagepickup_kremsstreets' => 'USER', 'hebogarbagepickup_kremsstreets.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGarbagepickup', 'pluginName' => 'KremsStreets'), 'hebogooglemap_pi1' => 'USER', 'hebogooglemap_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboGooglemap', 'pluginName' => 'Pi1'), 'heboimmo_realestatelist' => 'USER', 'heboimmo_realestatelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboImmo', 'pluginName' => 'Realestatelist'), 'heboobituary_obituary' => 'USER', 'heboobituary_obituary.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboObituary', 'pluginName' => 'Obituary'), 'hebopressrelease_fepressrelease' => 'USER', 'hebopressrelease_fepressrelease.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboPressrelease', 'pluginName' => 'Fepressrelease'), 'heborestaurant_restaurantlist' => 'USER', 'heborestaurant_restaurantlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboRestaurant', 'pluginName' => 'RestaurantList'), 'heboshop_shoplist' => 'USER', 'heboshop_shoplist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Shoplist'), 'heboshop_brandslist' => 'USER', 'heboshop_brandslist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboShop', 'pluginName' => 'Brandslist'), 'hebostaffkrems_festaffkrems' => 'USER', 'hebostaffkrems_festaffkrems.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Festaffkrems'), 'hebostaffkrems_fecompetence' => 'USER', 'hebostaffkrems_fecompetence.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboStaffKrems', 'pluginName' => 'Fecompetence'), 'hebotavern_plugin' => 'USER', 'hebotavern_plugin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'HeboTavern', 'pluginName' => 'Plugin'), 'simplepoll_polllisting' => 'USER', 'simplepoll_polllisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Simplepoll', 'pluginName' => 'Polllisting'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '2000', 'maxGalleryWidthInText' => '2000', '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' => '2000', 'maxGalleryWidthInText' => '2000', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), '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'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-100')), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-66-33')), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-66')), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-50-50')), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-33-33-33')), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array(*DEEP NESTED ARRAY*)))))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('format' => 'html', 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/Grid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Grid/'), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/Grid/'), 'templateName' => 'Grid-25-25-25-25')))))), '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')))))))), 'teaser_group' => '< lib.contentElement', 'teaser_group.' => array('templateName' => 'TeaserGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_teaser_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_times' => '< lib.contentElement', 'tile_times.' => array('templateName' => 'TileTimes', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_kremswebsite_tile_time', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'tile_contact' => '< lib.contentElement', 'tile_contact.' => array('templateName' => 'TileContact'), 'tile_most_searched' => '< lib.contentElement', 'tile_most_searched.' => array('templateName' => 'TileMostSearched'), 'city_journal' => '< lib.contentElement', 'city_journal.' => array('templateName' => 'CityJournal', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'as' => 'thumbnail'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'pdf'), 'as' => 'pdf'))), 'thumbnail_menu' => '< lib.contentElement', 'thumbnail_menu.' => array('templateName' => 'ThumbnailMenu', 'dataProcessing.' => array()), 'javascript_snippet' => '< lib.contentElement', 'javascript_snippet.' => array('templateName' => 'JavascriptSnippet'), 'kremswebsite_listwithimages' => '< lib.contentElement', 'kremswebsite_listwithimages.' => array('templateName' => 'ListWithImages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_kremswebsite_listwithimages_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image')))))), '')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))), '20')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))), 'RESTORE_REGISTER'))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))), 'RESTORE_REGISTER'))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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\ContentObjectArrayContentObject), array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))), 'RESTORE_REGISTER'))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))), 'RESTORE_REGISTER'), 'lib.dynamicContent')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var,iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '0'), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var,iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '0', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var,iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'gridelements.' => array('defaultGridSetup.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content', '20.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))))))), 'tt_content.' => array('shortcut.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'))), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'solr_extbase_bootstrap' => 'USER', 'solr_extbase_bootstrap.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'ApacheSolrForTypo3', 'extensionName' => 'Solr', 'settings.' => array('detailPid' => '32'), 'view.' => array('templateFiles.' => array('results' => 'Results', 'results.' => array('availableTemplates.' => array('obituaryTemplate.' => array('label' => 'Obituary Template', 'file' => 'EXT:hebo_obituary/Resources/Private/Templates/Solr/ObituaryTemplate.html')))), 'partialRootPaths.' => array('EXT:hebo_obituary/Resources/Private/Partials/', 'EXT:solr/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:hebo_obituary/Resources/Private/Templates/', 'EXT:solr/Resources/Private/Templates/', ''), 'pluginNamespace' => 'tx_solr', 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', ''))), 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/', 'EXT:krems_website/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/FluidStyledContent/', 'EXT:krems_website/Resources/Private/Partials/ContentElements/', '{$plugin.krems_website_contentelements.view.partialRootPath}'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/', 'EXT:krems_website/Resources/Private/Layouts/ContentElements/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800', '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-el" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'), 'maxWidth' => '2000', 'maxHeight' => '2000'))), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion')))), 'RESTORE_REGISTER'), 'dynamicContentSlide' => 'COA', 'dynamicContentSlide.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1'), 'renderObj.' => array('stdWrap.' => array('outerWrap' => '<div class=\'rgaccord1-content\'>|</div>', 'outerWrap.' => array('stdWrap.' => array('prepend' => 'TEXT', 'prepend.' => array('field' => 'header', 'wrap' => '<h3 class="rgaccord1-toggle" tabindex="0" role="button" aria-pressed="false">|</h3>', 'dataWrap' => '<div class=\'rgaccord1-nest accord-type-{field:tx_rgaccordion_accordion}\'> |'), 'wrap' => '|</div>'), 'fieldRequired' => 'tx_rgaccordion_accordion'))), 'slide' => '-1'), 'RESTORE_REGISTER'), 'quicklinks' => 'COA', 'quicklinks.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '37'), 'wrap' => '<div class="quicklinks-cObject">|</div>', 'TMENU', '1.' => array('expAll' => '1', 'noBlur' => '1', 'wrap' => '<ul class="quicklinks">|</ul>', 'target' => '_top', 'NO.' => array('ATagBeforeWrap' => '1', 'stdWrap.' => array('wrap' => '<span class="quicklinks-item-icon {field:tx_pagesclass_linkclass}"></span><span class="quicklinks-item-title">|</span>', 'wrap.' => array('insertData' => '1')), 'wrapItemAndSub' => '<li class="quicklinks-item">|</li>')))), 'footerBottomNav' => 'COA', 'footerBottomNav.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '143'), 'wrap' => '<div class="footerBottomNav-cObject">|</div>', 'TMENU', '1.' => array('expAll' => '1', 'noBlur' => '1', 'wrap' => '<ul class="footer-bottom-nav">|</ul>', 'target' => '_top', 'NO.' => array('ATagBeforeWrap' => '1', 'stdWrap.' => array('wrap' => '<span class="">|</span>', 'wrap.' => array('insertData' => '1')), 'wrapItemAndSub' => '<li class="">|</li>')))), 'footerAddress' => 'CONTENT', 'footerAddress.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '142', 'orderBy' => 'sorting', 'where' => 'colPos = 0'), 'renderObj.' => array('stdWrap.' => array('wrap' => '<div class="footer-address">|</div>'))), 'footerLogo2' => 'CONTENT', 'footerLogo2.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '', 'orderBy' => 'sorting', 'where' => 'colPos = 0'), 'renderObj.' => array('stdWrap.' => array('wrap' => '<div id="footer-logo-2">|</div>'))), 'pagetitle' => 'TEXT', 'pagetitle.' => array('data' => 'page : title'), 'pageURL' => 'TEXT', 'pageURL.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'styling' => 'TEXT', 'styling.' => array('value' => '{$page.settings.styling}'), 'language' => 'COA', 'language.' => array('HMENU', '20.' => array('special' => 'language', 'special.' => array('value' => '0,1', 'normalWhenNoLanguage' => '0'), 'wrap' => '', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="badge badge-language">|</li>', 'stdWrap.' => array('override' => 'DE || EN', 'typolink.' => array('parameter' => '1', 'additionalParams' => '&L=0 || &L=1', 'ATagParams' => 'hreflang="en-GB" || hreflang="de-DE"', 'no_cache' => '0'))), 'ACT' => '1', 'ACT.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="badge badge-language active">|</li>', 'stdWrap.' => array('override' => 'DE || EN', 'typolink.' => array('parameter' => '1', 'additionalParams' => '&L=0 || &L=1', 'ATagParams' => 'hreflang="en-GB" || hreflang="de-DE"', 'no_cache' => '0'))))), 'wrap' => '<ul id="language_menu" class="language-menu">|</ul>'), 'languageMobile' => 'COA', 'languageMobile.' => array('HMENU', '20.' => array('special' => 'language', 'special.' => array('value' => '0,1', 'normalWhenNoLanguage' => '0'), 'wrap' => '', 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="nav-item nav-item-language">|</li>', 'stdWrap.' => array('override' => 'DE || EN', 'typolink.' => array('parameter' => '1', 'additionalParams' => '&L=0 || &L=1', 'ATagParams' => 'hreflang="en-GB" || hreflang="de-DE"', 'no_cache' => '0'))), 'ACT' => '1', 'ACT.' => array('doNotLinkIt' => '1', 'linkWrap' => '<li class="nav-item nav-item-language active">|</li>', 'stdWrap.' => array('override' => 'DE || EN', 'typolink.' => array('parameter' => '1', 'additionalParams' => '&L=0 || &L=1', 'ATagParams' => 'hreflang="en-GB" || hreflang="de-DE"', 'no_cache' => '0'))))), 'wrap' => '<ul id="language_menu_mobile" class="language-menu-mobile">|</ul>'), 'searchbox' => 'USER', 'searchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'ApacheSolrForTypo3', 'extensionName' => 'Solr', 'settings.' => array('detailPid' => '32'), 'view.' => array('templateFiles.' => array('results' => 'Results', 'results.' => array('availableTemplates.' => array('obituaryTemplate.' => array('label' => 'Obituary Template', 'file' => 'EXT:hebo_obituary/Resources/Private/Templates/Solr/ObituaryTemplate.html')))), 'partialRootPaths.' => array('EXT:hebo_obituary/Resources/Private/Partials/', 'EXT:solr/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:hebo_obituary/Resources/Private/Templates/', 'EXT:solr/Resources/Private/Templates/', ''), 'pluginNamespace' => 'tx_solr', 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', '')), 'pluginName' => 'pi_search', 'switchableControllerActions.' => array('Search.' => array('form')), 'search.' => array('targetPage' => '283')), 'googleMapsPlaceholderText' => 'TEXT', 'googleMapsPlaceholderText.' => array('value' => 'Zum Anzeigen der Karte aktivieren Sie bitte die optionalen Cookies unter <a href="javascript:void(0)" onclick="cookieman.show()">Privatsphäre Einstellungen</a>.')), 'lib.dynamicContent', 'dynamicContent')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('colPos' => 0), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/var/cache/code/fluid_template/Standard_action_default_4bf43d5201ac5c86532f674164976e0ffa8b6456.php line 142
$array15 = array();
$array15['colPos'] = 0;
$arguments13['data'] = $array15;
$renderChildrenClosure14 = ($arguments13['data'] !== null) ? function() use ($arguments13) { return $arguments13['data']; } : $renderChildrenClosure14;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);

$output0 .= '
     </div>
    </div>
at Standard_action_default_4bf43d5201ac5c86532f674164976e0ffa8b6456->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/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(), false)
in /var/www/unicast/staging.krems.at/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' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/var/cache/code/fluid_template/layout_Default_html_46a55ef8cb8ceb2b504e940fc057f7da60df9769.php line 89
$arguments4['contentAs'] = NULL;
$arguments4['debug'] = true;
$arguments4['section'] = 'Main';

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

$output0 .= '
';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_46a55ef8cb8ceb2b504e940fc057f7da60df9769->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/unicast/staging.krems.at/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 /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('settings.' => array('showMaginfo' => '0', 'homePid' => '1', 'logo' => 'EXT:krems_website/Resources/Public/Images/logo.png', 'logo-bg-yellow' => 'EXT:krems_website/Resources/Public/Images/logo-bg-yellow.png', 'styling' => '{$page.settings.styling}', 'copyright' => '© Krems', 'social.' => array('newsletter.' => array('show' => '1', 'title' => 'Krems Newsletter', 'link' => '/leben/aktuelles/aktuelle-veranstaltungen/newsletter'), 'twitter.' => array('show' => '0', 'title' => 'Krems Twitter', 'link' => ''), 'facebook.' => array('show' => '1', 'title' => 'Krems Facebook', 'link' => 'https://www.facebook.com/stadtkrems/?ref=ts'), 'instagram.' => array('show' => '1', 'title' => 'Krems Instagram', 'link' => 'https://www.instagram.com/krems.at/'), 'youtube.' => array('show' => '1', 'title' => 'Krems YouTube', 'link' => 'https://www.youtube.com/channel/UCL6vtYKsiryjNN7Ma9pA4tQ')), 'maginfoPid' => '297', 'helpdeskPid' => '643', 'lang.' => array('showLangSwitch' => '1'), 'footer.' => array('footerLogo2Pid' => '')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:krems_website/Resources/Private/Templates/Page/', 'EXT:krems_website/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:krems_website/Resources/Private/Partials/Page/', 'EXT:krems_website/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:krems_website/Resources/Private/Layouts/Page/', 'EXT:krems_website/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '25.' => array('special' => 'directory', 'special.' => array('value' => '839'), 'levels' => '1', 'as' => 'topnav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '37'), 'levels' => '2', 'as' => 'quicklinks'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '143'), 'levels' => '2', 'as' => 'footerBottomNav')), 'stdWrap.' => array('dataWrap' => '<!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end-->')))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('settings.' => array('showMaginfo' => '0', 'homePid' => '1', 'logo' => 'EXT:krems_website/Resources/Public/Images/logo.png', 'logo-bg-yellow' => 'EXT:krems_website/Resources/Public/Images/logo-bg-yellow.png', 'styling' => '{$page.settings.styling}', 'copyright' => '© Krems', 'social.' => array('newsletter.' => array('show' => '1', 'title' => 'Krems Newsletter', 'link' => '/leben/aktuelles/aktuelle-veranstaltungen/newsletter'), 'twitter.' => array('show' => '0', 'title' => 'Krems Twitter', 'link' => ''), 'facebook.' => array('show' => '1', 'title' => 'Krems Facebook', 'link' => 'https://www.facebook.com/stadtkrems/?ref=ts'), 'instagram.' => array('show' => '1', 'title' => 'Krems Instagram', 'link' => 'https://www.instagram.com/krems.at/'), 'youtube.' => array('show' => '1', 'title' => 'Krems YouTube', 'link' => 'https://www.youtube.com/channel/UCL6vtYKsiryjNN7Ma9pA4tQ')), 'maginfoPid' => '297', 'helpdeskPid' => '643', 'lang.' => array('showLangSwitch' => '1'), 'footer.' => array('footerLogo2Pid' => '')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:krems_website/Resources/Private/Templates/Page/', 'EXT:krems_website/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:krems_website/Resources/Private/Partials/Page/', 'EXT:krems_website/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:krems_website/Resources/Private/Layouts/Page/', 'EXT:krems_website/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '25.' => array('special' => 'directory', 'special.' => array('value' => '839'), 'levels' => '1', 'as' => 'topnav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '37'), 'levels' => '2', 'as' => 'quicklinks'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '143'), 'levels' => '2', 'as' => 'footerBottomNav')), 'stdWrap.' => array('dataWrap' => '<!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end-->')))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('settings.' => array('showMaginfo' => '0', 'homePid' => '1', 'logo' => 'EXT:krems_website/Resources/Public/Images/logo.png', 'logo-bg-yellow' => 'EXT:krems_website/Resources/Public/Images/logo-bg-yellow.png', 'styling' => '{$page.settings.styling}', 'copyright' => '© Krems', 'social.' => array('newsletter.' => array('show' => '1', 'title' => 'Krems Newsletter', 'link' => '/leben/aktuelles/aktuelle-veranstaltungen/newsletter'), 'twitter.' => array('show' => '0', 'title' => 'Krems Twitter', 'link' => ''), 'facebook.' => array('show' => '1', 'title' => 'Krems Facebook', 'link' => 'https://www.facebook.com/stadtkrems/?ref=ts'), 'instagram.' => array('show' => '1', 'title' => 'Krems Instagram', 'link' => 'https://www.instagram.com/krems.at/'), 'youtube.' => array('show' => '1', 'title' => 'Krems YouTube', 'link' => 'https://www.youtube.com/channel/UCL6vtYKsiryjNN7Ma9pA4tQ')), 'maginfoPid' => '297', 'helpdeskPid' => '643', 'lang.' => array('showLangSwitch' => '1'), 'footer.' => array('footerLogo2Pid' => '')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:krems_website/Resources/Private/Templates/Page/', 'EXT:krems_website/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:krems_website/Resources/Private/Partials/Page/', 'EXT:krems_website/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:krems_website/Resources/Private/Layouts/Page/', 'EXT:krems_website/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '25.' => array('special' => 'directory', 'special.' => array('value' => '839'), 'levels' => '1', 'as' => 'topnav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '37'), 'levels' => '2', 'as' => 'quicklinks'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '143'), 'levels' => '2', 'as' => 'footerBottomNav')), 'stdWrap.' => array('dataWrap' => '<!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end-->')), '10')
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('HeboObituaryMainJs' => 'EXT:hebo_obituary/Resources/Public/JavaScript/main.js', 'cookie-js' => 'EXT:cookieman/Resources/Public/Js/js.cookie.min.js', 'cookieman' => 'EXT:cookieman/Resources/Public/Js/cookieman.min.js', 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap4-modal/cookieman-theme.min.js', 'cookieman-init' => 'EXT:cookieman/Resources/Public/Js/cookieman-init.min.js', 'HeboPersonalMainJs' => 'EXT:hebo_personal/Resources/Public/JavaScript/main.js', 'simplepoll' => 'EXT:simplepoll/Resources/Public/JavaScript/main.js', 'krems_website_scripts' => 'EXT:krems_website/Resources/Public/JavaScript/Dist/scripts.js'), 'includeJS.' => array('ical' => 'EXT:hebo_garbagepickup/Resources/Public/JavaScript/Vendor/ics.min.js', 'paginationAjax' => 'EXT:krems_website/Resources/Public/JavaScript/Src/tx_news_more.js'), 'includeCSS.' => array('cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap4-modal/cookieman-theme.min.css', 'tx-fs-media-gallery' => 'EXT:fs_media_gallery/Resources/Public/Css/MediaAlbum.css', 'simplepoll' => 'EXT:simplepoll/Resources/Public/Css/simplepoll.css', 'krems' => 'EXT:krems_website/Resources/Public/Css/krems.min.css', 'solr-suggest' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/suggest.css'), 'FLUIDTEMPLATE', '1365499.' => array('templateName' => 'Popup', 'templateRootPaths.' => array('EXT:cookieman/Resources/Private/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Templates/', 'EXT:krems_website/Resources/Private/Templates/Cookieman/'), 'partialRootPaths.' => array('EXT:cookieman/Resources/Private/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Partials/', 'EXT:krems_website/Resources/Private/Partials/Cookieman/'), 'layoutRootPaths.' => array('EXT:cookieman/Resources/Private/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Layouts/', 'EXT:krems_website/Resources/Private/Layouts/Cookieman/'), 'extbase.' => array('controllerExtensionName' => 'cookieman'), 'dataProcessing.' => array('Dmind\\Cookieman\\DataProcessing\\TypoScriptSettingsProcessor')), '10.' => array('settings.' => array('showMaginfo' => '0', 'homePid' => '1', 'logo' => 'EXT:krems_website/Resources/Public/Images/logo.png', 'logo-bg-yellow' => 'EXT:krems_website/Resources/Public/Images/logo-bg-yellow.png', 'styling' => '{$page.settings.styling}', 'copyright' => '© Krems', 'social.' => array('newsletter.' => array('show' => '1', 'title' => 'Krems Newsletter', 'link' => '/leben/aktuelles/aktuelle-veranstaltungen/newsletter'), 'twitter.' => array('show' => '0', 'title' => 'Krems Twitter', 'link' => ''), 'facebook.' => array('show' => '1', 'title' => 'Krems Facebook', 'link' => 'https://www.facebook.com/stadtkrems/?ref=ts'), 'instagram.' => array('show' => '1', 'title' => 'Krems Instagram', 'link' => 'https://www.instagram.com/krems.at/'), 'youtube.' => array('show' => '1', 'title' => 'Krems YouTube', 'link' => 'https://www.youtube.com/channel/UCL6vtYKsiryjNN7Ma9pA4tQ')), 'maginfoPid' => '297', 'helpdeskPid' => '643', 'lang.' => array('showLangSwitch' => '1'), 'footer.' => array('footerLogo2Pid' => '')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:krems_website/Resources/Private/Templates/Page/', 'EXT:krems_website/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:krems_website/Resources/Private/Partials/Page/', 'EXT:krems_website/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:krems_website/Resources/Private/Layouts/Page/', 'EXT:krems_website/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '25.' => array('special' => 'directory', 'special.' => array('value' => '839'), 'levels' => '1', 'as' => 'topnav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '37'), 'levels' => '2', 'as' => 'quicklinks'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbs'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '143'), 'levels' => '2', 'as' => 'footerBottomNav')), 'stdWrap.' => array('dataWrap' => '<!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end-->')), 'stdWrap.' => array('parseFunc.' => array('htmlSanitize' => '0', 'short.' => array('----' => '&shy;'))), 'typeNum' => '0', 'shortcutIcon' => 'fileadmin/System/favicon.ico', 'FLUIDTEMPLATE', 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'noindex,nofollow', 'apple-mobile-web-app-capable' => 'no', 'description' => 'Website der Stadt Krems', 'description.' => array('override.' => array('field' => 'description')), 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => 'Krems, krems.gv', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => 'Website der Stadt Krems', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))))))), 'includeCSSLibs.' => array('jqueryUiCss' => 'EXT:krems_website/Resources/Public/Css/jquery-ui.min.css', 'accordion' => 'EXT:wibs_accordion/res/wibs_accordion.css', 'select2CSS' => 'EXT:krems_website/Resources/Public/Css/select2.min.css', 'lightboxCSS' => 'EXT:krems_website/Resources/Public/Css/lightbox.min.css'), 'includeJSLibs.' => array('jquery' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/jquery.min.js', 'popper' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/popper.min.js', 'bootstrapjs' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/bootstrap.min.js', 'jqueryUiJs' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/jquery-ui.min.js', 'instaFilta' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/instafilta.min.js', 'ofi' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/ofi.min.js', 'slick' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/slick.min.js', 'accordion' => 'EXT:wibs_accordion/res/wibs_accordion.js', 'select2JS' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/select2.min.js', 'masonry' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/masonry-4.2.2.min.js', 'lightboxJS' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/lightbox.min.js', 'colorbox' => 'EXT:krems_website/Resources/Public/JavaScript/Lib/jquery.colorbox-min.js'), 'includeJSFooterlibs.' => array('solr-autocomplete' => 'EXT:solr/Resources/Public/JavaScript/JQuery/jquery.autocomplete.min.js', 'solr-suggest' => 'EXT:solr/Resources/Public/JavaScript/suggest_controller.js'), 'config.' => array('contentObjectExceptionHandler' => '0')))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @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 /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    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 /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // 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 /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3conf/ext/solr/Classes/Middleware/PageIndexerFinisher.php line 54
     * @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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

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

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3conf/ext/solr/Classes/Middleware/PageIndexerInitialization.php line 78
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3conf/ext/solr/Classes/Middleware/FrontendUserAuthenticator.php line 82
    {
        if (Util::getIsTYPO3VersionBelow10()
            || !$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)
        ) {
            return $handler->handle($request);
        }

        // disable TSFE cache for TYPO3 v10
        $request = $request->withAttribute('noCache', true);
at ApacheSolrForTypo3\Solr\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b))
in /var/www/unicast/staging.krems.at/html/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/var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f6a0126e41b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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 /var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/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);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/unicast/staging.krems.at/html/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/unicast/staging.krems.at/html/index.php line 25
// Set up the application for the frontend
call_user_func(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 /var/www/unicast/staging.krems.at/html/index.php line 26
call_user_func(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();
});