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) #1298012500 TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException

Required argument "person" is not set for Wiminno\IfeuTeam\Controller\PersonController->show.

in /html/typo3-composer/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 818
            $argumentName = $argument->getName();
            if ($this->request->hasArgument($argumentName)) {
                $this->setArgumentValue($argument, $this->request->getArgument($argumentName));
            } elseif ($argument->isRequired()) {
                throw new RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);
            }
        }
    }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->mapRequestArgumentsToControllerArguments()
in /html/typo3-composer/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 391
        $callable = [$this, $actionInitializationMethodName];
        if (is_callable($callable)) {
            $callable();
        }
        $this->mapRequestArgumentsToControllerArguments();
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
            $this->initializeView($this->view);
        }
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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' => 'IfeuTeam', 'pluginName' => 'Show'))
in /html/typo3-composer/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' => 'IfeuTeam', 'pluginName' => 'Show'))
in /html/typo3-composer/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' => 'IfeuTeam', 'pluginName' => 'Show'), 'tt_content.list.20.ifeuteam_show')
in /html/typo3-composer/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('solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 'ifeuprojects_detail' => 'EXTBASEPLUGIN', 'ifeuprojects_detail.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Detail'), 'ifeuprojects_latest' => 'EXTBASEPLUGIN', 'ifeuprojects_latest.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Latest'), 'ifeuprojects_categorized' => 'EXTBASEPLUGIN', 'ifeuprojects_categorized.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Categorized'), 'ifeupublications_show' => 'EXTBASEPLUGIN', 'ifeupublications_show.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Show'), 'ifeupublications_choose' => 'EXTBASEPLUGIN', 'ifeupublications_choose.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Choose'), 'ifeuteam_show' => 'EXTBASEPLUGIN', 'ifeuteam_show.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Show'), 'ifeuteam_categorized' => 'EXTBASEPLUGIN', 'ifeuteam_categorized.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Categorized')), 'tt_content.list.20.ifeuteam_show', 'ifeuteam_show')
in /html/typo3-composer/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' => 24239378, 'rowDescription' => null, 'pid' => 24246, 'tstamp' => 1611668545, 'crdate' => 1606915966, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 256, 'editlock' => 0, 'sys_language_uid' => -1, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 22302, 'l18n_diffsource' => 'a:27:{s:5:"CType";N;s:6:"colPos";N;s:19:"tx_container_parent";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:5:"pages";N;s:9:"recursive";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'list', 'header' => 'Team', 'header_position' => '', 'bodytext' => '_taxonomies:163, 166, 304, 464|||_type:dt_team', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 0, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => '', 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => 'ifeuteam_show', 'sectionIndex' => 0, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="general"> <language index="lDEF"> <field index="settings.entries"> <value index="vDEF"></value> </field> <field index="settings.categories"> <value index="vDEF"></value> </field> <field index="switchableControllerActions"> <value index="vDEF">Person-&gt;list;Person-&gt;show</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'categories' => 0, 'tx_news_related_news' => 0, 'tx_mask_items' => 0, 'tx_container_parent' => 0, 'tx_mask_persons' => '', 'tx_mask_info' => null), 'typoscriptObjectPath' => 'tt_content.list.20.ifeuteam_show', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/var/cache/code/fluid_template/Default_action_List_049aaf28a604ddc32567b6d36b72e744be9505ea.php line 72
'currentValueKey' => NULL,
'table' => 'tt_content',
];
$renderChildrenClosure6 = ($arguments5['data'] !== null) ? function() use ($arguments5) { return $arguments5['data']; } : $renderChildrenClosure6;
$output4 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '
    ';
return $output4;
at Default_action_List_049aaf28a604ddc32567b6d36b72e744be9505ea->{closure}()
in /html/typo3-composer/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)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/var/cache/code/fluid_template/Default_action_List_049aaf28a604ddc32567b6d36b72e744be9505ea.php line 80
return $output4;
},
];

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

$output0 .= '

at Default_action_List_049aaf28a604ddc32567b6d36b72e744be9505ea->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/var/cache/code/fluid_template/layout_Default_html_63369d3fde9ca1b22d0fd66c08b271af2ffa98c6.php line 741
'contentAs' => NULL,
'debug' => true,
];

$output60 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments87, $renderChildrenClosure88, $renderingContext);

$output60 .= '
                        ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_63369d3fde9ca1b22d0fd66c08b271af2ffa98c6->{closure}()
in /html/typo3-composer/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 103
        }
        if (!empty($arguments['__else'])) {
            // The condition argument evaluated to false. If there is
            // an f:else body closure, return its executed body.
            return $arguments['__else']();
        }
        return '';
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__then' => object(Closure), '__else' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/var/cache/code/fluid_template/layout_Default_html_63369d3fde9ca1b22d0fd66c08b271af2ffa98c6.php line 860
return $output60;
},
];

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

$output0 .= '

at layout_Default_html_63369d3fde9ca1b22d0fd66c08b271af2ffa98c6->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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:theme/Resources/Private/Extension/fluid_styled_content/Templates/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '20.' => array('solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 'ifeuprojects_detail' => 'EXTBASEPLUGIN', 'ifeuprojects_detail.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Detail'), 'ifeuprojects_latest' => 'EXTBASEPLUGIN', 'ifeuprojects_latest.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Latest'), 'ifeuprojects_categorized' => 'EXTBASEPLUGIN', 'ifeuprojects_categorized.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Categorized'), 'ifeupublications_show' => 'EXTBASEPLUGIN', 'ifeupublications_show.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Show'), 'ifeupublications_choose' => 'EXTBASEPLUGIN', 'ifeupublications_choose.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Choose'), 'ifeuteam_show' => 'EXTBASEPLUGIN', 'ifeuteam_show.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Show'), 'ifeuteam_categorized' => 'EXTBASEPLUGIN', 'ifeuteam_categorized.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Categorized'))))
in /html/typo3-composer/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(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Templates/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '20.' => array('solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 'ifeuprojects_detail' => 'EXTBASEPLUGIN', 'ifeuprojects_detail.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Detail'), 'ifeuprojects_latest' => 'EXTBASEPLUGIN', 'ifeuprojects_latest.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Latest'), 'ifeuprojects_categorized' => 'EXTBASEPLUGIN', 'ifeuprojects_categorized.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Categorized'), 'ifeupublications_show' => 'EXTBASEPLUGIN', 'ifeupublications_show.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Show'), 'ifeupublications_choose' => 'EXTBASEPLUGIN', 'ifeupublications_choose.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Choose'), 'ifeuteam_show' => 'EXTBASEPLUGIN', 'ifeuteam_show.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Show'), 'ifeuteam_categorized' => 'EXTBASEPLUGIN', 'ifeuteam_categorized.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Categorized'))))
in /html/typo3-composer/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('solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 'ifeuprojects_detail' => 'EXTBASEPLUGIN', 'ifeuprojects_detail.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Detail'), 'ifeuprojects_latest' => 'EXTBASEPLUGIN', 'ifeuprojects_latest.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Latest'), 'ifeuprojects_categorized' => 'EXTBASEPLUGIN', 'ifeuprojects_categorized.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Categorized'), 'ifeupublications_show' => 'EXTBASEPLUGIN', 'ifeupublications_show.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Show'), 'ifeupublications_choose' => 'EXTBASEPLUGIN', 'ifeupublications_choose.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Choose'), 'ifeuteam_show' => 'EXTBASEPLUGIN', 'ifeuteam_show.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Show'), 'ifeuteam_categorized' => 'EXTBASEPLUGIN', 'ifeuteam_categorized.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Categorized'))), 'list')
in /html/typo3-composer/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')), 'mask_contacts' => '< lib.maskContentElement', 'mask_contacts.' => array('templateName' => 'Contacts', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_ifeuteam_domain_model_person', 'pidInList' => '23972', 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(`uid`,\'{field:tx_mask_persons}\') AS reclist_sortby'), 'as' => 'content', 'max.' => array('field' => 'max'), 'where.' => array('data' => 'field:tx_mask_persons', 'wrap' => 'uid IN (|)'), 'orderBy' => 'reclist_sortby'))), 'mask_newsletter' => '< lib.maskContentElement', 'mask_newsletter.' => array('templateName' => 'Newsletter'), 'mask_slider' => '< lib.maskContentElement', 'mask_slider.' => array('templateName' => 'Slider'), 'mask_teaser' => '< lib.maskContentElement', 'mask_teaser.' => array('templateName' => 'Teaser'), 'grid-3cols' => 'FLUIDTEMPLATE', 'grid-3cols.' => array('templateName' => '3ColsGrid', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'grid-list' => 'FLUIDTEMPLATE', 'grid-list.' => array('templateName' => 'ListGrid', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'grid-accordion' => 'FLUIDTEMPLATE', 'grid-accordion.' => array('templateName' => 'AccordionGrid', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), '2cols-66-33' => 'FLUIDTEMPLATE', '2cols-66-33.' => array('templateName' => '2Cols-66-33', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), '2cols-33-66' => 'FLUIDTEMPLATE', '2cols-33-66.' => array('templateName' => '2Cols-33-66', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'grid-3cols-fixed' => 'FLUIDTEMPLATE', 'grid-3cols-fixed.' => array('templateName' => '3ColsGridFixed', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), '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')), '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' => '766', 'maxGalleryWidthInText' => '363', 'columnSpacing' => '40', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 'ifeuprojects_detail' => 'EXTBASEPLUGIN', 'ifeuprojects_detail.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Detail'), 'ifeuprojects_latest' => 'EXTBASEPLUGIN', 'ifeuprojects_latest.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Latest'), 'ifeuprojects_categorized' => 'EXTBASEPLUGIN', 'ifeuprojects_categorized.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Categorized'), 'ifeupublications_show' => 'EXTBASEPLUGIN', 'ifeupublications_show.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Show'), 'ifeupublications_choose' => 'EXTBASEPLUGIN', 'ifeupublications_choose.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Choose'), 'ifeuteam_show' => 'EXTBASEPLUGIN', 'ifeuteam_show.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Show'), 'ifeuteam_categorized' => 'EXTBASEPLUGIN', 'ifeuteam_categorized.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Categorized'))), '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_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_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_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_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', '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_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')))))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')))), 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('tables' => '{$styles.content.shortcut.tables}', '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'))), 'source.' => array('field' => 'records'))), 'templateName' => 'Shortcut'), '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'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'colPos'), 'TEXT', '200.' => array('value' => 'Card'), 'TEXT', '300.' => array('value' => 'ListItem'), 'default' => 'TEXT', 'default.' => array('value' => 'Textmedia')))), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '766', 'maxGalleryWidthInText' => '363', 'columnSpacing' => '40', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '766', 'maxGalleryWidthInText' => '363', 'columnSpacing' => '40', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), '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')))))))
in /html/typo3-composer/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')), 'mask_contacts' => '< lib.maskContentElement', 'mask_contacts.' => array('templateName' => 'Contacts', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_ifeuteam_domain_model_person', 'pidInList' => '23972', 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(`uid`,\'{field:tx_mask_persons}\') AS reclist_sortby'), 'as' => 'content', 'max.' => array('field' => 'max'), 'where.' => array('data' => 'field:tx_mask_persons', 'wrap' => 'uid IN (|)'), 'orderBy' => 'reclist_sortby'))), 'mask_newsletter' => '< lib.maskContentElement', 'mask_newsletter.' => array('templateName' => 'Newsletter'), 'mask_slider' => '< lib.maskContentElement', 'mask_slider.' => array('templateName' => 'Slider'), 'mask_teaser' => '< lib.maskContentElement', 'mask_teaser.' => array('templateName' => 'Teaser'), 'grid-3cols' => 'FLUIDTEMPLATE', 'grid-3cols.' => array('templateName' => '3ColsGrid', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'grid-list' => 'FLUIDTEMPLATE', 'grid-list.' => array('templateName' => 'ListGrid', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'grid-accordion' => 'FLUIDTEMPLATE', 'grid-accordion.' => array('templateName' => 'AccordionGrid', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), '2cols-66-33' => 'FLUIDTEMPLATE', '2cols-66-33.' => array('templateName' => '2Cols-66-33', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), '2cols-33-66' => 'FLUIDTEMPLATE', '2cols-33-66.' => array('templateName' => '2Cols-33-66', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'grid-3cols-fixed' => 'FLUIDTEMPLATE', 'grid-3cols-fixed.' => array('templateName' => '3ColsGridFixed', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Container/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), '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')), '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' => '766', 'maxGalleryWidthInText' => '363', 'columnSpacing' => '40', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'), 'ifeuprojects_detail' => 'EXTBASEPLUGIN', 'ifeuprojects_detail.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Detail'), 'ifeuprojects_latest' => 'EXTBASEPLUGIN', 'ifeuprojects_latest.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Latest'), 'ifeuprojects_categorized' => 'EXTBASEPLUGIN', 'ifeuprojects_categorized.' => array('extensionName' => 'IfeuProjects', 'pluginName' => 'Categorized'), 'ifeupublications_show' => 'EXTBASEPLUGIN', 'ifeupublications_show.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Show'), 'ifeupublications_choose' => 'EXTBASEPLUGIN', 'ifeupublications_choose.' => array('extensionName' => 'IfeuPublications', 'pluginName' => 'Choose'), 'ifeuteam_show' => 'EXTBASEPLUGIN', 'ifeuteam_show.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Show'), 'ifeuteam_categorized' => 'EXTBASEPLUGIN', 'ifeuteam_categorized.' => array('extensionName' => 'IfeuTeam', 'pluginName' => 'Categorized'))), '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_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_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_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_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', '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_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')))))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')))), 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('tables' => '{$styles.content.shortcut.tables}', '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'))), 'source.' => array('field' => 'records'))), 'templateName' => 'Shortcut'), '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'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'colPos'), 'TEXT', '200.' => array('value' => 'Card'), 'TEXT', '300.' => array('value' => 'ListItem'), 'default' => 'TEXT', 'default.' => array('value' => 'Textmedia')))), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '766', 'maxGalleryWidthInText' => '363', 'columnSpacing' => '40', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '766', 'maxGalleryWidthInText' => '363', 'columnSpacing' => '40', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), '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')))))))
in /html/typo3-composer/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 /html/typo3-composer/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('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/typo3-composer/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('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/typo3-composer/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('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), '20')
in /html/typo3-composer/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('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), '')
in /html/typo3-composer/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('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/typo3-composer/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 43
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = $this->cObj->stdWrapValue('wrap', $conf ?? []);
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/typo3-composer/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\ContentObjectArrayContentObject), array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/typo3-composer/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('COA', array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'lib.dynamicContent')
in /html/typo3-composer/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('maskContentElement' => 'FLUIDTEMPLATE', 'maskContentElement.' => array('templateRootPaths.' => array('EXT:theme/Resources/Private/Extension/Mask/Frontend/Templates/'), 'partialRootPaths.' => array('EXT:theme/Resources/Private/Extension/Mask/Frontend/Partials/'), 'layoutRootPaths.' => array('EXT:theme/Resources/Private/Extension/Mask/Frontend/Layouts/'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor'), 'settings.' => array('pids.' => array('team' => '24246'))), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'footerAddress' => 'CONTENT', 'footerAddress.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1', 'where' => '{#colPos}=2')), 'footerCopyright' => 'CONTENT', 'footerCopyright.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1', 'where' => '{#colPos}=1'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'date:U', 'strftime' => '%Y', 'noTrimWrap' => '|© | |'), 'TEXT', '20.' => array('field' => 'bodytext', 'stripHtml' => '1'))), 'tx_mask.' => array('content' => 'RECORDS', 'content.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'solr_extbase_bootstrap' => 'USER', 'solr_extbase_bootstrap.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'ApacheSolrForTypo3', 'extensionName' => 'Solr', 'settings.' => array('faceting.' => array('limit' => '99')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/Solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/Solr/Layouts/'))), 'tx_solr.' => array('sys_category_title' => 'RECORDS', 'sys_category_title.' => array('source.' => array('current' => '1'), 'tables' => 'sys_category', 'dontCheckPid' => '1', 'conf.' => array('sys_category' => 'TEXT', 'sys_category.' => array('field' => 'title'))), 'publication_type' => 'RECORDS', 'publication_type.' => array('source.' => array('current' => '1'), 'tables' => 'tx_ifeupublications_domain_model_type', 'dontCheckPid' => '1', 'conf.' => array('tx_ifeupublications_domain_model_type' => 'TEXT', 'tx_ifeupublications_domain_model_type.' => array('field' => 'name'))), 'person_name' => 'RECORDS', 'person_name.' => array('source.' => array('current' => '1'), 'tables' => 'tx_ifeuteam_domain_model_person', 'dontCheckPid' => '1', 'conf.' => array('tx_ifeuteam_domain_model_person' => 'TEXT', 'tx_ifeuteam_domain_model_person.' => array('field' => 'name')))), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => '{$styles.content.links.keep}', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => '{$styles.content.allowTags}', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => '{$styles.content.links.keep}', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => '{$styles.content.allowTags}', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => '{$styles.content.links.keep}', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => '{$styles.content.allowTags}', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'headerSearchForm' => 'USER', 'headerSearchForm.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'ApacheSolrForTypo3', 'extensionName' => 'Solr', 'settings.' => array('faceting.' => array('limit' => '99'), 'isHeaderSearch' => '1'), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/Solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/Solr/Layouts/')), 'pluginName' => 'pi_search', 'switchableControllerActions.' => array('Search.' => array('form')), 'search.' => array('targetPage' => '11056')), 'mobileSearchForm' => 'USER', 'mobileSearchForm.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'ApacheSolrForTypo3', 'extensionName' => 'Solr', 'settings.' => array('faceting.' => array('limit' => '99'), 'isMobileSearch' => '1'), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/Solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/Solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/Solr/Layouts/')), 'pluginName' => 'pi_search', 'switchableControllerActions.' => array('Search.' => array('form')), 'search.' => array('targetPage' => '11056')), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Templates/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Partials/', 'EXT:theme/Resources/Private/Extension/Media2click/Extensions/FluidStyledContent/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme/Resources/Private/Extension/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => '{$styles.content.image.lazyLoading}', 'imageDecoding' => '{$styles.content.image.imageDecoding}', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '{$styles.content.textmedia.linkWrap.newWindow}', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="image-link" rel="popup-{file:current:uid_foreign}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))))), 'lib.dynamicContent', 'dynamicContent')
in /html/typo3-composer/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('colPos' => 0), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/var/cache/code/fluid_template/Default_action_Rows_bb5e5d5181ee89e8d925e9b80736ae0b674978bb.php line 62
'currentValueKey' => NULL,
'table' => '',
];
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
            ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
at Default_action_Rows_bb5e5d5181ee89e8d925e9b80736ae0b674978bb->{closure}()
in /html/typo3-composer/vendor/typo3/cms-fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php line 165
            trigger_error('Using f:format.html in backend context has been deprecated in TYPO3 v12 and will be removed with v13', E_USER_DEPRECATED);
            $tsfeBackup = self::simulateFrontendEnvironment();
        }

        $value = $renderChildrenClosure() ?? '';

        // Prepare data array
        if (is_object($data)) {
            $data = ObjectAccess::getGettableProperties($data);
at TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlViewHelper::renderStatic(array('parseFuncTSPath' => 'lib.parseFunc', 'data' => null, 'current' => null, 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/var/cache/code/fluid_template/Default_action_Rows_bb5e5d5181ee89e8d925e9b80736ae0b674978bb.php line 97
'currentValueKey' => NULL,
'table' => '',
];

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
    ';
return $output3;
at Default_action_Rows_bb5e5d5181ee89e8d925e9b80736ae0b674978bb->{closure}()
in /html/typo3-composer/vendor/typo3/cms-fluid/Classes/ViewHelpers/Format/HtmlentitiesDecodeViewHelper.php line 86
     * @return mixed
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $value = $renderChildrenClosure();
        $encoding = $arguments['encoding'];
        $keepQuotes = $arguments['keepQuotes'];

        if (!is_string($value) && !(is_object($value) && method_exists($value, '__toString'))) {
at TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlentitiesDecodeViewHelper::renderStatic(array('value' => null, 'keepQuotes' => false, 'encoding' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/var/cache/code/fluid_template/Default_action_Rows_bb5e5d5181ee89e8d925e9b80736ae0b674978bb.php line 110
'keepQuotes' => false,
'encoding' => NULL,
];
$renderChildrenClosure2 = ($arguments1['value'] !== null) ? function() use ($arguments1) { return $arguments1['value']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlentitiesDecodeViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

at Default_action_Rows_bb5e5d5181ee89e8d925e9b80736ae0b674978bb->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/var/cache/code/fluid_template/layout_Default_html_c32d5317d0670e8cbf39853d8aa9a22c0f24d12a.php line 330
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '
            <!--TYPO3SEARCH_end-->
        </div>
at layout_Default_html_c32d5317d0670e8cbf39853d8aa9a22c0f24d12a->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '50.' => array('languages' => '0,1', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'footernavigation', 'entryLevel' => '0', 'excludeUidList' => '12'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '35.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footermetanav', 'special' => 'directory', 'special.' => array('value' => '24268')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '36.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footersocialsnav', 'special' => 'directory', 'special.' => array('value' => '24250')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'breadcrumbs', 'special' => 'rootline', 'special.' => array('range' => '0|-1')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'metanavigation', 'special' => 'directory', 'special.' => array('value' => '23981'))), 'variables.' => array('isSingle' => 'TEXT', 'isSingle.' => array('value' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'layoutRootPaths.' => array('EXT:theme/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:theme/Resources/Private/Partials/Page/'), 'templateRootPaths.' => array('EXT:theme/Resources/Private/Templates/Page/')))
in /html/typo3-composer/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(MASK\Mask\Fluid\FluidTemplateContentObject), array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '50.' => array('languages' => '0,1', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'footernavigation', 'entryLevel' => '0', 'excludeUidList' => '12'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '35.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footermetanav', 'special' => 'directory', 'special.' => array('value' => '24268')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '36.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footersocialsnav', 'special' => 'directory', 'special.' => array('value' => '24250')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'breadcrumbs', 'special' => 'rootline', 'special.' => array('range' => '0|-1')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'metanavigation', 'special' => 'directory', 'special.' => array('value' => '23981'))), 'variables.' => array('isSingle' => 'TEXT', 'isSingle.' => array('value' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'layoutRootPaths.' => array('EXT:theme/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:theme/Resources/Private/Partials/Page/'), 'templateRootPaths.' => array('EXT:theme/Resources/Private/Templates/Page/')))
in /html/typo3-composer/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('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '50.' => array('languages' => '0,1', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'footernavigation', 'entryLevel' => '0', 'excludeUidList' => '12'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '35.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footermetanav', 'special' => 'directory', 'special.' => array('value' => '24268')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '36.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footersocialsnav', 'special' => 'directory', 'special.' => array('value' => '24250')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'breadcrumbs', 'special' => 'rootline', 'special.' => array('range' => '0|-1')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'metanavigation', 'special' => 'directory', 'special.' => array('value' => '23981'))), 'variables.' => array('isSingle' => 'TEXT', 'isSingle.' => array('value' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'layoutRootPaths.' => array('EXT:theme/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:theme/Resources/Private/Partials/Page/'), 'templateRootPaths.' => array('EXT:theme/Resources/Private/Templates/Page/')), '10')
in /html/typo3-composer/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('includeCSS.' => array('search' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/results.css', 'solr-loader' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/loader.css', 'fa' => 'EXT:theme/Resources/Public/Frontend/assets/fonts/css/all.min.css', 'app' => 'EXT:theme/Resources/Public/Frontend/assets/css/app.css', 'fancybox' => 'EXT:theme/Resources/Public/Frontend/assets/css/magnific-popup.css'), 'includeJSLibs.' => array('jquery' => 'EXT:theme/Resources/Public/Frontend/assets/js/jquery-3.6.0.min.js'), 'includeJSFooter.' => array('fb' => 'EXT:theme/Resources/Public/Frontend/assets/js/jquery.magnific-popup.min.js', 'project_scripts' => 'EXT:theme/Resources/Public/Frontend/assets/js/app.js', 'selectize' => 'EXT:theme/Resources/Public/Frontend/assets/js/selectize.min.js'), 'FLUIDTEMPLATE', '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '50.' => array('languages' => '0,1', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'footernavigation', 'entryLevel' => '0', 'excludeUidList' => '12'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '35.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footermetanav', 'special' => 'directory', 'special.' => array('value' => '24268')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '36.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footersocialsnav', 'special' => 'directory', 'special.' => array('value' => '24250')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'breadcrumbs', 'special' => 'rootline', 'special.' => array('range' => '0|-1')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'metanavigation', 'special' => 'directory', 'special.' => array('value' => '23981'))), 'variables.' => array('isSingle' => 'TEXT', 'isSingle.' => array('value' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'layoutRootPaths.' => array('EXT:theme/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:theme/Resources/Private/Partials/Page/'), 'templateRootPaths.' => array('EXT:theme/Resources/Private/Templates/Page/')), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index, follow', 'author' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung', 'copyright' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung', 'publisher' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung', 'og:site_name' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung'), 'config.' => array('disablePrefixComment' => '1', 'headerComment' => 'Programmed by <<< ifeu gGmbH: Institut für Energie- und Umweltforschung >>>.'), 'headerData.' => array('TEXT', '678.' => array('value' => ' <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff">'), 'FLUIDTEMPLATE', '679.' => array('file' => 'EXT:theme/Resources/Private/Templates/Fav.html', 'extbase.' => array('controllerExtensionName' => 'Theme')), 'TEXT', '998.' => array('value' => ' <link rel="alternate" type="application/rss+xml" title="ifeu update – der Podcast aus der Umweltforschung" href="https://ifeu-update.podigee.io/feed/mp3"/>'), 'TEXT', '999.' => array('value' => ' <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); _paq.push(["setDoNotTrack", true]); _paq.push(["disableCookies"]); _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//matomo.ifeu.de/"; _paq.push([\'setTrackerUrl\', u+\'matomo.php\']); _paq.push([\'setSiteId\', \'2\']); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s); })(); </script>')), 'typeNum' => '0'), '')
in /html/typo3-composer/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('includeCSS.' => array('search' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/results.css', 'solr-loader' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/loader.css', 'fa' => 'EXT:theme/Resources/Public/Frontend/assets/fonts/css/all.min.css', 'app' => 'EXT:theme/Resources/Public/Frontend/assets/css/app.css', 'fancybox' => 'EXT:theme/Resources/Public/Frontend/assets/css/magnific-popup.css'), 'includeJSLibs.' => array('jquery' => 'EXT:theme/Resources/Public/Frontend/assets/js/jquery-3.6.0.min.js'), 'includeJSFooter.' => array('fb' => 'EXT:theme/Resources/Public/Frontend/assets/js/jquery.magnific-popup.min.js', 'project_scripts' => 'EXT:theme/Resources/Public/Frontend/assets/js/app.js', 'selectize' => 'EXT:theme/Resources/Public/Frontend/assets/js/selectize.min.js'), 'FLUIDTEMPLATE', '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '50.' => array('languages' => '0,1', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'footernavigation', 'entryLevel' => '0', 'excludeUidList' => '12'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '35.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footermetanav', 'special' => 'directory', 'special.' => array('value' => '24268')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '36.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'footersocialsnav', 'special' => 'directory', 'special.' => array('value' => '24250')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'breadcrumbs', 'special' => 'rootline', 'special.' => array('range' => '0|-1')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '4', 'includeSpacer' => '0', 'as' => 'metanavigation', 'special' => 'directory', 'special.' => array('value' => '23981'))), 'variables.' => array('isSingle' => 'TEXT', 'isSingle.' => array('value' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'layoutRootPaths.' => array('EXT:theme/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:theme/Resources/Private/Partials/Page/'), 'templateRootPaths.' => array('EXT:theme/Resources/Private/Templates/Page/')), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index, follow', 'author' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung', 'copyright' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung', 'publisher' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung', 'og:site_name' => 'ifeu gGmbH: Institut für Energie- und Umweltforschung'), 'config.' => array('disablePrefixComment' => '1', 'headerComment' => 'Programmed by <<< ifeu gGmbH: Institut für Energie- und Umweltforschung >>>.'), 'headerData.' => array('TEXT', '678.' => array('value' => ' <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff">'), 'FLUIDTEMPLATE', '679.' => array('file' => 'EXT:theme/Resources/Private/Templates/Fav.html', 'extbase.' => array('controllerExtensionName' => 'Theme')), 'TEXT', '998.' => array('value' => ' <link rel="alternate" type="application/rss+xml" title="ifeu update – der Podcast aus der Umweltforschung" href="https://ifeu-update.podigee.io/feed/mp3"/>'), 'TEXT', '999.' => array('value' => ' <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); _paq.push(["setDoNotTrack", true]); _paq.push(["disableCookies"]); _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//matomo.ifeu.de/"; _paq.push([\'setTrackerUrl\', u+\'matomo.php\']); _paq.push([\'setSiteId\', \'2\']); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s); })(); </script>')), 'typeNum' => '0'))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 90
                $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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerInitialization.php line 62
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->initialize($pageIndexerRequest);
        }

        $response = $handler->handle($request);
        if ($pageIndexerRequestHandler instanceof PageIndexerRequestHandler && $pageIndexerRequest instanceof PageIndexerRequest) {
            $pageIndexResponse = $pageIndexerRequestHandler->shutdown($pageIndexerRequest);

            $body = new Stream('php://temp', 'rw');
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305))
in /html/typo3-composer/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/html/typo3-composer/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/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 /html/typo3-composer/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/typo3-composer/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();
});