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

No Content Object definition found at TypoScript object path "tt_content.list.20.productions_showproductions"

in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 162
            }
            $setup = $setup[$segment . '.'];
        }
        if (!isset($setup[$lastSegment])) {
            throw new Exception(
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'uid' => 26, 'pid' => 81, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1482417927, 'crdate' => 1480028160, 'cruser_id' => 4, 'editlock' => 0, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'rowDescription' => null, 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 2, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => 'productions_showproductions', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 250, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.categories"> <value index="vDEF">20</value> </field> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.templateLayout"> <value index="vDEF">1</value> </field> <field index="settings.startArea"> <value index="vDEF"></value> </field> <field index="settings.titleText"> <value index="vDEF">KI.KA-Krimi.de</value> </field> <field index="settings.orderBy"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"list_type":null,"pi_flexform":null,"hidden":null}', 'selected_categories' => '', 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'categories' => 0, 'tx_news_related_news' => 0, 'tx_mask_tophead' => null, 'tx_mask_date' => null, 'tx_mask_link' => '', 'tx_mask_linktext' => '', 'tx_mask_boximage' => 0, 'tx_mask_box2_description' => null, 'tx_mask_box2_place' => null, 'tx_mask_box2_html' => null, 'tx_mask_boximage2' => 0, 'tx_mask_box1_select' => '', 'tx_mask_row' => 0, 'tx_mask_slider_vidindex' => null, 'tx_mask_slider_video' => 0, 'tx_mask_slider_new_slides' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'tx_mask_block1' => null, 'tx_mask_block3' => null, 'tx_mask_outro' => null, 'tx_mask_block2' => null, 'tx_mask_boxnew' => '', 'tx_mask_bild' => 0), 'typoscriptObjectPath' => 'tt_content.list.20.productions_showproductions', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00b41b5/saxonia.oeding.net/typo3temp/var/cache/code/fluid_template/Default_action_List_0abfd3a5120773d48d0c64d4be4b92af084c584d.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_0abfd3a5120773d48d0c64d4be4b92af084c584d->{closure}()
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/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 /www/htdocs/w00b41b5/saxonia.oeding.net/typo3temp/var/cache/code/fluid_template/Default_action_List_0abfd3a5120773d48d0c64d4be4b92af084c584d.php line 80
return $output4;
},
];

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

$output0 .= '

at Default_action_List_0abfd3a5120773d48d0c64d4be4b92af084c584d->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/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 /www/htdocs/w00b41b5/saxonia.oeding.net/typo3temp/var/cache/code/fluid_template/layout_Default_html_14705db790458207b4780cd64563d0171b1337d6.php line 286
'contentAs' => NULL,
'debug' => true,
];

$output4 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments31, $renderChildrenClosure32, $renderingContext);

$output4 .= '
                ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_14705db790458207b4780cd64563d0171b1337d6->{closure}()
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__then'])) {
                return $arguments['__then']();
            }
            return '';
        }
        if (!empty($arguments['__elseIf'])) {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__then' => object(Closure), '__else' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00b41b5/saxonia.oeding.net/typo3temp/var/cache/code/fluid_template/layout_Default_html_14705db790458207b4780cd64563d0171b1337d6.php line 759
return $output49;
},
];

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

$output0 .= '

at layout_Default_html_14705db790458207b4780cd64563d0171b1337d6->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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:saxoniamedia/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:saxoniamedia/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:saxoniamedia/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '20.' => array('dpcookieconsent_pi1' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi1.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi2.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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:saxoniamedia/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:saxoniamedia/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:saxoniamedia/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '20.' => array('dpcookieconsent_pi1' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi1.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi2.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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('dpcookieconsent_pi1' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi1.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi2.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'))), 'list')
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'mask_box1' => '< lib.maskContentElement', 'mask_box1.' => array('templateName' => 'Box1'), 'mask_box2' => '< lib.maskContentElement', 'mask_box2.' => array('templateName' => 'Box2'), 'mask_jobs' => '< lib.maskContentElement', 'mask_jobs.' => array('templateName' => 'Jobs'), 'mask_masktable' => '< lib.maskContentElement', 'mask_masktable.' => array('templateName' => 'Masktable'), 'mask_slider' => '< lib.maskContentElement', 'mask_slider.' => array('templateName' => 'Slider'), 'mask_slider_new' => '< lib.maskContentElement', 'mask_slider_new.' => array('templateName' => 'SliderNew'), 'mask_boxnew' => '< lib.maskContentElement', 'mask_boxnew.' => array('templateName' => 'Boxnew'), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), '20.' => array('1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="fancybox img-responsive" data-fancybox-group="fb_{field:uid}"')))), 'layout.' => array('TEXT', '32.' => array('value' => '<div><div>###IMAGES###</div><div>###TEXT###</div><div><!-- --></div></div>', 'insertData' => '1')), 'textMargin' => '30')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('dpcookieconsent_pi1' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi1.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi2.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('comma-separated-value', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'wrap' => '<div class="csc-text">|</div>'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'powermail_pi1' => '< lib.contentElement', 'powermail_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi1')), 'powermail_pi2' => '< lib.contentElement', 'powermail_pi2.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi2')), 'powermail_pi3' => '< lib.contentElement', 'powermail_pi3.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi3')), 'powermail_pi4' => '< lib.contentElement', 'powermail_pi4.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi4'))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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_box1' => '< lib.maskContentElement', 'mask_box1.' => array('templateName' => 'Box1'), 'mask_box2' => '< lib.maskContentElement', 'mask_box2.' => array('templateName' => 'Box2'), 'mask_jobs' => '< lib.maskContentElement', 'mask_jobs.' => array('templateName' => 'Jobs'), 'mask_masktable' => '< lib.maskContentElement', 'mask_masktable.' => array('templateName' => 'Masktable'), 'mask_slider' => '< lib.maskContentElement', 'mask_slider.' => array('templateName' => 'Slider'), 'mask_slider_new' => '< lib.maskContentElement', 'mask_slider_new.' => array('templateName' => 'SliderNew'), 'mask_boxnew' => '< lib.maskContentElement', 'mask_boxnew.' => array('templateName' => 'Boxnew'), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), '20.' => array('1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="fancybox img-responsive" data-fancybox-group="fb_{field:uid}"')))), 'layout.' => array('TEXT', '32.' => array('value' => '<div><div>###IMAGES###</div><div>###TEXT###</div><div><!-- --></div></div>', 'insertData' => '1')), 'textMargin' => '30')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('dpcookieconsent_pi1' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi1.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'EXTBASEPLUGIN', 'dpcookieconsent_pi2.' => array('extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('comma-separated-value', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'wrap' => '<div class="csc-text">|</div>'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'powermail_pi1' => '< lib.contentElement', 'powermail_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi1')), 'powermail_pi2' => '< lib.contentElement', 'powermail_pi2.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi2')), 'powermail_pi3' => '< lib.contentElement', 'powermail_pi3.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi3')), 'powermail_pi4' => '< lib.contentElement', 'powermail_pi4.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi4'))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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('orderBy' => 'sorting', 'where' => 'colPos=2')))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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('orderBy' => 'sorting', 'where' => 'colPos=2')))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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('orderBy' => 'sorting', 'where' => 'colPos=2')), 'variables.content2')
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 295
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))))
in /www/htdocs/w00b41b5/saxonia.oeding.net/typo3conf/ext/mask/Classes/Fluid/FluidTemplateContentObject.php line 31
     */
    protected function getContentObjectVariables(array $conf = []): array
    {
        // Call Parent Function to maintain core functions
        $variables = parent::getContentObjectVariables($conf);

        // Make some enhancements to data of pages
        if ($this->cObj->getCurrentTable() === 'pages') {
            $data = $variables['data'];
at MASK\Mask\Fluid\FluidTemplateContentObject->getContentObjectVariables(array('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 81
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))), '10')
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/JavaScript/dp_cookieconsent.js', 'jquery' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/jquery.min.js', 'bootstrap' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/bootstrap.min.js', 'viewport' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/ie10-viewport-bug-workaround.js', 'swiper' => 'EXT:saxonia2021/Resources/Public/Ext/Swiper/swiper.jquery.min.js', 'fancybox' => 'EXT:saxonia2021/Resources/Public/Ext/Fancybox/jquery.fancybox.js', 'script' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/scripts.js', 'saxoniamedia_scripts' => 'EXT:saxoniamedia/Resources/Public/JavaScript/Dist/scripts.js'), 'includeCSS.' => array('dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/css/dp_cookieconsent.css', 'webfonts' => 'EXT:saxonia2021/Resources/Public/Fonts/MyFontsWebfontsKit.css', 'awesome' => 'EXT:saxonia2021/Resources/Public/Fonts/font-awesome-4.6.3/css/font-awesome.min.css', 'bootstrap' => 'EXT:saxonia2021/Resources/Public/Css/bootstrap.min.css', 'swiper' => 'EXT:saxonia2021/Resources/Public/Ext/Swiper/swiper.min.css', 'fancybox' => 'EXT:saxonia2021/Resources/Public/Ext/Fancybox/jquery.fancybox.css', 'navigation' => 'EXT:saxonia2021/Resources/Public/Css/navigation.css', 'style' => 'EXT:saxonia2021/Resources/Public/Css/style.css', 'content' => 'EXT:saxonia2021/Resources/Public/Css/content.css', 'saxoniamedia_layout' => 'EXT:saxoniamedia/Resources/Public/Css/layout.min.css'), 'headerData.' => array('657.' => array('10.' => array('stdWrap.' => array('replacement.' => array('10.' => array('search' => '<script', 'replace' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain"'), '20.' => array('search' => 'src=', 'replace' => 'data-src='))))), 'COA', '998.' => array('COA', '10.' => array('wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>', 'required' => '1'), 'COA', '20.' => array('if.' => array('value' => '', 'equals' => '', 'negate' => '1'), 'COA', '10.' => array('wrap' => '<script data-ignore="1" >function DPInitTagManager(){|}</script>', 'TEXT', '15.' => array('value' => '', 'wrap' => '/* Google Tag Manager */(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'#\');/* End Google Tag Manager */', 'wrap.' => array('splitChar' => '#'), 'required' => '1')), 'TEXT', '20.' => array('value' => '/* Init DP Tag Manager */ DPInitTagManager(); /* End Init DP Tag Manager*/', 'wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>'), 'TEXT', '25.' => array('value' => '/* Init DP Tag Manager */ DPInitTagManager(); /* End Init DP Tag Manager*/', 'wrap' => '<script data-ignore="1" data-cookieconsent="marketing" type="text/plain">|</script>'), 'TEXT', '30.' => array('value' => '/* DP publisch Events to Tag Manager */window.dataLayer = window.dataLayer || [];window.dataLayer.push({ \'event\': \'dp-cookie-statistics-accept\' });/* End DP publisch Events to Tag Manager */', 'wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>', 'if.' => array('isInList' => 'statistics', 'value' => 'statistics,marketing')), 'TEXT', '40.' => array('value' => '/* DP publisch Events to Tag Manager */window.dataLayer = window.dataLayer || [];window.dataLayer.push({ \'event\': \'dp-cookie-marketing-accept\' });/* End DP publisch Events to Tag Manager */', 'wrap' => '<script data-ignore="1" data-cookieconsent="marketing" type="text/plain">|</script>', 'if.' => array('isInList' => 'marketing', 'value' => 'statistics,marketing')))), 'TEXT', '10.' => array('value' => ' <!-- Favicons --> <meta name="theme-color" content="#ffffff"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->'), 'TEXT', '1100.' => array('value' => ' <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/manifest.json"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff">'), 'TEXT', '86776.' => array('value' => '<style>.contentarea .box-container li, .contentarea .box-container .text li { margin-left: 0; padding-left: 0; list-style: square; list-style: url(/fileadmin/page/main/img/dot.png); line-height: 1.2; font-size: 13px; margin-bottom: 10px;}.startpage .news .box .text p { font-size: 13px;}@media (max-width: 768px) {.standardpage .swiper-wrapper { height:500px;}.standardpage .swiper-wrapper .swiper-bg { height:100%; background-position:left top; background-size:cover;}.brand { width: 100px; height: 155px;}.brand-text { font-size:16px;}.brand-logo { margin-top:33px;}.swiper-container-horizontal > .swiper-pagination-bullets { top:90px;}}</style><meta property=“og:image“ content=“https://www.saxonia-media.de/typo3conf/ext/saxonia2021/Resources/Public/Images/_saxonia-logo-blau.png“ /><link rel=“image_src“ type=“image/jpeg“ href=typo3conf/ext/saxonia2021/Resources/Public/Images/_saxonia-logo-blau.png />')), 'footerData.' => array('COA', '998.' => array('FLUIDTEMPLATE', '20.' => array('file' => 'EXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html', 'templateName' => 'Cookie', 'templateRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Layouts/', ''), 'settings.' => array('url' => '', 'target' => '_blank', 'theme' => 'edgeless', 'position' => 'bottom-right', 'type' => 'opt-in', 'revokable' => 'true', 'reloadOnRevoke' => 'false', 'storagePid' => '', 'checkboxes.' => array('statistics' => 'false', 'marketing' => 'false'), 'overlay.' => array('notice' => 'true', 'box.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#b81839', 'text' => '#fff')), 'palette.' => array('popup.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#b81839', 'text' => '#fff'))), 'dataProcessing.' => array('DirkPersky\\DpCookieconsent\\DataProcessing\\CookieScriptsProcessor', '10.' => array('as' => 'dp_cookie_scripts', 'pid' => ''))))), 'typeNum' => '0', 'FLUIDTEMPLATE', '10.' => array('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))), 'bodyTagCObject' => 'CASE', 'bodyTagCObject.' => array('stdWrap.' => array('wrap' => '<body class="|">'), 'key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'standardpage'), 'TEXT', '2.' => array('value' => 'startpage'), 'TEXT', '3.' => array('value' => 'contentpage')), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index,follow', 'apple-mobile-web-app-capable' => 'no', 'description' => '', 'description.' => array('override.' => array('field' => 'description')), 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => '', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => '', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))))))), 'shortcutIcon' => 'EXT:saxoniamedia/Resources/Public/Icons/favicon.ico', 'includeJSLibs.' => array('jquery_layout' => 'EXT:saxoniamedia/Resources/Public/JavaScript/Dist/jquery.min.js')), '')
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/JavaScript/dp_cookieconsent.js', 'jquery' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/jquery.min.js', 'bootstrap' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/bootstrap.min.js', 'viewport' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/ie10-viewport-bug-workaround.js', 'swiper' => 'EXT:saxonia2021/Resources/Public/Ext/Swiper/swiper.jquery.min.js', 'fancybox' => 'EXT:saxonia2021/Resources/Public/Ext/Fancybox/jquery.fancybox.js', 'script' => 'EXT:saxonia2021/Resources/Public/JavaScript/Dist/scripts.js', 'saxoniamedia_scripts' => 'EXT:saxoniamedia/Resources/Public/JavaScript/Dist/scripts.js'), 'includeCSS.' => array('dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/css/dp_cookieconsent.css', 'webfonts' => 'EXT:saxonia2021/Resources/Public/Fonts/MyFontsWebfontsKit.css', 'awesome' => 'EXT:saxonia2021/Resources/Public/Fonts/font-awesome-4.6.3/css/font-awesome.min.css', 'bootstrap' => 'EXT:saxonia2021/Resources/Public/Css/bootstrap.min.css', 'swiper' => 'EXT:saxonia2021/Resources/Public/Ext/Swiper/swiper.min.css', 'fancybox' => 'EXT:saxonia2021/Resources/Public/Ext/Fancybox/jquery.fancybox.css', 'navigation' => 'EXT:saxonia2021/Resources/Public/Css/navigation.css', 'style' => 'EXT:saxonia2021/Resources/Public/Css/style.css', 'content' => 'EXT:saxonia2021/Resources/Public/Css/content.css', 'saxoniamedia_layout' => 'EXT:saxoniamedia/Resources/Public/Css/layout.min.css'), 'headerData.' => array('657.' => array('10.' => array('stdWrap.' => array('replacement.' => array('10.' => array('search' => '<script', 'replace' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain"'), '20.' => array('search' => 'src=', 'replace' => 'data-src='))))), 'COA', '998.' => array('COA', '10.' => array('wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>', 'required' => '1'), 'COA', '20.' => array('if.' => array('value' => '', 'equals' => '', 'negate' => '1'), 'COA', '10.' => array('wrap' => '<script data-ignore="1" >function DPInitTagManager(){|}</script>', 'TEXT', '15.' => array('value' => '', 'wrap' => '/* Google Tag Manager */(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'#\');/* End Google Tag Manager */', 'wrap.' => array('splitChar' => '#'), 'required' => '1')), 'TEXT', '20.' => array('value' => '/* Init DP Tag Manager */ DPInitTagManager(); /* End Init DP Tag Manager*/', 'wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>'), 'TEXT', '25.' => array('value' => '/* Init DP Tag Manager */ DPInitTagManager(); /* End Init DP Tag Manager*/', 'wrap' => '<script data-ignore="1" data-cookieconsent="marketing" type="text/plain">|</script>'), 'TEXT', '30.' => array('value' => '/* DP publisch Events to Tag Manager */window.dataLayer = window.dataLayer || [];window.dataLayer.push({ \'event\': \'dp-cookie-statistics-accept\' });/* End DP publisch Events to Tag Manager */', 'wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>', 'if.' => array('isInList' => 'statistics', 'value' => 'statistics,marketing')), 'TEXT', '40.' => array('value' => '/* DP publisch Events to Tag Manager */window.dataLayer = window.dataLayer || [];window.dataLayer.push({ \'event\': \'dp-cookie-marketing-accept\' });/* End DP publisch Events to Tag Manager */', 'wrap' => '<script data-ignore="1" data-cookieconsent="marketing" type="text/plain">|</script>', 'if.' => array('isInList' => 'marketing', 'value' => 'statistics,marketing')))), 'TEXT', '10.' => array('value' => ' <!-- Favicons --> <meta name="theme-color" content="#ffffff"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->'), 'TEXT', '1100.' => array('value' => ' <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/manifest.json"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff">'), 'TEXT', '86776.' => array('value' => '<style>.contentarea .box-container li, .contentarea .box-container .text li { margin-left: 0; padding-left: 0; list-style: square; list-style: url(/fileadmin/page/main/img/dot.png); line-height: 1.2; font-size: 13px; margin-bottom: 10px;}.startpage .news .box .text p { font-size: 13px;}@media (max-width: 768px) {.standardpage .swiper-wrapper { height:500px;}.standardpage .swiper-wrapper .swiper-bg { height:100%; background-position:left top; background-size:cover;}.brand { width: 100px; height: 155px;}.brand-text { font-size:16px;}.brand-logo { margin-top:33px;}.swiper-container-horizontal > .swiper-pagination-bullets { top:90px;}}</style><meta property=“og:image“ content=“https://www.saxonia-media.de/typo3conf/ext/saxonia2021/Resources/Public/Images/_saxonia-logo-blau.png“ /><link rel=“image_src“ type=“image/jpeg“ href=typo3conf/ext/saxonia2021/Resources/Public/Images/_saxonia-logo-blau.png />')), 'footerData.' => array('COA', '998.' => array('FLUIDTEMPLATE', '20.' => array('file' => 'EXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html', 'templateName' => 'Cookie', 'templateRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Layouts/', ''), 'settings.' => array('url' => '', 'target' => '_blank', 'theme' => 'edgeless', 'position' => 'bottom-right', 'type' => 'opt-in', 'revokable' => 'true', 'reloadOnRevoke' => 'false', 'storagePid' => '', 'checkboxes.' => array('statistics' => 'false', 'marketing' => 'false'), 'overlay.' => array('notice' => 'true', 'box.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#b81839', 'text' => '#fff')), 'palette.' => array('popup.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#b81839', 'text' => '#fff'))), 'dataProcessing.' => array('DirkPersky\\DpCookieconsent\\DataProcessing\\CookieScriptsProcessor', '10.' => array('as' => 'dp_cookie_scripts', 'pid' => ''))))), 'typeNum' => '0', 'FLUIDTEMPLATE', '10.' => array('templateRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:saxoniamedia/Resources/Private/Partials/Page/'), 'variables.' => array('content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1'), 'slide' => '-1'), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4')), 'content5' => 'CONTENT', 'content5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=5')), 'content6' => 'CONTENT', 'content6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=6'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_standard.html'), 'TEXT', '2.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_start.html'), 'TEXT', '3.' => array('value' => 'EXT:saxoniamedia/Resources/Private/Templates/Page/Fluid_content.html'))))), 'bodyTagCObject' => 'CASE', 'bodyTagCObject.' => array('stdWrap.' => array('wrap' => '<body class="|">'), 'key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'standardpage'), 'TEXT', '2.' => array('value' => 'startpage'), 'TEXT', '3.' => array('value' => 'contentpage')), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index,follow', 'apple-mobile-web-app-capable' => 'no', 'description' => '', 'description.' => array('override.' => array('field' => 'description')), 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => '', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => '', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))))))), 'shortcutIcon' => 'EXT:saxoniamedia/Resources/Public/Icons/favicon.ico', 'includeJSLibs.' => array('jquery_layout' => 'EXT:saxoniamedia/Resources/Public/JavaScript/Dist/jquery.min.js')))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/saxonia.oeding.net/typo3conf/ext/dp_cookieconsent/Classes/Middleware/PlainRenderingMiddleware.php line 30
    {
        $frontendController = $GLOBALS['TSFE'];
        // check for default handling
        if (!$frontendController->isGeneratePage() || !isset($request->getQueryParams()[self::namespace])) {
            return $handler->handle($request);
        }
        // prepare rendering overwrite
        $frontendController->config['config']['debug'] = 0;
        $frontendController->config['config']['disableAllHeaderCode'] = 1;
at DirkPersky\DpCookieconsent\Middleware\PlainRenderingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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/www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$57->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/typo3/sysext/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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __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 /www/htdocs/w00b41b5/srcTYPO3/typo3_src-12.4.12/index.php line 21
call_user_func(static function () {
    $classLoader = require __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();
});