Whoops, looks like something went wrong.

(1/1) Dreipc\DreipcHoffmeisterCatalog\Service\MyViewWebserviceException

Error querying MyView:No valid node has been specified.

in /html/typo3-upgrade/typo3conf/ext/dreipc_hoffmeister_catalog/Classes/Service/MyViewService.php line 91
   throw new MyViewWebserviceException('Error decoding JSON', 0, $e);
  }
  if (!$resultObject->success) {
   error_log(print_r($resultObject->error->message, 1), 0);
   throw new MyViewWebserviceException('Error querying MyView:' . $resultObject->error->message);
  }
  return $resultObject;
  {
  }
at Dreipc\DreipcHoffmeisterCatalog\Service\MyViewService->_getResultObject('{"success":false,"error":{"code":"NODE_NOT_FOUND","message":"No valid node has been specified."},"node":null}')
in /html/typo3-upgrade/typo3conf/ext/dreipc_hoffmeister_catalog/Classes/Service/MyViewService.php line 160
   $instanceContext,
   $showValues,
   $resultAttributeIds
  );
  $resultObject = $this->_getResultObject($result);
  return $resultObject->node;
 }

 /**
at Dreipc\DreipcHoffmeisterCatalog\Service\MyViewService->getNode('{procat:(products.BaseProduct:([10650804721D]))}', 'Produkte', array('WebProgrammEbene1', 'WebProgrammEbene2', 'WebProgrammEbene3', 'WebProgrammEbene4', 'WebProgrammEbene5', 'WebProduktauswahlArtikelnummer', 'WebProduktauswahlTitel', 'WebProgrammAbblendwinkel', 'WebProgrammArtikelnummer', 'WebProgrammAusschreibungstext', 'WebProgrammAusstrahlungscharakteristik', 'WebProgrammAusstrahlungswinkel', 'WebProgrammBetriebsgerätTyp', 'WebProgrammDurchmesser', 'WebProgrammEinbaudurchmesser', 'WebProgrammEinbautiefe', 'WebProgrammFarbe', 'WebProgrammFarbtemperatur', 'WebProgrammFarbwiedergabeindex', 'WebProgrammLeistungLampeText', 'WebProgrammLeuchtmittel', 'WebProgrammLeuchtmittelkategorie', 'WebProgrammLichtmessung', 'WebProgrammLichtmessungLDTDatei', 'WebProgrammLichtmessungIESDatei', 'WebProgrammLichtmessungLVKGrafik', 'WebProgrammLichtmessungLVKGrafik2', 'WebProgrammLichtstrom', 'WebProgrammLichtverteilung', 'WebProgrammLänge', 'WebProgrammProdukttyp', 'WebProgrammSchutzart', 'WebProgrammSchutzklasse', 'WebProgrammSockel', 'WebProgrammSystemleistung', 'WebProgrammZubehoerArtikelnummer', 'WebDatacloudProduktbezeichnung', 'WebAnwendungInnenAussen', 'WebIstZubehoer', 'WebKurztextWebsite01', 'WebKurztextBestueckung2'))
in /html/typo3-upgrade/typo3conf/ext/dreipc_hoffmeister_catalog/Classes/Service/MyViewQuery.php line 586
  if (!is_array($showValues) || !count($showValues)) {
   $showValues = $this->showValues['product'];
  }

  $productResult = $this->service->getNode($nodeId, $instanceContext, $showValues);
  // get LVK Data
  $lvkRelation = $this->service->getRelatedNodes(
   $productResult->id,
   'WebProgrammLichtmessung',
at Dreipc\DreipcHoffmeisterCatalog\Service\MyViewQuery->getProduct('{procat:(products.BaseProduct:([10650804721D]))}', array('WebProgrammEbene1', 'WebProgrammEbene2', 'WebProgrammEbene3', 'WebProgrammEbene4', 'WebProgrammEbene5', 'WebProduktauswahlArtikelnummer', 'WebProduktauswahlTitel', 'WebProgrammAbblendwinkel', 'WebProgrammArtikelnummer', 'WebProgrammAusschreibungstext', 'WebProgrammAusstrahlungscharakteristik', 'WebProgrammAusstrahlungswinkel', 'WebProgrammBetriebsgerätTyp', 'WebProgrammDurchmesser', 'WebProgrammEinbaudurchmesser', 'WebProgrammEinbautiefe', 'WebProgrammFarbe', 'WebProgrammFarbtemperatur', 'WebProgrammFarbwiedergabeindex', 'WebProgrammLeistungLampeText', 'WebProgrammLeuchtmittel', 'WebProgrammLeuchtmittelkategorie', 'WebProgrammLichtmessung', 'WebProgrammLichtmessungLDTDatei', 'WebProgrammLichtmessungIESDatei', 'WebProgrammLichtmessungLVKGrafik', 'WebProgrammLichtmessungLVKGrafik2', 'WebProgrammLichtstrom', 'WebProgrammLichtverteilung', 'WebProgrammLänge', 'WebProgrammProdukttyp', 'WebProgrammSchutzart', 'WebProgrammSchutzklasse', 'WebProgrammSockel', 'WebProgrammSystemleistung', 'WebProgrammZubehoerArtikelnummer', 'WebDatacloudProduktbezeichnung', 'WebAnwendungInnenAussen', 'WebIstZubehoer', 'WebKurztextWebsite01', 'WebKurztextBestueckung2'))
in /html/typo3-upgrade/typo3conf/ext/dreipc_hoffmeister_catalog/Classes/Service/MyViewQuery.php line 622
  * @return Model\AbstractModel|null
  */
 public function getProductShort($nodeId)
 {
  return $this->getProduct($nodeId, $this->showValues['product_short']);
 }

 /**
  * @param $id
at Dreipc\DreipcHoffmeisterCatalog\Service\MyViewQuery->getProductShort('{procat:(products.BaseProduct:([10650804721D]))}')
in /html/typo3-upgrade/typo3conf/ext/dreipc_hoffmeister_catalog/class.tx_dreipchoffmeistercatalog_userfunc.php line 54
  $query = $this->getQueryObject();

  $params = TYPO3\CMS\Core\Utility\GeneralUtility::_GP('tx_dreipchoffmeistercatalog_catalog');
  if ($params['productId']) {
   $product = $query->getProductShort($params['productId']);
   $result = $product->webDatacloudProduktbezeichnung;
  } elseif ($params['familyId']) {
   $family = $query->getFamilyInfo($params['familyId']);
   $result = $family->webStrukturH1Tag;
at tx_dreipchoffmeistercatalog_userfunc->get_h1('', array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>')))
at call_user_func_array(array(object(tx_dreipchoffmeistercatalog_userfunc), 'get_h1'), array('', array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>'))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5965
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('tx_dreipchoffmeistercatalog_userfunc->get_h1', array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>')), '')
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $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('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>')))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>')))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>')), '20')
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        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('stdWrap.' => array('wrap' => '<h1 style="margin-top:0px;height:100%;width:100%;background:url(typo3conf/ext/dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png) no-repeat 0 0">|</h1>', 'typolink.' => array('parameter' => '63')), 'IMAGE', '10.' => array('file' => 'EXT:dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png', 'titleText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt'), 'altText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt')), 'USER', '20.' => array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>'))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('stdWrap.' => array('wrap' => '<h1 style="margin-top:0px;height:100%;width:100%;background:url(typo3conf/ext/dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png) no-repeat 0 0">|</h1>', 'typolink.' => array('parameter' => '63')), 'IMAGE', '10.' => array('file' => 'EXT:dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png', 'titleText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt'), 'altText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt')), 'USER', '20.' => array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>'))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject), array('stdWrap.' => array('wrap' => '<h1 style="margin-top:0px;height:100%;width:100%;background:url(typo3conf/ext/dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png) no-repeat 0 0">|</h1>', 'typolink.' => array('parameter' => '63')), 'IMAGE', '10.' => array('file' => 'EXT:dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png', 'titleText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt'), 'altText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt')), 'USER', '20.' => array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>'))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('stdWrap.' => array('wrap' => '<h1 style="margin-top:0px;height:100%;width:100%;background:url(typo3conf/ext/dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png) no-repeat 0 0">|</h1>', 'typolink.' => array('parameter' => '63')), 'IMAGE', '10.' => array('file' => 'EXT:dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png', 'titleText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt'), 'altText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt')), 'USER', '20.' => array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>'))), 'lib.logo.header')
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 189
        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('header' => 'COA', 'header.' => array('stdWrap.' => array('wrap' => '<h1 style="margin-top:0px;height:100%;width:100%;background:url(typo3conf/ext/dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png) no-repeat 0 0">|</h1>', 'typolink.' => array('parameter' => '63')), 'IMAGE', '10.' => array('file' => 'EXT:dreipc_hoffmeister/Resources/Public/Icon/sill-logo.png', 'titleText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt'), 'altText.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:logo.alt')), 'USER', '20.' => array('wrap' => '<span>|</span>', 'data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:h1', 'userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_h1', 'stdWrap.' => array('wrap' => '<span>|</span>')))), 'lib.logo.header', 'header')
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 166
                '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.logo.header', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-upgrade/typo3temp/var/cache/code/fluid_template/partial_Header_3a2e679d943cfc3bcecc42e18b4859ceb0d80e45.php line 55
$arguments1['currentValueKey'] = NULL;
$arguments1['table'] = '';
$arguments1['typoscriptObjectPath'] = 'lib.logo.header';
$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\CObjectViewHelper
at partial_Header_3a2e679d943cfc3bcecc42e18b4859ceb0d80e45->section_31341c6f0c7af677ffb8fadcb92038e8ac2b6193(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-upgrade/typo3_src-9.5.15/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('Header', array('backend_layout' => '3', 'productsPage' => '', 'dashboardStaticPage' => '', 'datacloudStaticPage' => '', 'is_sill_site' => '1', 'data' => array('uid' => 108, 'pid' => 105, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 7, 'tstamp' => 1559914418, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1559914418, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Produkt', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1654599248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => '', 'tx_impexp_origuid' => 0, 'categories' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/produkte/produkt', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0), 'current' => null), false)
in /html/typo3-upgrade/typo3_src-9.5.15/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        }
        $renderingContext->setVariableProvider($renderingContext->getVariableProvider()->getScopeCopy($variables));
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Header', 'Header', array('backend_layout' => '3', 'productsPage' => '', 'dashboardStaticPage' => '', 'datacloudStaticPage' => '', 'is_sill_site' => '1', 'data' => array('uid' => 108, 'pid' => 105, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 7, 'tstamp' => 1559914418, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1559914418, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Produkt', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1654599248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => '', 'tx_impexp_origuid' => 0, 'categories' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/produkte/produkt', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0), 'current' => null), false)
in /html/typo3-upgrade/typo3_src-9.5.15/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 141
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $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');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Header', 'partial' => 'Header', 'delegate' => null, 'renderable' => null, 'arguments' => array('backend_layout' => '3', 'productsPage' => '', 'dashboardStaticPage' => '', 'datacloudStaticPage' => '', 'is_sill_site' => '1', 'data' => array('uid' => 108, 'pid' => 105, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 7, 'tstamp' => 1559914418, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 31, 'editlock' => 0, 'crdate' => 1559914418, 'cruser_id' => 1, 'hidden' => 0, 'title' => 'Produkt', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1654599248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tsconfig_includes' => '', 'tx_impexp_origuid' => 0, 'categories' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/produkte/produkt', 'legacy_overlay_uid' => 0, 'l10n_parent' => 0), 'current' => null), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-upgrade/typo3temp/var/cache/code/fluid_template/layout_Page_html_33c64f6a8bd92e0c430ce84048d78b336ac05c1c.php line 95
$arguments5['section'] = 'Header';
$arguments5['partial'] = 'Header';
$arguments5['arguments'] = $renderingContext->getVariableProvider()->getAll();

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

$output0 .= '
 
';
at layout_Page_html_33c64f6a8bd92e0c430ce84048d78b336ac05c1c->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3-upgrade/typo3_src-9.5.15/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-upgrade/typo3_src-9.5.15/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-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

        $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('file' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Templates/Page.html', 'layoutRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Layouts/', 'partialRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Partials/', 'variables.' => array('backend_layout' => 'TEXT', 'backend_layout.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'productsPage' => '105', 'dashboardStaticPage' => '233', 'datacloudStaticPage' => '276', 'is_sill_site' => 'TEXT', 'is_sill_site.' => array('value' => '1'))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('file' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Templates/Page.html', 'layoutRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Layouts/', 'partialRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Partials/', 'variables.' => array('backend_layout' => 'TEXT', 'backend_layout.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'productsPage' => '105', 'dashboardStaticPage' => '233', 'datacloudStaticPage' => '276', 'is_sill_site' => 'TEXT', 'is_sill_site.' => array('value' => '1'))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('file' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Templates/Page.html', 'layoutRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Layouts/', 'partialRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Partials/', 'variables.' => array('backend_layout' => 'TEXT', 'backend_layout.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'productsPage' => '105', 'dashboardStaticPage' => '233', 'datacloudStaticPage' => '276', 'is_sill_site' => 'TEXT', 'is_sill_site.' => array('value' => '1'))), '10')
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        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('typeNum' => '0', 'headerData.' => array('COA', '10.' => array('wrap' => '<title>|</title>', 'USER', '30.' => array('userFunc' => 'tx_dreipchoffmeistercatalog_userfunc->get_title'))), 'meta.' => array('keywords.' => array('field' => 'keywords', 'ifEmpty.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:meta.keywords.default')), 'description.' => array('field' => 'description', 'ifEmpty.' => array('data' => 'LLL:EXT:dreipc_hoffmeister/Resources/Private/Language/locallang.xlf:meta.description.default')), 'robots' => 'index,follow', 'format-detection' => 'telephone=no', 'FLAGS.' => array('DC' => '0'), 'language' => 'de', 'imagetoolbar' => '0', 'MSSmartTagsPreventParsing' => '1', 'msapplication-tap-highlight' => 'no', 'revisited-after' => '7 days', 'google-site-verification' => 'LqV19daPBwSdj2fc77bnQl-ntvkSD-dMeTZHITze1Ck', 'viewport' => 'width=device-width, initial-scale=1.0'), 'shortcutIcon' => 'EXT:dreipc_hoffmeister/Resources/Public/Icon/sill-favicon.ico', 'includeCSS.' => array('file0' => 'EXT:dreipc_hoffmeister/Resources/Public/StyleSheet/app.css', 'file0.' => array('media' => 'screen'), 'file2' => 'EXT:dreipc_hoffmeister/Resources/Public/StyleSheet/Print.css', 'file2.' => array('media' => 'print'), 'file3' => 'EXT:dreipc_hoffmeister/Resources/Public/StyleSheet/slick.css', 'file3.' => array('media' => 'screen'), 'file41' => 'EXT:dreipc_hoffmeister/Resources/Public/StyleSheet/hoff-custom.css', 'file41.' => array('media' => 'screen'), 'file4' => 'EXT:dreipc_hoffmeister/Resources/Public/StyleSheet/custom.css', 'file4.' => array('media' => 'screen'), 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css'), 'includeJSFooterlibs.' => array(), 'includeJSFooter.' => array('file1' => 'EXT:dreipc_hoffmeister/Resources/Public/JavaScript/app.js', 'file2' => 'EXT:dreipc_hoffmeister/Resources/Public/JavaScript/slick.min.js', 'file3' => 'EXT:dreipc_hoffmeister/Resources/Public/JavaScript/Website.js', 'powermailJQueryDatepicker' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/jquery.datetimepicker.min.js', 'powermailJQueryFormValidation' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/parsley.min.js', 'powermailJQueryTabs' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Tabs.min.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js'), 'FLUIDTEMPLATE', '10.' => array('file' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Templates/Page.html', 'layoutRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Layouts/', 'partialRootPath' => 'EXT:dreipc_hoffmeister/Resources/Private/Page/Partials/', 'variables.' => array('backend_layout' => 'TEXT', 'backend_layout.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout')), 'productsPage' => '105', 'dashboardStaticPage' => '233', 'datacloudStaticPage' => '276', 'is_sill_site' => 'TEXT', 'is_sill_site.' => array('value' => '1'))), 'USER', '1572349671.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'OmCookieManager', 'pluginName' => 'Main', 'vendorName' => 'OM', 'switchableControllerActions.' => array('CookiePanel.' => array('show')))))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(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->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $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-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // 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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.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()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

        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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 53
        ) {
            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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $simulatingGroup = $this->simulateUserGroup($request);
            $GLOBALS['TSFE']->fePreview = ((int)($simulatingDate || $simulatingGroup));
        }

        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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79

        // Register the frontend user as aspect
        $this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
    {
        $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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7feff2755056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

        return $dispatcher->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-upgrade/typo3_src-9.5.15/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $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-upgrade/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/typo3-upgrade/typo3_src-9.5.15/index.php line 24
// 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-upgrade/typo3_src-9.5.15/index.php line 25
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();
});