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) #1382284106 TYPO3Fluid\Fluid\Core\ViewHelper\Exception

You must either specify a string src or a File object.

in /var/www/gilgen/www/vendor/typo3/cms-fluid/Classes/ViewHelpers/ImageViewHelper.php line 145
    public function render(): string
    {
        $src = (string)$this->arguments['src'];
        if (($src === '' && $this->arguments['image'] === null) || ($src !== '' && $this->arguments['image'] !== null)) {
            throw new Exception('You must either specify a string src or a File object.', 1382284106);
        }

        if ((string)$this->arguments['fileExtension'] && !GeneralUtility::inList($GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'], (string)$this->arguments['fileExtension'])) {
            throw new Exception(
at TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper), 'render'))
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\ImageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => null, 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => null, 'decoding' => null, 'src' => null, 'treatIdAsReference' => true, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => 300, 'maxHeight' => 300, 'absolute' => false), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 507
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => null, 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => null, 'decoding' => null, 'src' => null, 'treatIdAsReference' => true, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => 300, 'maxHeight' => 300, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/var/cache/code/fluid_template/Referenz_action_show_3401c77c6dfa51c8ee22d8bec54f17d374e49fec.php line 184
'maxHeight' => 300,
'absolute' => false,
];

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext);

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

$arguments1 = [
];

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

$output0 .= '
';

at Referenz_action_show_3401c77c6dfa51c8ee22d8bec54f17d374e49fec->section_b28b7af69320201d1cf206ebf28373980add1451(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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/gilgen/www/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 166
            $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 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, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/var/cache/code/fluid_template/layout_Detail_html_54093874caa6f5840198780dff1e3feabb53344a.php line 60
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '
</div>';

at layout_Detail_html_54093874caa6f5840198780dff1e3feabb53344a->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } 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/gilgen/www/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 864
    protected function htmlResponse(string $html = null): ResponseInterface
    {
        return $this->responseFactory->createResponse()
            ->withHeader('Content-Type', 'text/html; charset=utf-8')
            ->withBody($this->streamFactory->createStream((string)($html ?? $this->view->render())));
    }

    /**
     * Returns a response object with either the given json string or the current rendered
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->htmlResponse()
in /var/www/gilgen/www/packages/ig_referenz_db/Classes/Controller/ReferenzController.php line 162
        if (isset($_GET['debug']) && $_GET['debug'] == 1) {
            $this->view->assign('debug', 1);
        }

        return $this->htmlResponse();
    }

    public function initializegetSliderImagesAction(): void
    {
at Internetgalerie\IgReferenzDb\Controller\ReferenzController->showAction(object(Internetgalerie\IgReferenzDb\Domain\Model\Referenz))
in /var/www/gilgen/www/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 479
        }
        $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(object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/gilgen/www/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 396
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
            $this->initializeView($this->view);
        }
        $response = $this->callActionMethod($request);
        $this->renderAssetsForRequest($request);

        return $response;
    }
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/gilgen/www/vendor/typo3/cms-extbase/Classes/Mvc/Dispatcher.php line 68
                    1217839467
                );
            }
            $controller = $this->resolveController($request);
            $response = $controller->processRequest($request);
            if ($response instanceof ForwardResponse) {
                // The controller action returned an extbase internal Forward response:
                // Another action should be dispatched.
                $request = static::buildRequestFromCurrentRequestAndForwardResponse($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/gilgen/www/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 168
            }
        }

        // Dispatch the extbase request
        $response = $this->dispatcher->dispatch($extbaseRequest);
        if ($response->getStatusCode() >= 300) {
            // Avoid caching the plugin when we issue a redirect or error response
            // This means that even when an action is configured as cachable
            // we avoid the plugin to be cached, but keep the page cache untouched
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-extbase/Classes/ContentObject/ExtbasePluginContentObject.php line 45
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $request = $extbaseBootstrap->initialize($conf, $this->request);
        $content = $extbaseBootstrap->handleFrontendRequest($request);
        // Rendering is deferred, as the action should not be cached, we pump this now to TSFE to be executed later-on
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            // @todo: this should be removed in the future in TSFE to allow more "uncacheables" than USER_INTs
at TYPO3\CMS\Extbase\ContentObject\ExtbasePluginContentObject->render(array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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\Extbase\ContentObject\ExtbasePluginContentObject), array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('EXTBASEPLUGIN', array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'tt_content.list.20.igreferenzdb_refdb')
in /var/www/gilgen/www/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php line 184
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'EXTBASEPLUGIN', 'ignewsletter_igcontenttopics.' => array('extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'igfrontenduser_admin' => 'EXTBASEPLUGIN', 'igfrontenduser_admin.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'EXTBASEPLUGIN', 'igfrontenduser_changepassword.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), 'ttaddress_listview' => 'EXTBASEPLUGIN', 'ttaddress_listview.' => array('extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igsimplesubscribe_igsimplesubscribe' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribe.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'EXTBASEPLUGIN', 'igsimplesubscribe_form.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribechanges.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribeexport.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'kequestionnaire_questionnaire' => 'EXTBASEPLUGIN', 'kequestionnaire_questionnaire.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'Questionnaire'), 'kequestionnaire_qlist' => 'EXTBASEPLUGIN', 'kequestionnaire_qlist.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'QList'), 'kequestionnaire_view' => 'EXTBASEPLUGIN', 'kequestionnaire_view.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'View'), 'igcontainergallery_igcontainergallery' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallery.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery'), 'igcontainergallery_igcontainergallerygrid' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallerygrid.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid'), 'igcookies_hint' => 'EXTBASEPLUGIN', 'igcookies_hint.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'EXTBASEPLUGIN', 'igcookies_config.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'iggooglemaps_maps' => 'EXTBASEPLUGIN', 'iggooglemaps_maps.' => array('extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iglayout_setsocialimagemetatag' => 'EXTBASEPLUGIN', 'iglayout_setsocialimagemetatag.' => array('extensionName' => 'IgLayout', 'pluginName' => 'SetSocialImageMetaTag'), 'igmediacenter_mc' => 'EXTBASEPLUGIN', 'igmediacenter_mc.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'Mc'), 'igmediacenter_mcstats' => 'EXTBASEPLUGIN', 'igmediacenter_mcstats.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'McStats'), 'igmenu_menu' => 'EXTBASEPLUGIN', 'igmenu_menu.' => array('extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igreferenzdb_refdb' => 'EXTBASEPLUGIN', 'igreferenzdb_refdb.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'igreferenzdb_imgslider' => 'EXTBASEPLUGIN', 'igreferenzdb_imgslider.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'ImgSlider'), 'igsurveyaddress_form' => 'EXTBASEPLUGIN', 'igsurveyaddress_form.' => array('extensionName' => 'IgSurveyAddress', 'pluginName' => 'Form'), 'indexedsearchautocomplete_search' => 'EXTBASEPLUGIN', 'indexedsearchautocomplete_search.' => array('extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search')), 'tt_content.list.20.igreferenzdb_refdb', 'igreferenzdb_refdb')
in /var/www/gilgen/www/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php line 167
                '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)) {
            self::resetFrontendEnvironment($tsfeBackup);
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 2024, 'pid' => 2050, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 2024, 'tstamp' => 1536739335, 'crdate' => 1462284784, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 512, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '2', 'list_type' => 'igreferenzdb_refdb', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 1, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sConf"> <language index="lDEF"> <field index="switchableControllerActions"> <value index="vDEF">Referenz-&gt;show</value> </field> <field index="settings.flexform.listPage"> <value index="vDEF">2002</value> </field> <field index="settings.flexform.numberMarkers"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 2024, 'l18n_diffsource' => '{"CType":null,"colPos":null,"sys_language_uid":null,"header":null,"subheader":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"rowDescription":null,"list_type":null,"pi_flexform":null,"select_key":null,"pages":null,"recursive":null,"ig_layout":null,"ig_design":null,"layout":null,"spaceBefore":null,"spaceAfter":null,"section_frame":null,"ig_hide_on_device":null,"additional_class":null,"hidden":null,"sectionIndex":null,"linkToTop":null,"goToTop":null,"starttime":0,"endtime":0,"fe_group":null,"editlock":null,"categories":null,"tx_gridelements_container":null,"ig_animation_fade_in":null,"ig_animation_fade_out":null,"ig_animation_image":null,"ig_accordion_is_accordion":null,"ig_accordion_is_open_mobile":null,"ig_accordion_is_open_desktop":null,"module_sys_dmail_category":0}', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'lightbox_rel' => '', 'image_aspect' => 0.0, 'additional_class' => '', 'imagelayout' => 0, 'ig_accordion_is_accordion' => 0, 'ig_accordion_is_open_mobile' => 0, 'ig_accordion_is_open_desktop' => 0, 'module_sys_dmail_category' => 0, 'tx_ig_newsletter_column_normal_1' => '25', 'tx_ig_newsletter_column_normal_2' => '25', 'goToTop' => 0, 'ig_animation_fade_in' => '0', 'ig_animation_fade_out' => '0', 'ig_hide_on_device' => 0, 'ig_animation_image' => 'ig-animation-img-0', 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => 'medium', 'l10n_source' => 2024, 'table_class' => '', 'ig_animation_content' => null, 'ig_accordion_enable_scrolling' => null, 'l10n_state' => null, 'filelink_sorting_direction' => '', 'gridelements_shortcut_page_order_by' => 0, 'ig_animation' => '', 'ig_lazy_load_images' => 0, 'tx_iggridelements_large_width' => '', 'tx_iggridelements_medium_width' => '', 'tx_iggridelements_small_width' => '', 'ig_menu_content' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_spreadsheets_assets' => 0, 'tx_spreadsheets_ignore_styles' => 0, 'tx_container_parent' => 0, 'tx_igcontainer_large_width' => '', 'tx_igcontainer_medium_width' => '', 'tx_igcontainer_small_width' => '', '_LOCALIZED_UID' => 2764), 'typoscriptObjectPath' => 'tt_content.list.20.igreferenzdb_refdb', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/var/cache/code/fluid_template/Default_action_List_32fc701ef88417cfc7c9adb002a11cdd292fa7b6.php line 56
'currentValueKey' => NULL,
'table' => 'tt_content',
];
$renderChildrenClosure2 = ($arguments1['data'] !== null) ? function() use ($arguments1) { return $arguments1['data']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Default_action_List_32fc701ef88417cfc7c9adb002a11cdd292fa7b6->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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/gilgen/www/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 166
            $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 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, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/var/cache/code/fluid_template/layout_Default_html_79a3bbcd24ea7557778c1b89a799f4a34b75d086.php line 603
'contentAs' => NULL,
'debug' => true,
];

$output7 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments78, $renderChildrenClosure79, $renderingContext);

$output7 .= '
       ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at layout_Default_html_79a3bbcd24ea7557778c1b89a799f4a34b75d086->{closure}()
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__then'])) {
                return $arguments['__then']();
            }
            return '';
        }
        if (!empty($arguments['__elseIf'])) {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__then' => object(Closure), '__else' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/var/cache/code/fluid_template/layout_Default_html_79a3bbcd24ea7557778c1b89a799f4a34b75d086.php line 1163
return $output107;
},
];

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, static fn() => '', $renderingContext)
;

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

$arguments1 = [
];

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

$output0 .= '

';
at layout_Default_html_79a3bbcd24ea7557778c1b89a799f4a34b75d086->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/gilgen/www/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } 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/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 330
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 87

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_containergallery/Resources/Private/Templates/', 'EXT:ig_layout/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_containergallery/Resources/Private/Partials/', 'EXT:ig_layout/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_layout/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'EXTBASEPLUGIN', 'ignewsletter_igcontenttopics.' => array('extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'igfrontenduser_admin' => 'EXTBASEPLUGIN', 'igfrontenduser_admin.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'EXTBASEPLUGIN', 'igfrontenduser_changepassword.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), 'ttaddress_listview' => 'EXTBASEPLUGIN', 'ttaddress_listview.' => array('extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igsimplesubscribe_igsimplesubscribe' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribe.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'EXTBASEPLUGIN', 'igsimplesubscribe_form.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribechanges.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribeexport.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'kequestionnaire_questionnaire' => 'EXTBASEPLUGIN', 'kequestionnaire_questionnaire.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'Questionnaire'), 'kequestionnaire_qlist' => 'EXTBASEPLUGIN', 'kequestionnaire_qlist.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'QList'), 'kequestionnaire_view' => 'EXTBASEPLUGIN', 'kequestionnaire_view.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'View'), 'igcontainergallery_igcontainergallery' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallery.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery'), 'igcontainergallery_igcontainergallerygrid' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallerygrid.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid'), 'igcookies_hint' => 'EXTBASEPLUGIN', 'igcookies_hint.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'EXTBASEPLUGIN', 'igcookies_config.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'iggooglemaps_maps' => 'EXTBASEPLUGIN', 'iggooglemaps_maps.' => array('extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iglayout_setsocialimagemetatag' => 'EXTBASEPLUGIN', 'iglayout_setsocialimagemetatag.' => array('extensionName' => 'IgLayout', 'pluginName' => 'SetSocialImageMetaTag'), 'igmediacenter_mc' => 'EXTBASEPLUGIN', 'igmediacenter_mc.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'Mc'), 'igmediacenter_mcstats' => 'EXTBASEPLUGIN', 'igmediacenter_mcstats.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'McStats'), 'igmenu_menu' => 'EXTBASEPLUGIN', 'igmenu_menu.' => array('extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igreferenzdb_refdb' => 'EXTBASEPLUGIN', 'igreferenzdb_refdb.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'igreferenzdb_imgslider' => 'EXTBASEPLUGIN', 'igreferenzdb_imgslider.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'ImgSlider'), 'igsurveyaddress_form' => 'EXTBASEPLUGIN', 'igsurveyaddress_form.' => array('extensionName' => 'IgSurveyAddress', 'pluginName' => 'Form'), 'indexedsearchautocomplete_search' => 'EXTBASEPLUGIN', 'indexedsearchautocomplete_search.' => array('extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_containergallery/Resources/Private/Templates/', 'EXT:ig_layout/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_containergallery/Resources/Private/Partials/', 'EXT:ig_layout/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_layout/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'EXTBASEPLUGIN', 'ignewsletter_igcontenttopics.' => array('extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'igfrontenduser_admin' => 'EXTBASEPLUGIN', 'igfrontenduser_admin.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'EXTBASEPLUGIN', 'igfrontenduser_changepassword.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), 'ttaddress_listview' => 'EXTBASEPLUGIN', 'ttaddress_listview.' => array('extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igsimplesubscribe_igsimplesubscribe' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribe.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'EXTBASEPLUGIN', 'igsimplesubscribe_form.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribechanges.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribeexport.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'kequestionnaire_questionnaire' => 'EXTBASEPLUGIN', 'kequestionnaire_questionnaire.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'Questionnaire'), 'kequestionnaire_qlist' => 'EXTBASEPLUGIN', 'kequestionnaire_qlist.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'QList'), 'kequestionnaire_view' => 'EXTBASEPLUGIN', 'kequestionnaire_view.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'View'), 'igcontainergallery_igcontainergallery' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallery.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery'), 'igcontainergallery_igcontainergallerygrid' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallerygrid.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid'), 'igcookies_hint' => 'EXTBASEPLUGIN', 'igcookies_hint.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'EXTBASEPLUGIN', 'igcookies_config.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'iggooglemaps_maps' => 'EXTBASEPLUGIN', 'iggooglemaps_maps.' => array('extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iglayout_setsocialimagemetatag' => 'EXTBASEPLUGIN', 'iglayout_setsocialimagemetatag.' => array('extensionName' => 'IgLayout', 'pluginName' => 'SetSocialImageMetaTag'), 'igmediacenter_mc' => 'EXTBASEPLUGIN', 'igmediacenter_mc.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'Mc'), 'igmediacenter_mcstats' => 'EXTBASEPLUGIN', 'igmediacenter_mcstats.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'McStats'), 'igmenu_menu' => 'EXTBASEPLUGIN', 'igmenu_menu.' => array('extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igreferenzdb_refdb' => 'EXTBASEPLUGIN', 'igreferenzdb_refdb.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'igreferenzdb_imgslider' => 'EXTBASEPLUGIN', 'igreferenzdb_imgslider.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'ImgSlider'), 'igsurveyaddress_form' => 'EXTBASEPLUGIN', 'igsurveyaddress_form.' => array('extensionName' => 'IgSurveyAddress', 'pluginName' => 'Form'), 'indexedsearchautocomplete_search' => 'EXTBASEPLUGIN', 'indexedsearchautocomplete_search.' => array('extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('< lib.contentElement', array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'EXTBASEPLUGIN', 'ignewsletter_igcontenttopics.' => array('extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'igfrontenduser_admin' => 'EXTBASEPLUGIN', 'igfrontenduser_admin.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'EXTBASEPLUGIN', 'igfrontenduser_changepassword.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), 'ttaddress_listview' => 'EXTBASEPLUGIN', 'ttaddress_listview.' => array('extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igsimplesubscribe_igsimplesubscribe' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribe.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'EXTBASEPLUGIN', 'igsimplesubscribe_form.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribechanges.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribeexport.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'kequestionnaire_questionnaire' => 'EXTBASEPLUGIN', 'kequestionnaire_questionnaire.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'Questionnaire'), 'kequestionnaire_qlist' => 'EXTBASEPLUGIN', 'kequestionnaire_qlist.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'QList'), 'kequestionnaire_view' => 'EXTBASEPLUGIN', 'kequestionnaire_view.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'View'), 'igcontainergallery_igcontainergallery' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallery.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery'), 'igcontainergallery_igcontainergallerygrid' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallerygrid.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid'), 'igcookies_hint' => 'EXTBASEPLUGIN', 'igcookies_hint.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'EXTBASEPLUGIN', 'igcookies_config.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'iggooglemaps_maps' => 'EXTBASEPLUGIN', 'iggooglemaps_maps.' => array('extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iglayout_setsocialimagemetatag' => 'EXTBASEPLUGIN', 'iglayout_setsocialimagemetatag.' => array('extensionName' => 'IgLayout', 'pluginName' => 'SetSocialImageMetaTag'), 'igmediacenter_mc' => 'EXTBASEPLUGIN', 'igmediacenter_mc.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'Mc'), 'igmediacenter_mcstats' => 'EXTBASEPLUGIN', 'igmediacenter_mcstats.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'McStats'), 'igmenu_menu' => 'EXTBASEPLUGIN', 'igmenu_menu.' => array('extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igreferenzdb_refdb' => 'EXTBASEPLUGIN', 'igreferenzdb_refdb.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'igreferenzdb_imgslider' => 'EXTBASEPLUGIN', 'igreferenzdb_imgslider.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'ImgSlider'), 'igsurveyaddress_form' => 'EXTBASEPLUGIN', 'igsurveyaddress_form.' => array('extensionName' => 'IgSurveyAddress', 'pluginName' => 'Form'), 'indexedsearchautocomplete_search' => 'EXTBASEPLUGIN', 'indexedsearchautocomplete_search.' => array('extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'list')
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), '20.' => array('1.' => array('imageLinkWrap.' => array('linkParams.' => array('ATagParams.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}"'), 'COA', '6.' => array('TEXT', '1.' => array('dataWrap' => 'data-fancybox="group"', 'dataWrap.' => array(*DEEP NESTED ARRAY*))))))), 'width' => '{$plugin.tx_ig_lightbox.max_width}', 'height' => '{$plugin.tx_ig_lightbox.max_height}')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'EXTBASEPLUGIN', 'ignewsletter_igcontenttopics.' => array('extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'igfrontenduser_admin' => 'EXTBASEPLUGIN', 'igfrontenduser_admin.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'EXTBASEPLUGIN', 'igfrontenduser_changepassword.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), 'ttaddress_listview' => 'EXTBASEPLUGIN', 'ttaddress_listview.' => array('extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igsimplesubscribe_igsimplesubscribe' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribe.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'EXTBASEPLUGIN', 'igsimplesubscribe_form.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribechanges.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribeexport.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'kequestionnaire_questionnaire' => 'EXTBASEPLUGIN', 'kequestionnaire_questionnaire.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'Questionnaire'), 'kequestionnaire_qlist' => 'EXTBASEPLUGIN', 'kequestionnaire_qlist.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'QList'), 'kequestionnaire_view' => 'EXTBASEPLUGIN', 'kequestionnaire_view.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'View'), 'igcontainergallery_igcontainergallery' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallery.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery'), 'igcontainergallery_igcontainergallerygrid' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallerygrid.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid'), 'igcookies_hint' => 'EXTBASEPLUGIN', 'igcookies_hint.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'EXTBASEPLUGIN', 'igcookies_config.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'iggooglemaps_maps' => 'EXTBASEPLUGIN', 'iggooglemaps_maps.' => array('extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iglayout_setsocialimagemetatag' => 'EXTBASEPLUGIN', 'iglayout_setsocialimagemetatag.' => array('extensionName' => 'IgLayout', 'pluginName' => 'SetSocialImageMetaTag'), 'igmediacenter_mc' => 'EXTBASEPLUGIN', 'igmediacenter_mc.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'Mc'), 'igmediacenter_mcstats' => 'EXTBASEPLUGIN', 'igmediacenter_mcstats.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'McStats'), 'igmenu_menu' => 'EXTBASEPLUGIN', 'igmenu_menu.' => array('extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igreferenzdb_refdb' => 'EXTBASEPLUGIN', 'igreferenzdb_refdb.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'igreferenzdb_imgslider' => 'EXTBASEPLUGIN', 'igreferenzdb_imgslider.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'ImgSlider'), 'igsurveyaddress_form' => 'EXTBASEPLUGIN', 'igsurveyaddress_form.' => array('extensionName' => 'IgSurveyAddress', 'pluginName' => 'Form'), 'indexedsearchautocomplete_search' => 'EXTBASEPLUGIN', 'indexedsearchautocomplete_search.' => array('extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', '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('comma-separated-value', '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')), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '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('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '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('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('Internetgalerie\\IgHideInSitemap\\DataProcessing\\SitemapMenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'))), 'includeNotInMenu' => '1', 'excludeUidList' => '22,23,97,56,22,44,28,120,2048,2050,2065,2057,2058,2059,2002,2070'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'container-2col' => 'FLUIDTEMPLATE', 'container-2col.' => array('templateName' => 'container-2col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'container-3col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')))), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'container-4col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')))), 'container-5col' => 'FLUIDTEMPLATE', 'container-5col.' => array('templateName' => 'container-5col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '50.' => array('colPos' => '14', 'as' => 'children_14', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')))), 'container-flowcol' => 'FLUIDTEMPLATE', 'container-flowcol.' => array('templateName' => 'container-flowcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-iggalerie' => 'FLUIDTEMPLATE', 'container-iggalerie.' => array('templateName' => 'container-iggalerie', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-xcol' => 'FLUIDTEMPLATE', 'container-xcol.' => array('templateName' => 'container-xcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => 'X')))), 'containergallery' => '< lib.contentElement', 'containergallery.' => array('templateName' => 'Containergallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery', 'vendorName' => 'Ig'))), 'containergallery_grid' => '< lib.contentElement', 'containergallery_grid.' => array('templateName' => 'Containergallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid', 'vendorName' => 'Ig')))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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')), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), '20.' => array('1.' => array('imageLinkWrap.' => array('linkParams.' => array('ATagParams.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}"'), 'COA', '6.' => array('TEXT', '1.' => array('dataWrap' => 'data-fancybox="group"', 'dataWrap.' => array(*DEEP NESTED ARRAY*))))))), 'width' => '{$plugin.tx_ig_lightbox.max_width}', 'height' => '{$plugin.tx_ig_lightbox.max_height}')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'EXTBASEPLUGIN', 'ignewsletter_igcontenttopics.' => array('extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'igfrontenduser_admin' => 'EXTBASEPLUGIN', 'igfrontenduser_admin.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'EXTBASEPLUGIN', 'igfrontenduser_changepassword.' => array('extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), 'ttaddress_listview' => 'EXTBASEPLUGIN', 'ttaddress_listview.' => array('extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igsimplesubscribe_igsimplesubscribe' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribe.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'EXTBASEPLUGIN', 'igsimplesubscribe_form.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribechanges.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'EXTBASEPLUGIN', 'igsimplesubscribe_igsimplesubscribeexport.' => array('extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'kequestionnaire_questionnaire' => 'EXTBASEPLUGIN', 'kequestionnaire_questionnaire.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'Questionnaire'), 'kequestionnaire_qlist' => 'EXTBASEPLUGIN', 'kequestionnaire_qlist.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'QList'), 'kequestionnaire_view' => 'EXTBASEPLUGIN', 'kequestionnaire_view.' => array('extensionName' => 'KeQuestionnaire', 'pluginName' => 'View'), 'igcontainergallery_igcontainergallery' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallery.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery'), 'igcontainergallery_igcontainergallerygrid' => 'EXTBASEPLUGIN', 'igcontainergallery_igcontainergallerygrid.' => array('extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid'), 'igcookies_hint' => 'EXTBASEPLUGIN', 'igcookies_hint.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'EXTBASEPLUGIN', 'igcookies_config.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'iggooglemaps_maps' => 'EXTBASEPLUGIN', 'iggooglemaps_maps.' => array('extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iglayout_setsocialimagemetatag' => 'EXTBASEPLUGIN', 'iglayout_setsocialimagemetatag.' => array('extensionName' => 'IgLayout', 'pluginName' => 'SetSocialImageMetaTag'), 'igmediacenter_mc' => 'EXTBASEPLUGIN', 'igmediacenter_mc.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'Mc'), 'igmediacenter_mcstats' => 'EXTBASEPLUGIN', 'igmediacenter_mcstats.' => array('extensionName' => 'IgMediacenter', 'pluginName' => 'McStats'), 'igmenu_menu' => 'EXTBASEPLUGIN', 'igmenu_menu.' => array('extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igreferenzdb_refdb' => 'EXTBASEPLUGIN', 'igreferenzdb_refdb.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'Refdb'), 'igreferenzdb_imgslider' => 'EXTBASEPLUGIN', 'igreferenzdb_imgslider.' => array('extensionName' => 'IgReferenzDb', 'pluginName' => 'ImgSlider'), 'igsurveyaddress_form' => 'EXTBASEPLUGIN', 'igsurveyaddress_form.' => array('extensionName' => 'IgSurveyAddress', 'pluginName' => 'Form'), 'indexedsearchautocomplete_search' => 'EXTBASEPLUGIN', 'indexedsearchautocomplete_search.' => array('extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', '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('comma-separated-value', '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')), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '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('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '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('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('Internetgalerie\\IgHideInSitemap\\DataProcessing\\SitemapMenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'))), 'includeNotInMenu' => '1', 'excludeUidList' => '22,23,97,56,22,44,28,120,2048,2050,2065,2057,2058,2059,2002,2070'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'container-2col' => 'FLUIDTEMPLATE', 'container-2col.' => array('templateName' => 'container-2col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'container-3col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')))), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'container-4col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')))), 'container-5col' => 'FLUIDTEMPLATE', 'container-5col.' => array('templateName' => 'container-5col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '50.' => array('colPos' => '14', 'as' => 'children_14', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')))), 'container-flowcol' => 'FLUIDTEMPLATE', 'container-flowcol.' => array('templateName' => 'container-flowcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-iggalerie' => 'FLUIDTEMPLATE', 'container-iggalerie.' => array('templateName' => 'container-iggalerie', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-xcol' => 'FLUIDTEMPLATE', 'container-xcol.' => array('templateName' => 'container-xcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => '0'), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => 'X')))), 'containergallery' => '< lib.contentElement', 'containergallery.' => array('templateName' => 'Containergallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgContainergallery', 'pluginName' => 'Igcontainergallery', 'vendorName' => 'Ig'))), 'containergallery_grid' => '< lib.contentElement', 'containergallery_grid.' => array('templateName' => 'Containergallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgContainergallery', 'pluginName' => 'IgcontainergalleryGrid', 'vendorName' => 'Ig')))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('<tt_content', array(), '')
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->setRequest($this->request);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'variables.pageContent0')
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 295
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('variables.' => array('pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoPrintSrc' => 'TEXT', 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoAltText' => 'TEXT', 'logoAltText.' => array('value' => 'Gilgen Logistics AG'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'referenzDBIg' => 'TEXT', 'referenzDBIg.' => array('data' => 'GP:tx_igreferenzdb_refdb|referenz')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'mode' => 'rnOnionFixHeader', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '1', 'cssSizes' => '1900,1510,1250,700,320', 'cssSelector' => '#pageImage', 'as' => 'pageMedia', 'slide' => '1'))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 81
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('variables.' => array('pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoPrintSrc' => 'TEXT', 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoAltText' => 'TEXT', 'logoAltText.' => array('value' => 'Gilgen Logistics AG'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'referenzDBIg' => 'TEXT', 'referenzDBIg.' => array('data' => 'GP:tx_igreferenzdb_refdb|referenz')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'mode' => 'rnOnionFixHeader', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '1', 'cssSizes' => '1900,1510,1250,700,320', 'cssSelector' => '#pageImage', 'as' => 'pageMedia', 'slide' => '1'))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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('variables.' => array('pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoPrintSrc' => 'TEXT', 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoAltText' => 'TEXT', 'logoAltText.' => array('value' => 'Gilgen Logistics AG'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'referenzDBIg' => 'TEXT', 'referenzDBIg.' => array('data' => 'GP:tx_igreferenzdb_refdb|referenz')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'mode' => 'rnOnionFixHeader', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '1', 'cssSizes' => '1900,1510,1250,700,320', 'cssSelector' => '#pageImage', 'as' => 'pageMedia', 'slide' => '1'))))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('variables.' => array('pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoPrintSrc' => 'TEXT', 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoAltText' => 'TEXT', 'logoAltText.' => array('value' => 'Gilgen Logistics AG'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'referenzDBIg' => 'TEXT', 'referenzDBIg.' => array('data' => 'GP:tx_igreferenzdb_refdb|referenz')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'mode' => 'rnOnionFixHeader', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '1', 'cssSizes' => '1900,1510,1250,700,320', 'cssSelector' => '#pageImage', 'as' => 'pageMedia', 'slide' => '1'))), '10')
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('fancyboxJS' => 'EXT:ig_lightbox/Resources/Public/JavaScript/fslightbox/fslightbox.js', 'main' => 'EXT:ig_layout/Resources/Public/JavaScript/main.js', 'IgConsentManager' => 'EXT:ig_cookies/Resources/Public/JavaScript/IgConsentManager.js', 'cookies' => 'EXT:ig_cookies/Resources/Public/JavaScript/Ui.js', 'igForm' => 'EXT:ig_form/Resources/Public/JavaScript/ig_form.js', 'elements-ig-menu' => 'EXT:ig_menu/Resources/Public/JavaScript/menu.js', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'igmediacenter' => 'EXT:ig_mediacenter/Resources/Public/Js/ig_mediacenter.js', 'igsimplesubscribeJs' => 'EXT:ig_simplesubscribe/Resources/Public/JavaScript/igsimplesubscribe.js'), 'footerData.' => array('COA', '900.' => array('TEXT', '110.' => array('value' => ' <script async type="text/plain" data-consent="googleAnalytics" data-src="https://www.googletagmanager.com/gtag/js?id=G-RDVRL0QVLJ" data-type="text/javascript" data-ignore="1"></script>'), 'TEXT', '200.' => array('value' => ' <script data-ignore="1"> IgTagManager = { tags: new Set([]), isShow: false, show: function(consent) { if(this.isShow) { return; } this.isShow = true; this.tags.forEach(function (tag) { if (consent === undefined || consent === null || tag.consent == consent) { tag.init(); } }); }, }; '), 'TEXT', '400.' => array('value' => ' window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}'), 'TEXT', '210.' => array('value' => ' IgTagManager.tags.add({ consent: \'googleAnalytics\', cookie: \'ga-disable-G-RDVRL0QVLJ\', init: function() { gtag(\'js\', new Date()); gtag(\'config\', \'G-RDVRL0QVLJ\'); } });'), 'TEXT', '220.' => array('value' => ' IgTagManager.tags.add({ consent: \'googleAnalytics\', cookie: \'ga-disable-UA-54508043-1\', init: function() { (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'UA-54508043-1\', \'auto\'); ga(\'set\', \'anonymizeIp\', true); ga(\'set\', \'transport_type\', \'beacon\'); ga(\'send\', \'pageview\'); } });'), 'TEXT', '500.' => array('value' => ''), 'TEXT', '999.' => array('value' => '</script>'))), 'includeCSS.' => array('igSlick' => 'EXT:ig_render/Resources/Public/slick/slick.scss', 'igSlickTheme' => 'EXT:ig_render/Resources/Public/slick/slick-theme.css', 'iggooglemapsCSS' => 'EXT:ig_googlemaps/Resources/Public/Css/styles.css', 'igFrameworkBox' => 'EXT:igconfig/Resources/Public/Frameworks/flex.scss', 'igBaseLayout' => 'EXT:igconfig/Resources/Public/Css/Layout/old-responsive-nav-holder-layout.scss', 'igLibNormalize' => 'EXT:igconfig/Resources/Public/igLib/normalize.css', 'igLib' => 'EXT:igconfig/Resources/Public/igLib/*', 'igResponsive' => 'EXT:igconfig/Resources/Public/Css/fluid_styled_content.css', 'level1' => 'fileadmin/layout/css/*', 'contentelements' => 'fileadmin/layout/css/contentelements/*', 'menu' => 'EXT:ig_layout/Resources/Public/Css/menu/*', 'ext' => 'fileadmin/layout/css/ext/*', 'rnDirection' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnDirection/rnTopToBottom.scss', 'rnEffect' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnEffect/rnSlide.scss', 'rnMode' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnMode/rnOnionFixHeader.scss', 'bEffect' => 'EXT:ig_menu/Resources/Public/Css/Burger/bEffect/bSlide.scss', 'bUse' => 'EXT:ig_menu/Resources/Public/Css/Burger/bUse/bResponsive.scss', 'bMode' => 'EXT:ig_menu/Resources/Public/Css/Burger/bMode/bToX.scss', 'consentCss' => 'EXT:ig_cookies/Resources/Public/Css/style.scss', 'consentServiceCss' => 'EXT:ig_cookies/Resources/Public/Css/services.scss', 'consentPostion' => 'EXT:ig_cookies/Resources/Public/Css/Position/bottom.scss', 'consentTheme' => 'EXT:ig_cookies/Resources/Public/Css/Theme/light-red-green.scss', 'cookiesLockPage' => 'EXT:ig_cookies/Resources/Public/Css/lockPage.scss', 'igContainerFlexboxUser' => 'EXT:ig_container/Resources/Public/Css/ig_container.css', 'menuLogic' => 'EXT:ig_menu/Resources/Public/Css/Logic/menulogic.scss', 'dnMode' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnMode/dnLayer.scss', 'dnDirection' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnDirection/dnHorizontal.scss', 'igIconLevel1' => 'EXT:ig_icon/Resources/Public/Css/*', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'igmediacenter' => 'EXT:ig_mediacenter/Resources/Public/Css/ig_mediacenter.scss', 'igsimplesubscribe' => 'EXT:ig_simplesubscribe/Resources/Public/Css/igsimplesubscribe.scss', 'Level1' => 'EXT:ig_layout/Resources/Public/Css/*', 'Contentelements' => 'EXT:ig_layout/Resources/Public/Css/Contentelements/*', 'Menu' => 'EXT:ig_layout/Resources/Public/Css/Menu/*', 'Extensions' => 'EXT:ig_layout/Resources/Public/Css/Extensions/*', 'igBaseSVG' => 'EXT:igconfig/Resources/Public/igLib/igBase-svg.css', 'ke-questionnaire-simple' => 'EXT:ke_questionnaire/Resources/Public/Css/KeQuestionnaire-simple.scss'), 'includeJSFooterlibs.' => array('igSlick' => 'EXT:ig_render/Resources/Public/slick/slick.min.js', 'igSlickCenterMode' => 'EXT:ig_render/Resources/Public/slick/centerMode.js', 'igSlickInit' => 'EXT:ig_render/Resources/Public/JavaScript/ig-slick.js', 'ig_utility' => 'EXT:ig_resources/Resources/Public/JavaScripts/ig_utility.js', 'modernizr' => 'EXT:ig_resources/Resources/Public/modernizr/modernizr.custom.3.6.0.js', 'jquery' => 'EXT:ig_resources/Resources/Public/jQuery/jquery-3.6.3.min.js', 'jquery.' => array('forceOnTop' => '1'), 'jquerySmartresize' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.smartresize.js', 'jsSmartresize' => 'EXT:ig_resources/Resources/Public/JavaScripts/smartresize.js', 'jqueryFancyinput' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.fancyinput.js', 'toggleHandler' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/toggle-handler.js', 'lazyload' => 'EXT:ig_resources/Resources/Public/lazyload/lazyload.js', 'lazyloadInit' => 'EXT:ig_resources/Resources/Public/JavaScripts/lazyload-init.js', 'vanillaAccordion' => 'EXT:ig_accordion/Resources/Public/JavaScript/accordion.js', 'picturefill' => 'EXT:ig_responsive_images/Resources/Public/JavaScript/picturefill.min.js', 'picturefill.' => array('forceOnTop' => '1')), 'config.' => array('disablePrefixComment' => 'true', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'index_enable' => '1', 'index_externals' => '1', 'contentObjectExceptionHandler' => '0'), 'shortcutIcon' => 'EXT:ig_layout/Resources/Public/Icons/favicon.ico', 'meta.' => array('viewport' => 'width=device-width, shrink-to-fit=no, initial-scale=1.0', 'og:image' => 'https://www.gilgen.com/fileadmin/layout/images_layout/gilgen_facebook.png', 'twitter:image' => 'https://www.gilgen.com/fileadmin/layout/images_layout/gilgen_facebook.png'), 'headerData.' => array('TEXT', '907.' => array('value' => '<!--[if lt IE 10]><link type="text/css" rel="stylesheet" href="typo3/ext/igconfig/Resources/Public/igLib/ie/grid-ie.css" media="all" /><![endif]-->'), 'RECORDS', '10.' => array('source' => '{GP:tx_igreferenzdb_refdb|referenz}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igreferenzdb_domain_model_referenz', 'conf.' => array('tx_igreferenzdb_domain_model_referenz' => 'TEXT', 'tx_igreferenzdb_domain_model_referenz.' => array('field' => 'firmen_name')), 'wrap' => '<title>|</title>', 'htmlSpecialChars' => '1')), 'FLUIDTEMPLATE', '10.' => array('variables.' => array('pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoPrintSrc' => 'TEXT', 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoAltText' => 'TEXT', 'logoAltText.' => array('value' => 'Gilgen Logistics AG'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'referenzDBIg' => 'TEXT', 'referenzDBIg.' => array('data' => 'GP:tx_igreferenzdb_refdb|referenz')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'mode' => 'rnOnionFixHeader', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '1', 'cssSizes' => '1900,1510,1250,700,320', 'cssSelector' => '#pageImage', 'as' => 'pageMedia', 'slide' => '1'))), 'EXTBASEPLUGIN', '9915.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), '33.' => array('file' => 'EXT:ig_layout/Resources/Private/Partials/Slider/BackgroundGalerie.html', 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/Slider/')), 'USER', '553312.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'pluginName' => 'SetSocialImageMetaTag', 'vendorName' => 'Internetgalerie', 'extensionName' => 'IgLayout', 'controller' => 'MetaTag'), 'includeJS.' => array('questionnaire' => 'EXT:ke_questionnaire/Resources/Public/Script/Questionnaire.js')), '')
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('fancyboxJS' => 'EXT:ig_lightbox/Resources/Public/JavaScript/fslightbox/fslightbox.js', 'main' => 'EXT:ig_layout/Resources/Public/JavaScript/main.js', 'IgConsentManager' => 'EXT:ig_cookies/Resources/Public/JavaScript/IgConsentManager.js', 'cookies' => 'EXT:ig_cookies/Resources/Public/JavaScript/Ui.js', 'igForm' => 'EXT:ig_form/Resources/Public/JavaScript/ig_form.js', 'elements-ig-menu' => 'EXT:ig_menu/Resources/Public/JavaScript/menu.js', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'igmediacenter' => 'EXT:ig_mediacenter/Resources/Public/Js/ig_mediacenter.js', 'igsimplesubscribeJs' => 'EXT:ig_simplesubscribe/Resources/Public/JavaScript/igsimplesubscribe.js'), 'footerData.' => array('COA', '900.' => array('TEXT', '110.' => array('value' => ' <script async type="text/plain" data-consent="googleAnalytics" data-src="https://www.googletagmanager.com/gtag/js?id=G-RDVRL0QVLJ" data-type="text/javascript" data-ignore="1"></script>'), 'TEXT', '200.' => array('value' => ' <script data-ignore="1"> IgTagManager = { tags: new Set([]), isShow: false, show: function(consent) { if(this.isShow) { return; } this.isShow = true; this.tags.forEach(function (tag) { if (consent === undefined || consent === null || tag.consent == consent) { tag.init(); } }); }, }; '), 'TEXT', '400.' => array('value' => ' window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}'), 'TEXT', '210.' => array('value' => ' IgTagManager.tags.add({ consent: \'googleAnalytics\', cookie: \'ga-disable-G-RDVRL0QVLJ\', init: function() { gtag(\'js\', new Date()); gtag(\'config\', \'G-RDVRL0QVLJ\'); } });'), 'TEXT', '220.' => array('value' => ' IgTagManager.tags.add({ consent: \'googleAnalytics\', cookie: \'ga-disable-UA-54508043-1\', init: function() { (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'UA-54508043-1\', \'auto\'); ga(\'set\', \'anonymizeIp\', true); ga(\'set\', \'transport_type\', \'beacon\'); ga(\'send\', \'pageview\'); } });'), 'TEXT', '500.' => array('value' => ''), 'TEXT', '999.' => array('value' => '</script>'))), 'includeCSS.' => array('igSlick' => 'EXT:ig_render/Resources/Public/slick/slick.scss', 'igSlickTheme' => 'EXT:ig_render/Resources/Public/slick/slick-theme.css', 'iggooglemapsCSS' => 'EXT:ig_googlemaps/Resources/Public/Css/styles.css', 'igFrameworkBox' => 'EXT:igconfig/Resources/Public/Frameworks/flex.scss', 'igBaseLayout' => 'EXT:igconfig/Resources/Public/Css/Layout/old-responsive-nav-holder-layout.scss', 'igLibNormalize' => 'EXT:igconfig/Resources/Public/igLib/normalize.css', 'igLib' => 'EXT:igconfig/Resources/Public/igLib/*', 'igResponsive' => 'EXT:igconfig/Resources/Public/Css/fluid_styled_content.css', 'level1' => 'fileadmin/layout/css/*', 'contentelements' => 'fileadmin/layout/css/contentelements/*', 'menu' => 'EXT:ig_layout/Resources/Public/Css/menu/*', 'ext' => 'fileadmin/layout/css/ext/*', 'rnDirection' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnDirection/rnTopToBottom.scss', 'rnEffect' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnEffect/rnSlide.scss', 'rnMode' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnMode/rnOnionFixHeader.scss', 'bEffect' => 'EXT:ig_menu/Resources/Public/Css/Burger/bEffect/bSlide.scss', 'bUse' => 'EXT:ig_menu/Resources/Public/Css/Burger/bUse/bResponsive.scss', 'bMode' => 'EXT:ig_menu/Resources/Public/Css/Burger/bMode/bToX.scss', 'consentCss' => 'EXT:ig_cookies/Resources/Public/Css/style.scss', 'consentServiceCss' => 'EXT:ig_cookies/Resources/Public/Css/services.scss', 'consentPostion' => 'EXT:ig_cookies/Resources/Public/Css/Position/bottom.scss', 'consentTheme' => 'EXT:ig_cookies/Resources/Public/Css/Theme/light-red-green.scss', 'cookiesLockPage' => 'EXT:ig_cookies/Resources/Public/Css/lockPage.scss', 'igContainerFlexboxUser' => 'EXT:ig_container/Resources/Public/Css/ig_container.css', 'menuLogic' => 'EXT:ig_menu/Resources/Public/Css/Logic/menulogic.scss', 'dnMode' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnMode/dnLayer.scss', 'dnDirection' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnDirection/dnHorizontal.scss', 'igIconLevel1' => 'EXT:ig_icon/Resources/Public/Css/*', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'igmediacenter' => 'EXT:ig_mediacenter/Resources/Public/Css/ig_mediacenter.scss', 'igsimplesubscribe' => 'EXT:ig_simplesubscribe/Resources/Public/Css/igsimplesubscribe.scss', 'Level1' => 'EXT:ig_layout/Resources/Public/Css/*', 'Contentelements' => 'EXT:ig_layout/Resources/Public/Css/Contentelements/*', 'Menu' => 'EXT:ig_layout/Resources/Public/Css/Menu/*', 'Extensions' => 'EXT:ig_layout/Resources/Public/Css/Extensions/*', 'igBaseSVG' => 'EXT:igconfig/Resources/Public/igLib/igBase-svg.css', 'ke-questionnaire-simple' => 'EXT:ke_questionnaire/Resources/Public/Css/KeQuestionnaire-simple.scss'), 'includeJSFooterlibs.' => array('igSlick' => 'EXT:ig_render/Resources/Public/slick/slick.min.js', 'igSlickCenterMode' => 'EXT:ig_render/Resources/Public/slick/centerMode.js', 'igSlickInit' => 'EXT:ig_render/Resources/Public/JavaScript/ig-slick.js', 'ig_utility' => 'EXT:ig_resources/Resources/Public/JavaScripts/ig_utility.js', 'modernizr' => 'EXT:ig_resources/Resources/Public/modernizr/modernizr.custom.3.6.0.js', 'jquery' => 'EXT:ig_resources/Resources/Public/jQuery/jquery-3.6.3.min.js', 'jquery.' => array('forceOnTop' => '1'), 'jquerySmartresize' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.smartresize.js', 'jsSmartresize' => 'EXT:ig_resources/Resources/Public/JavaScripts/smartresize.js', 'jqueryFancyinput' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.fancyinput.js', 'toggleHandler' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/toggle-handler.js', 'lazyload' => 'EXT:ig_resources/Resources/Public/lazyload/lazyload.js', 'lazyloadInit' => 'EXT:ig_resources/Resources/Public/JavaScripts/lazyload-init.js', 'vanillaAccordion' => 'EXT:ig_accordion/Resources/Public/JavaScript/accordion.js', 'picturefill' => 'EXT:ig_responsive_images/Resources/Public/JavaScript/picturefill.min.js', 'picturefill.' => array('forceOnTop' => '1')), 'config.' => array('disablePrefixComment' => 'true', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'index_enable' => '1', 'index_externals' => '1', 'contentObjectExceptionHandler' => '0'), 'shortcutIcon' => 'EXT:ig_layout/Resources/Public/Icons/favicon.ico', 'meta.' => array('viewport' => 'width=device-width, shrink-to-fit=no, initial-scale=1.0', 'og:image' => 'https://www.gilgen.com/fileadmin/layout/images_layout/gilgen_facebook.png', 'twitter:image' => 'https://www.gilgen.com/fileadmin/layout/images_layout/gilgen_facebook.png'), 'headerData.' => array('TEXT', '907.' => array('value' => '<!--[if lt IE 10]><link type="text/css" rel="stylesheet" href="typo3/ext/igconfig/Resources/Public/igLib/ie/grid-ie.css" media="all" /><![endif]-->'), 'RECORDS', '10.' => array('source' => '{GP:tx_igreferenzdb_refdb|referenz}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igreferenzdb_domain_model_referenz', 'conf.' => array('tx_igreferenzdb_domain_model_referenz' => 'TEXT', 'tx_igreferenzdb_domain_model_referenz.' => array('field' => 'firmen_name')), 'wrap' => '<title>|</title>', 'htmlSpecialChars' => '1')), 'FLUIDTEMPLATE', '10.' => array('variables.' => array('pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoPrintSrc' => 'TEXT', 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/gilgen.svg'), 'logoAltText' => 'TEXT', 'logoAltText.' => array('value' => 'Gilgen Logistics AG'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000'), 'referenzDBIg' => 'TEXT', 'referenzDBIg.' => array('data' => 'GP:tx_igreferenzdb_refdb|referenz')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'mode' => 'rnOnionFixHeader', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '1', 'cssSizes' => '1900,1510,1250,700,320', 'cssSelector' => '#pageImage', 'as' => 'pageMedia', 'slide' => '1'))), 'EXTBASEPLUGIN', '9915.' => array('extensionName' => 'IgCookies', 'pluginName' => 'Hint'), '33.' => array('file' => 'EXT:ig_layout/Resources/Private/Partials/Slider/BackgroundGalerie.html', 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/Slider/')), 'USER', '553312.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'pluginName' => 'SetSocialImageMetaTag', 'vendorName' => 'Internetgalerie', 'extensionName' => 'IgLayout', 'controller' => 'MetaTag'), 'includeJS.' => array('questionnaire' => 'EXT:ke_questionnaire/Resources/Public/Script/Questionnaire.js')))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 224
     * in the content that is processed later-on.
     */
    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/gilgen/www/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 195
    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/gilgen/www/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 135
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

            $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/gilgen/www/packages/direct_mail/Classes/Middleware/JumpurlController.php line 154
            $queryParamsToPass['juHash'] = $this->calculateJumpUrlHash($jumpurl);
            $queryParamsToPass['jumpurl'] = $jumpurl;
        }

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

    /**
     * Returns true of the conditions are met to process this middleware
at DirectMailTeam\DirectMail\Middleware\JumpurlController->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 51
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', $this->requestId->nonce);
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 58

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 112
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 87
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 44
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 113
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-workspaces/Classes/Middleware/WorkspacePreview.php line 127
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe !== null && $addInformationAboutDisabledCache) {
            $tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 63

                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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/internetgalerie/ig-language-detection/Classes/Middleware/SiteBaseWithLanguageRedirectResolver.php line 225
            }
            return new RedirectResponse($language->getBase() . $requestPath, 307);
            */
        }
        return $handler->handle($request);
    }

    // append current uri path if appendPath=true, rtrim getBase (really a function to rtrim instead of ltrim requestTarget?)
    public function doRedirect(
at Ig\IgLanguageDetection\Middleware\SiteBaseWithLanguageRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 53
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$ca9a->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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/gilgen/www/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/gilgen/www/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/gilgen/www/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/gilgen/www/public/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});