Whoops, looks like something went wrong.

(1/1) TypeError

substr() expects parameter 1 to be string, null given

in /html/typo3/typo3conf/ext/tsbasetemplate/Classes/Controller/TsBaseTemplateController.php line 34

 public function browserLangRedirectAction() {
      $request = $GLOBALS['TYPO3_REQUEST'];
      $pageUrl = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
      $browserLang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
  $currLang = $request->getAttribute('language');
        $currLangIso = $currLang->getTwoLetterIsoCode();
        $currLangId = $currLang->getLanguageId();

at substr(null, 0, 2)
in /html/typo3/typo3conf/ext/tsbasetemplate/Classes/Controller/TsBaseTemplateController.php line 34

 public function browserLangRedirectAction() {
      $request = $GLOBALS['TYPO3_REQUEST'];
      $pageUrl = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
      $browserLang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
  $currLang = $request->getAttribute('language');
        $currLangIso = $currLang->getTwoLetterIsoCode();
        $currLangId = $currLang->getLanguageId();

at CU\TsBaseTemplate\Controller\TsBaseTemplateController->browserLangRedirectAction()
in /html/typo3/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 498
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

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

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

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

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

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

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

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'CU', 'extensionName' => 'TsBaseTemplate', 'pluginName' => 'Redirect'))
in /html/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'CU', 'extensionName' => 'TsBaseTemplate', 'pluginName' => 'Redirect'), 'lib.browserlangredirect')
in /html/typo3/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('parseFunc.' => array('tags.' => array('img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageRenderingController->renderImageAttributes'), 'a' => 'TEXT', 'a.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageLinkRenderingController->renderImages', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'nonTypoTagStdWrap.' => array('HTMLparser.' => array('tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'), 'data-htmlarea-zoom.' => array('unset' => '1'), 'data-htmlarea-clickenlarge.' => array('unset' => '1'), 'data-title-override.' => array('unset' => '1'), 'data-alt-override.' => array('unset' => '1')))), 'keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'HTMLparser' => '1'), 'makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'htmlSanitize' => '1'), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:tsbasetemplate/Resources/Private/ext/fluid_styled_content/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:tsbasetemplate/Resources/Private/ext/fluid_styled_content/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:tsbasetemplate/Resources/Private/ext/fluid_styled_content/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')))), 'parseFunc_RTE.' => array('tags.' => array('img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageRenderingController->renderImageAttributes'), 'a' => 'TEXT', 'a.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageLinkRenderingController->renderImages', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'nonTypoTagStdWrap.' => array('HTMLparser.' => array('tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'), 'data-htmlarea-zoom.' => array('unset' => '1'), 'data-htmlarea-clickenlarge.' => array('unset' => '1'), 'data-title-override.' => array('unset' => '1'), 'data-alt-override.' => array('unset' => '1')))), 'keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'HTMLparser' => '1', 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('tags.' => array('img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageRenderingController->renderImageAttributes'), 'a' => 'TEXT', 'a.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageLinkRenderingController->renderImages', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'nonTypoTagStdWrap.' => array('HTMLparser.' => array('tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array(*DEEP NESTED ARRAY*), 'data-htmlarea-file-uid.' => array(*DEEP NESTED ARRAY*), 'data-htmlarea-file-table.' => array(*DEEP NESTED ARRAY*), 'data-htmlarea-zoom.' => array(*DEEP NESTED ARRAY*), 'data-htmlarea-clickenlarge.' => array(*DEEP NESTED ARRAY*), 'data-title-override.' => array(*DEEP NESTED ARRAY*), 'data-alt-override.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'HTMLparser' => '1'), 'makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'gridelements.' => array('defaultGridSetup.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))), 'tt_content.' => array('shortcut.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'))), 'fluidContent.' => array('templateRootPaths.' => array('EXT:tsbasetemplate/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:tsbasetemplate/Resources/Private/Partials'), 'layoutRootPaths.' => array('EXT:tsbasetemplate/Resources/Private/Layouts'), 'settings.' => array('media.' => array('popup.' => array('directImageLink' => '1', 'JSwindow' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="ilightbox" rel="lb{field:uid}"')), 'allWrap' => 'xx|')))), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'contactForm' => 'COA', 'contactForm.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '98')), 'text_copyright' => 'TEXT', 'text_copyright.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&copy;&nbsp;|&nbsp; Abiagenten'), 'url_home' => 'TEXT', 'url_home.' => array('typolink.' => array('parameter' => '1', 'returnLast' => 'url')), 'url_videos' => 'TEXT', 'url_videos.' => array('typolink.' => array('parameter' => '{$const.pages.videos}', 'returnLast' => 'url')), 'link_print' => 'TEXT', 'link_print.' => array('value' => '<a href="javascript:this.print();" class="print" style="margin-right:4px;" title="Diese Seite ausdrucken"><span>Drucken</span></a>'), 'link_home' => 'COA', 'link_home.' => array('TEXT', '10.' => array('value' => '<span>MYSite</span>', 'typolink.' => array('parameter' => '1', 'ATagParams' => 'title="MYSite"'))), 'logout' => 'TEXT', 'logout.' => array('value' => ''), 'media_images' => 'COA', 'media_images.' => array('required' => '1', 'stdWrap.' => array('wrap' => '|', 'required' => '1'), 'FILES', '10.' => array('references.' => array('data' => 'levelmedia:-1, slide', 'treatIdAsReference' => '1'), 'renderObj' => 'IMAGE', 'renderObj.' => array('stdWrap.' => array('wrap' => '<div class="item active">|</div> |*| <div class="item">|</div> |*| <div class="item">|</div>', 'required' => '1'), 'file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid'))))), 'media_image' => 'IMG_RESOURCE', 'media_image.' => array('file.' => array('import' => 'uploads/media/', 'import.' => array('data' => 'levelmedia: -1, slide'), 'treatIdAsReference' => '1')), 'headerimage' => 'FILES', 'headerimage.' => array('references.' => array('table' => 'pages', 'data' => 'levelmedia:-1, slide'), 'maxItems' => '1', 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1'), 'stdWrap.' => array('required' => '1'))), 'returnLast' => 'url'), 'wrap' => '#teaser { background-image: url("|") }')), 'footerAddressText1' => 'RECORDS', 'footerAddressText1.' => array('tables' => 'tt_content', 'source' => '3'), 'footerAddressText' => 'COA', 'footerAddressText.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '{$const.pages.addressContent}')), 'filterDCE' => 'COA', 'filterDCE.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source.' => array('current' => '1'))), 'nav_image' => 'TEXT', 'nav_image.' => array('value' => ''), 'nav_link' => 'TEXT', 'nav_link.' => array('value' => ''), 'katalog' => 'RECORDS', 'katalog.' => array('tables' => 'tt_content', 'source' => '{$katalogSource}'), 'nsForm' => 'COA', 'nsForm.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '{$nsSource}')), 'quickLinks' => 'COA', 'quickLinks.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '8564')), 'footerLeft' => 'COA', 'footerLeft.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '3')), 'userplatformHeaderContent' => 'COA', 'userplatformHeaderContent.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '598')), 'userplatformRegistrationForm' => 'COA', 'userplatformRegistrationForm.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '599')), 'contactFormObject' => 'COA', 'contactFormObject.' => array('RECORDS', '10.' => array('tables' => 'tt_content', 'orderBy' => 'sorting', 'source' => '98')), 'fbEmbed' => 'USER_INT', 'fbEmbed.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MarbachBlog', 'pluginName' => 'Socialgdpr', 'vendorName' => 'CodersUnlimited', 'controller' => 'Social', 'action' => 'fbEmbed', 'switchableControllerActions.' => array('Social.' => array('fbEmbed'))), 'homePage' => '1', 'browserlangredirect' => 'USER', 'browserlangredirect.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'CU', 'extensionName' => 'TsBaseTemplate', 'pluginName' => 'Redirect')), 'lib.browserlangredirect', 'browserlangredirect')
in /html/typo3/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => null, 'typoscriptObjectPath' => 'lib.browserlangredirect', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_index_ba55ec08b2f7cc90d20dec9c6d14af69cf19cd74.php line 62
$arguments1['currentValueKey'] = NULL;
$arguments1['table'] = '';
$arguments1['typoscriptObjectPath'] = 'lib.browserlangredirect';
$renderChildrenClosure2 = ($arguments1['data'] !== null) ? function() use ($arguments1) { return $arguments1['data']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at Standard_action_index_ba55ec08b2f7cc90d20dec9c6d14af69cf19cd74->section_1a954628a960aaef81d7b2d4521929579f3541e6(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 260
                    );
                }
            }
            $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('head', array(), false)
in /html/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 143
            $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' => 'head', '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 /html/typo3/typo3temp/var/cache/code/fluid_template/layout_Home_html_bfe8d05c0dc8b007e00d61c7ce454447c9ed138b.php line 76
$arguments1['contentAs'] = NULL;
$arguments1['debug'] = true;
$arguments1['section'] = 'head';

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

$output0 .= '
  
  ';
at layout_Home_html_bfe8d05c0dc8b007e00d61c7ce454447c9ed138b->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /html/typo3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

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

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('variables.' => array('subtitle' => 'TEXT', 'subtitle.' => array('field' => 'subtitle'), 'title' => 'TEXT', 'title.' => array('field' => 'nav_title // title'), 'ishome' => 'TEXT', 'ishome.' => array('value' => '0'), 'logo' => 'TEXT', 'logo.' => array('value' => '{$const.logo}'), 'gbfacebookUrl' => 'TEXT', 'gbfacebookUrl.' => array('value' => '{$const.gb.facebookURL}'), 'gbtwitterUrl' => 'TEXT', 'gbtwitterUrl.' => array('value' => '{$const.gb.twitterURL}'), 'gbyoutubeUrl' => 'TEXT', 'gbyoutubeUrl.' => array('value' => '{$const.gb.youtubeURL}'), 'gblinkedInUrl' => 'TEXT', 'gblinkedInUrl.' => array('value' => '{$const.gb.linkedInURL}'), 'gbpinterestUrl' => 'TEXT', 'gbpinterestUrl.' => array('value' => '{$const.gb.pinterestURL}'), 'gbinstagramUrl' => 'TEXT', 'gbinstagramUrl.' => array('value' => '{$const.gb.instagramURL}'), 'current_country' => 'TEXT', 'current_country.' => array('data' => 'global:_COOKIE|activeCountry'), 'kontaktPid' => 'TEXT', 'kontaktPid.' => array('value' => '15'), 'showpatentonCountries' => 'TEXT', 'showpatentonCountries.' => array('value' => ''), 'patentPageId' => 'TEXT', 'patentPageId.' => array('value' => ''), 'homePageUid' => 'TEXT', 'homePageUid.' => array('value' => '1'), 'calcAppKartonPage' => 'TEXT', 'calcAppKartonPage.' => array('value' => '284'), 'calcAppWellpappePage' => 'TEXT', 'calcAppWellpappePage.' => array('value' => '285'), 'kontaktformUid' => 'TEXT', 'kontaktformUid.' => array('value' => '98'), 'content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'tt_content.sorting', 'where' => 'tt_content.colPos=0', 'selectFields' => '*', 'join' => 'sys_category_record_mm ON sys_category_record_mm.uid_foreign=tt_content.uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '5.' => array('languages' => 'auto', 'as' => 'languageMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '3', 'titleField' => 'nav_title // title', 'as' => 'topNav', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image2'), 'as' => 'col2img'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image3'), 'as' => 'col3img'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '0', 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'mainNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value' => '1, 12'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'pageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'topMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'directory', 'special.' => array('value' => '5'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'footerNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'socialNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('special' => 'directory', 'special.' => array('value' => '47'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'bottomNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '90.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '95.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '100.' => array('table' => 'sys_category', 'orderBy' => 'sorting', 'pidInList' => '1', 'as' => 'categories'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '96.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '97.' => array('special' => 'directory', 'special.' => array('value' => '145'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '98.' => array('special' => 'directory', 'special.' => array('value' => '146'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '99.' => array('special' => 'directory', 'special.' => array('value' => '147'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNavLeft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '101.' => array('special' => 'directory', 'special.' => array('value' => '278'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '102.' => array('special' => 'directory', 'special.' => array('value' => '283'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcPagesMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '103.' => array('special' => 'directory', 'special.' => array('value' => '286'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppFooterMenu')), 'partialRootPath' => 'EXT:tsbasetemplate/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:tsbasetemplate/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '1.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '2.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/diemakers.html'), 'TEXT', '3.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/app/home.html'), 'TEXT', '4.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/user_plattform/user_plattform.html'), 'TEXT', '5.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcApp.html'), 'TEXT', '6.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcStandard.html'))))))
in /html/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('variables.' => array('subtitle' => 'TEXT', 'subtitle.' => array('field' => 'subtitle'), 'title' => 'TEXT', 'title.' => array('field' => 'nav_title // title'), 'ishome' => 'TEXT', 'ishome.' => array('value' => '0'), 'logo' => 'TEXT', 'logo.' => array('value' => '{$const.logo}'), 'gbfacebookUrl' => 'TEXT', 'gbfacebookUrl.' => array('value' => '{$const.gb.facebookURL}'), 'gbtwitterUrl' => 'TEXT', 'gbtwitterUrl.' => array('value' => '{$const.gb.twitterURL}'), 'gbyoutubeUrl' => 'TEXT', 'gbyoutubeUrl.' => array('value' => '{$const.gb.youtubeURL}'), 'gblinkedInUrl' => 'TEXT', 'gblinkedInUrl.' => array('value' => '{$const.gb.linkedInURL}'), 'gbpinterestUrl' => 'TEXT', 'gbpinterestUrl.' => array('value' => '{$const.gb.pinterestURL}'), 'gbinstagramUrl' => 'TEXT', 'gbinstagramUrl.' => array('value' => '{$const.gb.instagramURL}'), 'current_country' => 'TEXT', 'current_country.' => array('data' => 'global:_COOKIE|activeCountry'), 'kontaktPid' => 'TEXT', 'kontaktPid.' => array('value' => '15'), 'showpatentonCountries' => 'TEXT', 'showpatentonCountries.' => array('value' => ''), 'patentPageId' => 'TEXT', 'patentPageId.' => array('value' => ''), 'homePageUid' => 'TEXT', 'homePageUid.' => array('value' => '1'), 'calcAppKartonPage' => 'TEXT', 'calcAppKartonPage.' => array('value' => '284'), 'calcAppWellpappePage' => 'TEXT', 'calcAppWellpappePage.' => array('value' => '285'), 'kontaktformUid' => 'TEXT', 'kontaktformUid.' => array('value' => '98'), 'content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'tt_content.sorting', 'where' => 'tt_content.colPos=0', 'selectFields' => '*', 'join' => 'sys_category_record_mm ON sys_category_record_mm.uid_foreign=tt_content.uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '5.' => array('languages' => 'auto', 'as' => 'languageMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '3', 'titleField' => 'nav_title // title', 'as' => 'topNav', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image2'), 'as' => 'col2img'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image3'), 'as' => 'col3img'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '0', 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'mainNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value' => '1, 12'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'pageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'topMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'directory', 'special.' => array('value' => '5'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'footerNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'socialNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('special' => 'directory', 'special.' => array('value' => '47'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'bottomNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '90.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '95.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '100.' => array('table' => 'sys_category', 'orderBy' => 'sorting', 'pidInList' => '1', 'as' => 'categories'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '96.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '97.' => array('special' => 'directory', 'special.' => array('value' => '145'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '98.' => array('special' => 'directory', 'special.' => array('value' => '146'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '99.' => array('special' => 'directory', 'special.' => array('value' => '147'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNavLeft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '101.' => array('special' => 'directory', 'special.' => array('value' => '278'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '102.' => array('special' => 'directory', 'special.' => array('value' => '283'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcPagesMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '103.' => array('special' => 'directory', 'special.' => array('value' => '286'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppFooterMenu')), 'partialRootPath' => 'EXT:tsbasetemplate/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:tsbasetemplate/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '1.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '2.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/diemakers.html'), 'TEXT', '3.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/app/home.html'), 'TEXT', '4.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/user_plattform/user_plattform.html'), 'TEXT', '5.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcApp.html'), 'TEXT', '6.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcStandard.html'))))))
in /html/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('variables.' => array('subtitle' => 'TEXT', 'subtitle.' => array('field' => 'subtitle'), 'title' => 'TEXT', 'title.' => array('field' => 'nav_title // title'), 'ishome' => 'TEXT', 'ishome.' => array('value' => '0'), 'logo' => 'TEXT', 'logo.' => array('value' => '{$const.logo}'), 'gbfacebookUrl' => 'TEXT', 'gbfacebookUrl.' => array('value' => '{$const.gb.facebookURL}'), 'gbtwitterUrl' => 'TEXT', 'gbtwitterUrl.' => array('value' => '{$const.gb.twitterURL}'), 'gbyoutubeUrl' => 'TEXT', 'gbyoutubeUrl.' => array('value' => '{$const.gb.youtubeURL}'), 'gblinkedInUrl' => 'TEXT', 'gblinkedInUrl.' => array('value' => '{$const.gb.linkedInURL}'), 'gbpinterestUrl' => 'TEXT', 'gbpinterestUrl.' => array('value' => '{$const.gb.pinterestURL}'), 'gbinstagramUrl' => 'TEXT', 'gbinstagramUrl.' => array('value' => '{$const.gb.instagramURL}'), 'current_country' => 'TEXT', 'current_country.' => array('data' => 'global:_COOKIE|activeCountry'), 'kontaktPid' => 'TEXT', 'kontaktPid.' => array('value' => '15'), 'showpatentonCountries' => 'TEXT', 'showpatentonCountries.' => array('value' => ''), 'patentPageId' => 'TEXT', 'patentPageId.' => array('value' => ''), 'homePageUid' => 'TEXT', 'homePageUid.' => array('value' => '1'), 'calcAppKartonPage' => 'TEXT', 'calcAppKartonPage.' => array('value' => '284'), 'calcAppWellpappePage' => 'TEXT', 'calcAppWellpappePage.' => array('value' => '285'), 'kontaktformUid' => 'TEXT', 'kontaktformUid.' => array('value' => '98'), 'content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'tt_content.sorting', 'where' => 'tt_content.colPos=0', 'selectFields' => '*', 'join' => 'sys_category_record_mm ON sys_category_record_mm.uid_foreign=tt_content.uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '5.' => array('languages' => 'auto', 'as' => 'languageMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '3', 'titleField' => 'nav_title // title', 'as' => 'topNav', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image2'), 'as' => 'col2img'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image3'), 'as' => 'col3img'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '0', 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'mainNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value' => '1, 12'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'pageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'topMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'directory', 'special.' => array('value' => '5'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'footerNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'socialNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('special' => 'directory', 'special.' => array('value' => '47'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'bottomNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '90.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '95.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '100.' => array('table' => 'sys_category', 'orderBy' => 'sorting', 'pidInList' => '1', 'as' => 'categories'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '96.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '97.' => array('special' => 'directory', 'special.' => array('value' => '145'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '98.' => array('special' => 'directory', 'special.' => array('value' => '146'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '99.' => array('special' => 'directory', 'special.' => array('value' => '147'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNavLeft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '101.' => array('special' => 'directory', 'special.' => array('value' => '278'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '102.' => array('special' => 'directory', 'special.' => array('value' => '283'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcPagesMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '103.' => array('special' => 'directory', 'special.' => array('value' => '286'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppFooterMenu')), 'partialRootPath' => 'EXT:tsbasetemplate/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:tsbasetemplate/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '1.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '2.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/diemakers.html'), 'TEXT', '3.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/app/home.html'), 'TEXT', '4.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/user_plattform/user_plattform.html'), 'TEXT', '5.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcApp.html'), 'TEXT', '6.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcStandard.html'))))), '10')
in /html/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('10.' => array('variables.' => array('subtitle' => 'TEXT', 'subtitle.' => array('field' => 'subtitle'), 'title' => 'TEXT', 'title.' => array('field' => 'nav_title // title'), 'ishome' => 'TEXT', 'ishome.' => array('value' => '0'), 'logo' => 'TEXT', 'logo.' => array('value' => '{$const.logo}'), 'gbfacebookUrl' => 'TEXT', 'gbfacebookUrl.' => array('value' => '{$const.gb.facebookURL}'), 'gbtwitterUrl' => 'TEXT', 'gbtwitterUrl.' => array('value' => '{$const.gb.twitterURL}'), 'gbyoutubeUrl' => 'TEXT', 'gbyoutubeUrl.' => array('value' => '{$const.gb.youtubeURL}'), 'gblinkedInUrl' => 'TEXT', 'gblinkedInUrl.' => array('value' => '{$const.gb.linkedInURL}'), 'gbpinterestUrl' => 'TEXT', 'gbpinterestUrl.' => array('value' => '{$const.gb.pinterestURL}'), 'gbinstagramUrl' => 'TEXT', 'gbinstagramUrl.' => array('value' => '{$const.gb.instagramURL}'), 'current_country' => 'TEXT', 'current_country.' => array('data' => 'global:_COOKIE|activeCountry'), 'kontaktPid' => 'TEXT', 'kontaktPid.' => array('value' => '15'), 'showpatentonCountries' => 'TEXT', 'showpatentonCountries.' => array('value' => ''), 'patentPageId' => 'TEXT', 'patentPageId.' => array('value' => ''), 'homePageUid' => 'TEXT', 'homePageUid.' => array('value' => '1'), 'calcAppKartonPage' => 'TEXT', 'calcAppKartonPage.' => array('value' => '284'), 'calcAppWellpappePage' => 'TEXT', 'calcAppWellpappePage.' => array('value' => '285'), 'kontaktformUid' => 'TEXT', 'kontaktformUid.' => array('value' => '98'), 'content0' => 'CONTENT', 'content0.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content1' => 'CONTENT', 'content1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content2' => 'CONTENT', 'content2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content3' => 'CONTENT', 'content3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3')), 'content4' => 'CONTENT', 'content4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'tt_content.sorting', 'where' => 'tt_content.colPos=0', 'selectFields' => '*', 'join' => 'sys_category_record_mm ON sys_category_record_mm.uid_foreign=tt_content.uid'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '5.' => array('languages' => 'auto', 'as' => 'languageMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '10.' => array('languages' => 'auto', 'as' => 'languageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '3', 'titleField' => 'nav_title // title', 'as' => 'topNav', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image2'), 'as' => 'col2img'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'tx_tsbasetemplate_image3'), 'as' => 'col3img'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('entryLevel' => '0', 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'mainNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value' => '1, 12'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'pageNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'topMobileNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'directory', 'special.' => array('value' => '5'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'footerNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'socialNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '80.' => array('special' => 'directory', 'special.' => array('value' => '47'), 'levels' => '1', 'titleField' => 'nav_title // title', 'as' => 'bottomNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '90.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '95.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '100.' => array('table' => 'sys_category', 'orderBy' => 'sorting', 'pidInList' => '1', 'as' => 'categories'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '96.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '97.' => array('special' => 'directory', 'special.' => array('value' => '145'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '98.' => array('special' => 'directory', 'special.' => array('value' => '146'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '99.' => array('special' => 'directory', 'special.' => array('value' => '147'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'userInterfaceSelectNavLeft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '101.' => array('special' => 'directory', 'special.' => array('value' => '278'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppMainMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '102.' => array('special' => 'directory', 'special.' => array('value' => '283'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcPagesMenu'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '103.' => array('special' => 'directory', 'special.' => array('value' => '286'), 'levels' => '4', 'titleField' => 'nav_title // title', 'as' => 'calcAppFooterMenu')), 'partialRootPath' => 'EXT:tsbasetemplate/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:tsbasetemplate/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '1.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/home.html'), 'TEXT', '2.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/diemakers.html'), 'TEXT', '3.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/app/home.html'), 'TEXT', '4.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/user_plattform/user_plattform.html'), 'TEXT', '5.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcApp.html'), 'TEXT', '6.' => array('value' => 'EXT:tsbasetemplate/Resources/Private/Templates/CalcApp/calcStandard.html'))))), 'footerData.' => array('TEXT', '10.' => array('value' => ' <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8609321.js"></script> <!-- End of HubSpot Embed Code --> ', 'insertData' => '1')), 'meta.' => array('charset' => 'UTF-8', 'viewport' => 'width=device-width, initial-scale=1.0, user-scalable=no', 'robots' => 'all,index,follow', 'apple-mobile-web-app-capable' => 'no', 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'content-type' => 'application/xhtml+xml; charset=utf-8', 'content-type.' => array('attribute' => 'http-equiv'), 'keywords.' => array('field' => 'keywords', 'ifEmpty' => ''), 'description.' => array('field' => 'description', 'ifEmpty' => ''), 'abstract.' => array('field' => 'abstract', 'ifEmpty' => ''), 'authoer.' => array('field' => 'author', 'ifEmpty' => ''), 'author_email.' => array('field' => 'author_email', 'ifEmpty' => '')), 'headerData.' => array('10.' => array('insertData' => '1'), 'TEXT', '11.' => array('value' => ' <!--<link rel="preload" href="/typo3conf/ext/tsbasetemplate/Resources/Public/fonts/Industry-Light.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/typo3conf/ext/tsbasetemplate/Resources/Public/fonts/Industry-Book.woff2" as="font" type="font/woff2" crossorigin />--> <link rel="preload" href="/typo3conf/ext/tsbasetemplate/Resources/Public/fonts/Industry-Medium.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/typo3conf/ext/tsbasetemplate/Resources/Public/fonts/Industry-Demi.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/typo3conf/ext/tsbasetemplate/Resources/Public/fonts/BlenderPro-Bold.woff2" as="font" type="font/woff2" crossorigin /> '), 'TEXT', '20.' => array('value' => '<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="e0de9813-e12c-4aa5-bce2-9de6c2874fc1" data-blockingmode="auto" type="text/javascript"></script> '), 'TEXT', '9999.' => array('value' => '<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-29818710-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', \'UA-29818710-1\', { \'anonymize_ip\': true }); </script> '), 'TEXT', '656.' => array('value' => ' <script type="text/javascript"> var jQuery110 = $.noConflict(true); </script> '), 'TEXT', '99.' => array('value' => '<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'GTM-PVC5SGL\');</script> <!-- End Google Tag Manager --> ')), 'typeNum' => '0', 'shortcutIcon' => 'EXT:tsbasetemplate/Resources/Public/images/favicon.ico', 'includeCSS.' => array('stylesheet' => 'EXT:tsbasetemplate/Resources/Public/Css/stylesheet.css', 'additional' => 'EXT:tsbasetemplate/Resources/Public/Css/additional.css', 'cssTooltip' => 'EXT:marbach_blog/Resources/Public/Css/tooltipster.bundle.min.css', 'cssBlog' => 'EXT:marbach_blog/Resources/Public/Css/blogs.css', 'cssFancybox' => 'EXT:marbach_blog/Resources/Public/Css/jquery.fancybox.min.css', 'file1' => 'EXT:hubspotform/Resources/Public/Css/hubspot.css'), 'includeJS.' => array('jquery' => 'EXT:tsbasetemplate/Resources/Public/Javascript/jquery.min.js', 'isotop' => 'EXT:tsbasetemplate/Resources/Public/Javascript/isotope.pkgd.min.js', 'ini' => 'EXT:tsbasetemplate/Resources/Public/Javascript/ini.js', 'headerskript' => 'EXT:cu_deepltranslator/Resources/Public/JavaScript/jquery.min.js'), 'FLUIDTEMPLATE', 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('value.' => array('wrap' => '<body class="base-page no-touch {$const.langBodyClass} {page:tx_tsbasetemplate_bodyclass}" id="uid{TSFE:id}" style="position:static !important;">'), 'insertData' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => ' <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVC5SGL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> '))), 'includeJSFooter.' => array('jsBlog' => 'EXT:marbach_blog/Resources/Public/Js/blogcustom.js', 'jsTooltip' => 'EXT:marbach_blog/Resources/Public/Js/tooltipster.bundle.min.js', 'jsFancybox' => 'EXT:marbach_blog/Resources/Public/Js/jquery.fancybox.min.js', 'js102' => 'EXT:hubspotform/Resources/Public/Js/custom.js', 'hubnested' => 'EXT:hubspotform/Resources/Public/Js/nested.js', 'js103' => 'EXT:hubspotform/Resources/Public/Js/jquery.form-validator.min.js', 'loadcontent' => 'EXT:cu_deepltranslator/Resources/Public/JavaScript/loadcontent.js')))
in /html/typo3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/typo3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/crawler/Classes/Middleware/CrawlerInitialization.php line 58
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $queueParameters = $request->getAttribute('tx_crawler');
        if ($queueParameters === null) {
            return $handler->handle($request);
        }

        $GLOBALS['TSFE']->applicationData['forceIndexing'] = true;
        $GLOBALS['TSFE']->applicationData['tx_crawler']['running'] = true;
at AOE\Crawler\Middleware\CrawlerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

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

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

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

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

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/crawler/Classes/Middleware/FrontendUserAuthenticator.php line 75
        $jsonCompatibilityConverter = GeneralUtility::makeInstance(JsonCompatibilityConverter::class);

        $crawlerInformation = $request->getHeaderLine($this->headerName) ?? null;
        if (empty($crawlerInformation)) {
            return $handler->handle($request);
        }

        // Authenticate crawler request:
        //@todo: ask service to exclude current call for special reasons: for example no relevance because the language version is not affected
at AOE\Crawler\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 48
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $explanation = [];
        $skipProcessing = false;
        foreach (GeneralUtility::makeInstance(ObjectFactoryService::class)->get('CacheRule') as $rule) {
at SFC\Staticfilecache\Middleware\PrepareMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 51
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (!$response->hasHeader('X-SFC-Cachable')) {
            return $this->removeSfcHeaders($response);
        }
at SFC\Staticfilecache\Middleware\GenerateMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 29
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        /** @var FrontendUserAuthentication $feUser */
        $feUser = $request->getAttribute('frontend.user');
        $response = $handler->handle($request);

        if ($feUser->dontSetCookie) {
            // do not set any cookie
            return $response;
at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

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

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

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 53
        } catch (Exception $exception) {
            // Not handled
        }

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

    /**
     * Handle the fallback.
at SFC\Staticfilecache\Middleware\FallbackMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286))
in /html/typo3/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/html/typo3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$286->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/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 /html/typo3/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/typo3/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/typo3/index.php line 26
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});