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) #1316789798 InvalidArgumentException

UID of related record has to be an integer. UID given: ""

in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Resource/FileRepository.php line 76
    public function findByRelation($tableName, $fieldName, $uid, int $workspaceId = null)
    {
        $itemList = [];
        if (!MathUtility::canBeInterpretedAsInteger($uid)) {
            throw new \InvalidArgumentException(
                'UID of related record has to be an integer. UID given: "' . $uid . '"',
                1316789798
            );
        }
at TYPO3\CMS\Core\Resource\FileRepository->findByRelation('pages', 'media', null)
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/packages/carthago/Classes/ViewHelpers/GetParentPageImageViewHelper.php line 24
        $pageRepository = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Domain\Repository\PageRepository::class);
        $page = $pageRepository->getPage($arguments['pageId']);
        $parentPage = $pageRepository->getPage($page['pid']);
        $fileRepository = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Resource\FileRepository::class);
        $fileObjects = $fileRepository->findByRelation('pages', 'media', $parentPage['uid']);
        return $fileObjects;
    }
}
at KaosWerbeagentur\Carthago\ViewHelpers\GetParentPageImageViewHelper::renderStatic(array('pageId' => 1298), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/var/cache/code/fluid_template/Standard_action_product_5079d766eec0ec0670e6ebb9c72b89f7480fb717.php line 834
$arguments28 = array();
$arguments28['pageId'] = NULL;
$array30 = array (
);$arguments28['pageId'] = $renderingContext->getVariableProvider()->getByPath('data.uid', $array30);
$arguments26['value'] = KaosWerbeagentur\Carthago\ViewHelpers\GetParentPageImageViewHelper::renderStatic($arguments28, $renderChildrenClosure29, $renderingContext);
$renderChildrenClosure27 = ($arguments26['value'] !== null) ? function() use ($arguments26) { return $arguments26['value']; } : $renderChildrenClosure27;
$output25 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext)]);

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

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

$output0 .= '
    </div>

at Standard_action_product_5079d766eec0ec0670e6ebb9c72b89f7480fb717->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), false)
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/var/cache/code/fluid_template/layout_Default_html_5a58cd979de238587ec2ff84a43a2c8962657644.php line 102
$arguments4['contentAs'] = NULL;
$arguments4['debug'] = true;
$arguments4['section'] = 'Main';

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

$output0 .= '
</main>
<!--TYPO3SEARCH_end-->
at layout_Default_html_5a58cd979de238587ec2ff84a43a2c8962657644->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateRootPaths.' => array('EXT:carthago_ext/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/'), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'partialRootPaths.' => array('EXT:carthago/Resources/Private/Partials/Page/', 'EXT:carthago/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:carthago/Resources/Private/Layouts/Page/', 'EXT:carthago/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'special' => 'directory', 'special.' => array('value' => '7'), 'includeSpacer' => 'n 1', 'as' => 'MainMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'product_image'), 'as' => 'productImage'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1,2,3,4,5,6,7', 'as' => 'languageMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3'), 'includeSpacer' => '1', 'as' => 'HamburgerMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '4'), 'includeSpacer' => '1', 'as' => 'FooterMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '91'), 'includeSpacer' => '1', 'as' => 'SocialMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3084'), 'includeSpacer' => '1', 'as' => 'MobileMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '81.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3091'), 'includeSpacer' => '1', 'as' => 'MobileSubMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '82.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3096'), 'includeSpacer' => '1', 'as' => 'MobileFooterMenu'))))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateRootPaths.' => array('EXT:carthago_ext/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/'), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'partialRootPaths.' => array('EXT:carthago/Resources/Private/Partials/Page/', 'EXT:carthago/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:carthago/Resources/Private/Layouts/Page/', 'EXT:carthago/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'special' => 'directory', 'special.' => array('value' => '7'), 'includeSpacer' => 'n 1', 'as' => 'MainMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'product_image'), 'as' => 'productImage'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1,2,3,4,5,6,7', 'as' => 'languageMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3'), 'includeSpacer' => '1', 'as' => 'HamburgerMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '4'), 'includeSpacer' => '1', 'as' => 'FooterMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '91'), 'includeSpacer' => '1', 'as' => 'SocialMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3084'), 'includeSpacer' => '1', 'as' => 'MobileMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '81.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3091'), 'includeSpacer' => '1', 'as' => 'MobileSubMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '82.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3096'), 'includeSpacer' => '1', 'as' => 'MobileFooterMenu'))))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateRootPaths.' => array('EXT:carthago_ext/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/'), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'partialRootPaths.' => array('EXT:carthago/Resources/Private/Partials/Page/', 'EXT:carthago/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:carthago/Resources/Private/Layouts/Page/', 'EXT:carthago/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'special' => 'directory', 'special.' => array('value' => '7'), 'includeSpacer' => 'n 1', 'as' => 'MainMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'product_image'), 'as' => 'productImage'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1,2,3,4,5,6,7', 'as' => 'languageMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3'), 'includeSpacer' => '1', 'as' => 'HamburgerMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '4'), 'includeSpacer' => '1', 'as' => 'FooterMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '91'), 'includeSpacer' => '1', 'as' => 'SocialMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3084'), 'includeSpacer' => '1', 'as' => 'MobileMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '81.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3091'), 'includeSpacer' => '1', 'as' => 'MobileSubMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '82.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3096'), 'includeSpacer' => '1', 'as' => 'MobileFooterMenu'))), '10')
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailMarketing' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Marketing.min.js', 'powermailMarketing.' => array('defer' => '1'), 'events2AutoComplete' => 'EXT:events2/Resources/Public/JavaScript/AutoComplete.min.js', 'events2Litepicker' => 'EXT:events2/Resources/Public/JavaScript/LitePicker.js', 'events2' => 'EXT:events2/Resources/Public/JavaScript/Events2.js', 'events2Calendar' => 'EXT:events2/Resources/Public/JavaScript/Calendar.js', 'popper' => 'EXT:carthago/Resources/Public/JavaScript/Dist/popper.min.js', 'bootstrap' => 'EXT:carthago/Resources/Public/JavaScript/Dist/bootstrap.min.js', 'carthago_scripts' => 'EXT:carthago/Resources/Public/JavaScript/Dist/scripts.js', 'carthago_slick' => 'EXT:carthago/Resources/Public/JavaScript/slick.js', 'carthago_custom' => 'EXT:carthago/Resources/Public/JavaScript/custom.js', 'carthago_mCustomScrollbar' => 'EXT:carthago/Resources/Public/JavaScript/jquery.mCustomScrollbar.concat.min.js', 'slickJs' => 'EXT:carthago/Resources/Public/JavaScript/Slider/slick.min.js', 'aos' => 'EXT:carthago/Resources/Public/JavaScript/Slider/aos.js', 'carthago_lightbox' => 'EXT:carthago/Resources/Public/JavaScript/lightbox.js', 'carthago_parallax' => 'EXT:carthago/Resources/Public/JavaScript/parallax.js', 'jQueryForEvents2.' => array('external' => '1')), 'COA', '3131.' => array('wrap' => '<script id="powermail_marketing_information"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-pid="|"|', 'data' => 'TSFE:id', 'intval' => '1'), 'TEXT', '20.' => array('noTrimWrap' => '| data-language="|"|', 'data' => 'TSFE:sys_language_uid', 'intval' => '1'), 'TEXT', '30.' => array('noTrimWrap' => '| data-url="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=1540053358', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'includeCSS.' => array('video_shariff' => 'EXT:video_shariff/Resources/Public/Css/VideoShariff.min.css', 'eventsAutoComplete' => 'EXT:events2/Resources/Public/Css/AutoComplete.min.css', 'eventsTooltip' => 'EXT:events2/Resources/Public/Css/Tooltip.css', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'ext' => 'EXT:carthago_ext/Resources/Public/Css/ext.css', 'carthago_layout' => 'EXT:carthago/Resources/Public/Css/layout.css', 'font-awesome' => 'EXT:carthago/Resources/Public/Css/font-awesome.min.css', 'carthago_style' => 'EXT:carthago/Resources/Public/Css/style.css', 'slick_style' => 'EXT:carthago/Resources/Public/Css/Slider/style.css', 'slick_theme' => 'EXT:carthago/Resources/Public/Css/Slider/slick-theme.min.css', 'slick_main' => 'EXT:carthago/Resources/Public/Css/Slider/slick.min.css', 'aos' => 'EXT:carthago/Resources/Public/Css/Slider/aos.css', 'lightbox' => 'EXT:carthago/Resources/Public/Css/lightbox.css', 'carthago_custom' => 'EXT:carthago/Resources/Public/Css/custom.css', 'jquery_mCustomScrollbar' => 'EXT:carthago/Resources/Public/Css/jquery.mCustomScrollbar.css', 'parallas' => 'EXT:carthago/Resources/Public/Css/parallax.css'), 'includeJSFooterlibs.' => array('video_shariff' => 'EXT:video_shariff/Resources/Public/JavaScript/VideoShariff.min.js', 'jquery' => '', 'jquery.' => array('external' => '0')), 'includeCSSLibs.' => array('blogFrontend' => 'EXT:blog/Resources/Public/Css/frontend.min.css', 'blogFrontend.' => array('forceOnTop' => '1'), 'bootstrap' => 'EXT:carthago/Resources/Public/Css/bootstrap.min.css'), 'includeJS.' => array('ext' => 'EXT:carthago_ext/Resources/Public/JavaScript/ext.min.js'), '10.' => array('templateRootPaths.' => array('EXT:carthago_ext/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/'), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'partialRootPaths.' => array('EXT:carthago/Resources/Private/Partials/Page/', 'EXT:carthago/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:carthago/Resources/Private/Layouts/Page/', 'EXT:carthago/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'special' => 'directory', 'special.' => array('value' => '7'), 'includeSpacer' => 'n 1', 'as' => 'MainMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'product_image'), 'as' => 'productImage'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1,2,3,4,5,6,7', 'as' => 'languageMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3'), 'includeSpacer' => '1', 'as' => 'HamburgerMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '4'), 'includeSpacer' => '1', 'as' => 'FooterMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '91'), 'includeSpacer' => '1', 'as' => 'SocialMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3084'), 'includeSpacer' => '1', 'as' => 'MobileMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '81.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3091'), 'includeSpacer' => '1', 'as' => 'MobileSubMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '82.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3096'), 'includeSpacer' => '1', 'as' => 'MobileFooterMenu'))), 'headerData.' => array('TEXT', '1706485855.' => array('value' => '<!-- Meta Pixel --> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", () => { let metaPixelCookie = false; try { metaPixelCookie = JSON.parse(metaPixelCookieValue); } catch (e) { return false; } if(metaPixelCookie) { if(\'accepted\' in metaPixelCookie){ const metaPixelCookieAccepted = metaPixelCookie[\'accepted\']; if((1 in metaPixelCookieAccepted) && metaPixelCookieAccepted[1].uid == 21) { !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(\\!f._fbq)f._fbq=n;n.push=n;n.loaded=\\!0;n.version=\'2.0\'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,\'script\', \'[https://connect.facebook.net/en_US/fbevents.js|https://connect.facebook.net/en_US/fbevents.js]\'); fbq(\'init\', \'226192626698615\'); fbq(\'track\', \'PageView\'); } } } }); </script> <!-- End Meta Pixel -->'), 'TEXT', '88.' => array('value' => ' <meta http-equiv=\'cache-control\' content=\'no-cache\'> <meta http-equiv=\'expires\' content=\'0\'> <meta http-equiv=\'pragma\' content=\'no-cache\'> '), 'TEXT', '80.' => array('value' => '<link rel="stylesheet" href="/typo3conf/ext/carthago_ext/Resources/Public/Css/swiper-bundle.min.css"/>'), 'TEXT', '90.' => array('value' => '<script src="/typo3conf/ext/carthago_ext/Resources/Public/JavaScript/swiper-bundle.min.js"></script>'), 'TEXT', '9281.' => array('value' => '<!-- Copyright (c) 2000-2022 etracker GmbH. All rights reserved. --> <!-- This material may not be reproduced, displayed, modified or distributed --> <!-- without the express prior written permission of the copyright holder. --> <!-- etracker tracklet 5.0 --> <script type="text/javascript"> // var et_pagename = ""; // var et_areas = ""; // var et_tval = 0; // var et_tsale = 0; // var et_tonr = ""; // var et_basket = ""; </script> <script id="_etLoader" type="text/javascript" charset="UTF-8" data-block-cookies="true" data-respect-dnt="true" data-secure-code="3ssOSE" src="//code.etracker.com/code/e.js" async></script> <!-- etracker tracklet 5.0 end --> <meta name="facebook-domain-verification" content="8nhn8dvkmm77sx2s3fe9giacyak0w4" /> '), 'TEXT', '10.' => array('value' => '<meta name="google-site-verification" content="NvKxEWkWyMn030fnqIdvbpPwobf1cSLfd6Qs5P8724Y" />')), 'TEXT', '1706485855.' => array('value' => ' <!-- Meta Pixel (noscript) --> <noscript><img height="1" width="1" style="display:none" src=[https://www.facebook.com/tr?id=226192626698615&ev=PageView&noscript=1|https://www.facebook.com/tr?id=226192626698615&ev=PageView&noscript=1] /></noscript> <!-- End Meta Pixel (noscript) -->'), 'typeNum' => '0', 'shortcutIcon' => 'EXT:carthago/Resources/Public/Icons/favicon.ico', 'FLUIDTEMPLATE', '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')))))))), 'includeJSLibs.' => array('bootstrap' => 'EXT:carthago/Resources/Public/JavaScript/Dist/jquery-3.6.0.min.js'), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'levelfield:1, uid', 'dataWrap' => 'id="ca-{TSFE:id}" class="ca-|'), 'TEXT', '20.' => array('data' => 'level:1', 'noTrimWrap' => '| level| |'), 'TEXT', '30.' => array('value' => 'has-subs', 'if.' => array('isTrue.' => array('numRows.' => array('table' => 'pages', 'where' => 'pid=this')))), 'TEXT', '40.' => array('value' => 'no-subs', 'if.' => array('negate' => '1', 'isTrue.' => array('numRows.' => array('table' => 'pages', 'where' => 'pid=this')))), 'TEXT', '50.' => array('data' => 'pagelayout', 'noTrimWrap' => '| backend_template_||'), 'TEXT', '60.' => array('value' => '"'), 'stdWrap.' => array('noTrimWrap' => '|<body |>|')), 'cssInline.' => array('TEXT', '133.' => array('value' => ' '))), '')
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailMarketing' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Marketing.min.js', 'powermailMarketing.' => array('defer' => '1'), 'events2AutoComplete' => 'EXT:events2/Resources/Public/JavaScript/AutoComplete.min.js', 'events2Litepicker' => 'EXT:events2/Resources/Public/JavaScript/LitePicker.js', 'events2' => 'EXT:events2/Resources/Public/JavaScript/Events2.js', 'events2Calendar' => 'EXT:events2/Resources/Public/JavaScript/Calendar.js', 'popper' => 'EXT:carthago/Resources/Public/JavaScript/Dist/popper.min.js', 'bootstrap' => 'EXT:carthago/Resources/Public/JavaScript/Dist/bootstrap.min.js', 'carthago_scripts' => 'EXT:carthago/Resources/Public/JavaScript/Dist/scripts.js', 'carthago_slick' => 'EXT:carthago/Resources/Public/JavaScript/slick.js', 'carthago_custom' => 'EXT:carthago/Resources/Public/JavaScript/custom.js', 'carthago_mCustomScrollbar' => 'EXT:carthago/Resources/Public/JavaScript/jquery.mCustomScrollbar.concat.min.js', 'slickJs' => 'EXT:carthago/Resources/Public/JavaScript/Slider/slick.min.js', 'aos' => 'EXT:carthago/Resources/Public/JavaScript/Slider/aos.js', 'carthago_lightbox' => 'EXT:carthago/Resources/Public/JavaScript/lightbox.js', 'carthago_parallax' => 'EXT:carthago/Resources/Public/JavaScript/parallax.js', 'jQueryForEvents2.' => array('external' => '1')), 'COA', '3131.' => array('wrap' => '<script id="powermail_marketing_information"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-pid="|"|', 'data' => 'TSFE:id', 'intval' => '1'), 'TEXT', '20.' => array('noTrimWrap' => '| data-language="|"|', 'data' => 'TSFE:sys_language_uid', 'intval' => '1'), 'TEXT', '30.' => array('noTrimWrap' => '| data-url="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=1540053358', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'includeCSS.' => array('video_shariff' => 'EXT:video_shariff/Resources/Public/Css/VideoShariff.min.css', 'eventsAutoComplete' => 'EXT:events2/Resources/Public/Css/AutoComplete.min.css', 'eventsTooltip' => 'EXT:events2/Resources/Public/Css/Tooltip.css', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'ext' => 'EXT:carthago_ext/Resources/Public/Css/ext.css', 'carthago_layout' => 'EXT:carthago/Resources/Public/Css/layout.css', 'font-awesome' => 'EXT:carthago/Resources/Public/Css/font-awesome.min.css', 'carthago_style' => 'EXT:carthago/Resources/Public/Css/style.css', 'slick_style' => 'EXT:carthago/Resources/Public/Css/Slider/style.css', 'slick_theme' => 'EXT:carthago/Resources/Public/Css/Slider/slick-theme.min.css', 'slick_main' => 'EXT:carthago/Resources/Public/Css/Slider/slick.min.css', 'aos' => 'EXT:carthago/Resources/Public/Css/Slider/aos.css', 'lightbox' => 'EXT:carthago/Resources/Public/Css/lightbox.css', 'carthago_custom' => 'EXT:carthago/Resources/Public/Css/custom.css', 'jquery_mCustomScrollbar' => 'EXT:carthago/Resources/Public/Css/jquery.mCustomScrollbar.css', 'parallas' => 'EXT:carthago/Resources/Public/Css/parallax.css'), 'includeJSFooterlibs.' => array('video_shariff' => 'EXT:video_shariff/Resources/Public/JavaScript/VideoShariff.min.js', 'jquery' => '', 'jquery.' => array('external' => '0')), 'includeCSSLibs.' => array('blogFrontend' => 'EXT:blog/Resources/Public/Css/frontend.min.css', 'blogFrontend.' => array('forceOnTop' => '1'), 'bootstrap' => 'EXT:carthago/Resources/Public/Css/bootstrap.min.css'), 'includeJS.' => array('ext' => 'EXT:carthago_ext/Resources/Public/JavaScript/ext.min.js'), '10.' => array('templateRootPaths.' => array('EXT:carthago_ext/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/', 'EXT:carthago/Resources/Private/Templates/Page/'), 'templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'partialRootPaths.' => array('EXT:carthago/Resources/Private/Partials/Page/', 'EXT:carthago/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:carthago/Resources/Private/Layouts/Page/', 'EXT:carthago/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'special' => 'directory', 'special.' => array('value' => '7'), 'includeSpacer' => 'n 1', 'as' => 'MainMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'product_image'), 'as' => 'productImage'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1,2,3,4,5,6,7', 'as' => 'languageMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3'), 'includeSpacer' => '1', 'as' => 'HamburgerMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '4'), 'includeSpacer' => '1', 'as' => 'FooterMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '91'), 'includeSpacer' => '1', 'as' => 'SocialMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3084'), 'includeSpacer' => '1', 'as' => 'MobileMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '81.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3091'), 'includeSpacer' => '1', 'as' => 'MobileSubMenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '82.' => array('levels' => '2', 'special' => 'directory', 'special.' => array('value' => '3096'), 'includeSpacer' => '1', 'as' => 'MobileFooterMenu'))), 'headerData.' => array('TEXT', '1706485855.' => array('value' => '<!-- Meta Pixel --> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", () => { let metaPixelCookie = false; try { metaPixelCookie = JSON.parse(metaPixelCookieValue); } catch (e) { return false; } if(metaPixelCookie) { if(\'accepted\' in metaPixelCookie){ const metaPixelCookieAccepted = metaPixelCookie[\'accepted\']; if((1 in metaPixelCookieAccepted) && metaPixelCookieAccepted[1].uid == 21) { !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(\\!f._fbq)f._fbq=n;n.push=n;n.loaded=\\!0;n.version=\'2.0\'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,\'script\', \'[https://connect.facebook.net/en_US/fbevents.js|https://connect.facebook.net/en_US/fbevents.js]\'); fbq(\'init\', \'226192626698615\'); fbq(\'track\', \'PageView\'); } } } }); </script> <!-- End Meta Pixel -->'), 'TEXT', '88.' => array('value' => ' <meta http-equiv=\'cache-control\' content=\'no-cache\'> <meta http-equiv=\'expires\' content=\'0\'> <meta http-equiv=\'pragma\' content=\'no-cache\'> '), 'TEXT', '80.' => array('value' => '<link rel="stylesheet" href="/typo3conf/ext/carthago_ext/Resources/Public/Css/swiper-bundle.min.css"/>'), 'TEXT', '90.' => array('value' => '<script src="/typo3conf/ext/carthago_ext/Resources/Public/JavaScript/swiper-bundle.min.js"></script>'), 'TEXT', '9281.' => array('value' => '<!-- Copyright (c) 2000-2022 etracker GmbH. All rights reserved. --> <!-- This material may not be reproduced, displayed, modified or distributed --> <!-- without the express prior written permission of the copyright holder. --> <!-- etracker tracklet 5.0 --> <script type="text/javascript"> // var et_pagename = ""; // var et_areas = ""; // var et_tval = 0; // var et_tsale = 0; // var et_tonr = ""; // var et_basket = ""; </script> <script id="_etLoader" type="text/javascript" charset="UTF-8" data-block-cookies="true" data-respect-dnt="true" data-secure-code="3ssOSE" src="//code.etracker.com/code/e.js" async></script> <!-- etracker tracklet 5.0 end --> <meta name="facebook-domain-verification" content="8nhn8dvkmm77sx2s3fe9giacyak0w4" /> '), 'TEXT', '10.' => array('value' => '<meta name="google-site-verification" content="NvKxEWkWyMn030fnqIdvbpPwobf1cSLfd6Qs5P8724Y" />')), 'TEXT', '1706485855.' => array('value' => ' <!-- Meta Pixel (noscript) --> <noscript><img height="1" width="1" style="display:none" src=[https://www.facebook.com/tr?id=226192626698615&ev=PageView&noscript=1|https://www.facebook.com/tr?id=226192626698615&ev=PageView&noscript=1] /></noscript> <!-- End Meta Pixel (noscript) -->'), 'typeNum' => '0', 'shortcutIcon' => 'EXT:carthago/Resources/Public/Icons/favicon.ico', 'FLUIDTEMPLATE', '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')))))))), 'includeJSLibs.' => array('bootstrap' => 'EXT:carthago/Resources/Public/JavaScript/Dist/jquery-3.6.0.min.js'), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'levelfield:1, uid', 'dataWrap' => 'id="ca-{TSFE:id}" class="ca-|'), 'TEXT', '20.' => array('data' => 'level:1', 'noTrimWrap' => '| level| |'), 'TEXT', '30.' => array('value' => 'has-subs', 'if.' => array('isTrue.' => array('numRows.' => array('table' => 'pages', 'where' => 'pid=this')))), 'TEXT', '40.' => array('value' => 'no-subs', 'if.' => array('negate' => '1', 'isTrue.' => array('numRows.' => array('table' => 'pages', 'where' => 'pid=this')))), 'TEXT', '50.' => array('data' => 'pagelayout', 'noTrimWrap' => '| backend_template_||'), 'TEXT', '60.' => array('value' => '"'), 'stdWrap.' => array('noTrimWrap' => '|<body |>|')), 'cssInline.' => array('TEXT', '133.' => array('value' => ' '))))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/events2/Classes/Middleware/GetUriForDayMiddleware.php line 47

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if ($request->getHeader('ext-events2') !== ['getUriForDay']) {
            return $handler->handle($request);
        }

        $startDate = $this->getStartDateFromRequest($request);
        if ($startDate === null) {
at JWeiland\Events2\Middleware\GetUriForDayMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/events2/Classes/Middleware/GetSubCategoriesMiddleware.php line 42

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if ($request->getHeader('ext-events2') !== ['getSubCategories']) {
            return $handler->handle($request);
        }

        $categoryUid = (int)($request->getQueryParams()['events2Category'] ?? 0);
        if ($categoryUid === 0) {
at JWeiland\Events2\Middleware\GetSubCategoriesMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/events2/Classes/Middleware/GetLocationsMiddleware.php line 41

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if ($request->getHeader('ext-events2') !== ['getLocations']) {
            return $handler->handle($request);
        }

        // Hint: search may fail with "&" in $search
        $search = trim(htmlspecialchars(strip_tags(
at JWeiland\Events2\Middleware\GetLocationsMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/events2/Classes/Middleware/GetDaysForMonthMiddleware.php line 65

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if ($request->getHeader('ext-events2') !== ['getDaysForMonth']) {
            return $handler->handle($request);
        }

        $getParameters = $request->getQueryParams();

at JWeiland\Events2\Middleware\GetDaysForMonthMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/packages/dv_t3_consent_management/Classes/Middleware/FrontendHookMiddleware.php line 20
     * @throws Exception
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        // add modal only for page requests
        if ((int) $request->getAttribute('routing')->getPageType() === 0) {
            // check if response is not a download
at Davitec\DvT3ConsentManagement\Middleware\FrontendHookMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 19
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditing.php line 36
            $response->getBody()->write($controller->content);
            return $response;
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditing->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditingAspect.php line 57
            // Change the sanitizer to allow the attributes used in Frontend Editing.
            $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer']['default'] =
                FrontendEditingSanitizerBuilder::class;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingAspect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditingInitiator.php line 45
            $GLOBALS['TSFE']->displayFieldEditIcons = 1;
            // Disable cHash check when browsing the frontend in frontend editing
            $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = false;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/yoast_seo/Classes/Middleware/PageRequestMiddleware.php line 24
        if (YoastRequestHash::isValid($request->getServerParams())) {
            $context = GeneralUtility::makeInstance(Context::class);
            $context->setAspect('visibility', new VisibilityAspect(true));
        }
        return $handler->handle($request);
    }
}
at YoastSeoForTypo3\YoastSeo\Middleware\PageRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/packages/language_mode_switch/Classes/Middleware/Frontend/LanguageModeSwitch.php line 88
        if ($mode !== '') {
            $newLanguage = $this->getNewLanguageWithMode($language, $mode);
            $request = $request->withAttribute('language', $newLanguage);
        }
        return $handler->handle($request);
    }

    private function getPageDefinedCustomMode(
        ?PageArguments $pageArguments,
at ITSC\LanguageModeSwitch\Middleware\Frontend\LanguageModeSwitch->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/packages/dv_t3_consent_management/Classes/Middleware/ApiRequestMiddleware.php line 45

        $_requestUri = $normalizedParams->getRequestUri();
        // 404 - not found
        if ($_requestUri === '' || strpos($_requestUri, '/dv-t3consentmanagement-api/') === false) {
            $response = $handler->handle( $request);
            return $response;
        }

        $_requestUri = str_replace('/dv-t3consentmanagement-api/', '', $_requestUri);
at Davitec\DvT3ConsentManagement\Middleware\ApiRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3conf/ext/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$353))
in /www/htdocs/w01ce0ae/carthago.com/website/t3carthago2021/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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