Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Runtime Deprecation Notice: Array and string offset access syntax with curly braces is deprecated in /html/prix2022/typo3conf/ext/flux/Classes/Integration/ContentTypeBuilder.php line 205

in /html/prix2022/typo3/sysext/core/Classes/Error/ErrorHandler.php line 128
            E_DEPRECATED => 'PHP Runtime Deprecation Notice'
        ];
        $message = $errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }
        switch ($errorLevel) {
            case E_USER_ERROR:
            case E_RECOVERABLE_ERROR:
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(8192, 'Array and string offset access syntax with curly braces is deprecated', '/html/prix2022/typo3conf/ext/flux/Classes/Integration/ContentTypeBuilder.php', 205, array('file' => '/home/www/p630597/html/prix2022/typo3conf/ext/flux/Classes/Integration/ContentTypeBuilder.php'))
in /html/prix2022/vendor/composer/ClassLoader.php line 480
 * Prevents access to $this/self from included files.
 */
function includeFile($file)
{
    include $file;
}
at include()
in /html/prix2022/vendor/composer/ClassLoader.php line 480
 * Prevents access to $this/self from included files.
 */
function includeFile($file)
{
    include $file;
}
at Composer\Autoload\includeFile('/home/www/p630597/html/prix2022/typo3conf/ext/flux/Classes/Integration/ContentTypeBuilder.php')
in /html/prix2022/vendor/composer/ClassLoader.php line 346
     */
    public function loadClass($class)
    {
        if ($file = $this->findFile($class)) {
            includeFile($file);

            return true;
        }

at Composer\Autoload\ClassLoader->loadClass('FluidTYPO3\\Flux\\Integration\\ContentTypeBuilder')
in /html/prix2022/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php line 135
     * @return bool|null
     */
    public function loadClass($className)
    {
        $classFound = $this->composerClassLoader->loadClass($className);
        if (!$classFound && !$this->caseSensitiveClassLoading) {
            $classFound = $this->composerClassLoader->loadClass(strtolower($className));
        }
        return $classFound;
at TYPO3\ClassAliasLoader\ClassAliasLoader->loadClass('FluidTYPO3\\Flux\\Integration\\ContentTypeBuilder')
in /html/prix2022/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php line 123
    public function loadClassWithAlias($className)
    {
        $originalClassName = $this->getOriginalClassName($className);

        return $originalClassName ? $this->loadOriginalClassAndSetAliases($originalClassName) : $this->loadClass($className);
    }

    /**
     * Load class with the option to respect case insensitivity
at TYPO3\ClassAliasLoader\ClassAliasLoader->loadClassWithAlias('FluidTYPO3\\Flux\\Integration\\ContentTypeBuilder')
at spl_autoload_call('FluidTYPO3\\Flux\\Integration\\ContentTypeBuilder')
in /html/prix2022/typo3conf/ext/flux/Classes/Integration/HookSubscribers/TableConfigurationPostProcessor.php line 102
     * @return void
     */
    protected function spoolQueuedContentTypeRegistrations(array $queue)
    {
        $contentTypeBuilder = new ContentTypeBuilder();
        foreach ($queue as $queuedRegistration) {
            /** @var ProviderInterface $provider */
            list ($providerExtensionName, $templateFilename, $providerClassName, $contentType, $pluginName, $controllerActionName) = $queuedRegistration;
            try {
at FluidTYPO3\Flux\Integration\HookSubscribers\TableConfigurationPostProcessor->spoolQueuedContentTypeRegistrations(array(array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Well.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_well', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Example.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_example', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/ButtonLink.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_buttonlink', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Container.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_container', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/ButtonGroup.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_buttongroup', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Alert.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_alert', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Tabs.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_tabs', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Megamenu.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_megamenu', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Accordion.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_accordion', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Media.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_media', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/FluidRow.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_fluidrow', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Card.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_card', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/GoogleMap.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_googlemap', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Carousel.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_carousel', null), array('ws_t3bootstrap', '/home/www/p630597/html/prix2022/typo3conf/ext/ws_t3bootstrap/Resources/Private/Templates/Content/Thumbnail.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'wst3bootstrap_thumbnail', null), array('demotemplate', '/home/www/p630597/html/prix2022/typo3conf/ext/demotemplate/Resources/Private/Templates/Content/DemoElement.html', 'FluidTYPO3\\Flux\\Provider\\Provider', 'demotemplate_demoelement', null)))
in /html/prix2022/typo3conf/ext/flux/Classes/Integration/HookSubscribers/TableConfigurationPostProcessor.php line 63
            }
        }


        $this->spoolQueuedContentTypeRegistrations(Core::getQueuedContentTypeRegistrations());
        Core::clearQueuedContentTypeRegistrations();
    }

    /**
at FluidTYPO3\Flux\Integration\HookSubscribers\TableConfigurationPostProcessor->processData()
in /html/prix2022/typo3conf/ext/flux/Classes/Integration/HookSubscribers/TableConfigurationPostProcessor.php line 39
     */
    public function includeStaticTypoScriptHook(array $parameters, TemplateService $caller)
    {
        if (!ObjectAccess::getProperty($caller, 'extensionStaticsProcessed', true)) {
            $this->processData();
        }
    }

    /**
at FluidTYPO3\Flux\Integration\HookSubscribers\TableConfigurationPostProcessor->includeStaticTypoScriptHook(array('idList' => 'sys_1', 'templateId' => 'sys_1', 'pid' => 68, 'row' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3_origuid' => 0, 'tstamp' => 1615388522, 'sorting' => 256, 'crdate' => 1374595899, 'cruser_id' => 0, 'title' => 'Prix', 'sitetitle' => 'Prix Rollladenkasten Systeme', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'root' => 0, 'clear' => 3, 'include_static_file' => 'EXT:fluid_styled_content/Configuration/TypoScript/,EXT:form/Configuration/TypoScript/,EXT:indexed_search/Configuration/TypoScript,EXT:sf_filecollection_gallery/Configuration/TypoScript,EXT:femanager/Configuration/TypoScript/Main,EXT:ws_t3bootstrap/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/,EXT:fluidpages/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/Fix/,EXT:pxa_product_manager/Configuration/TypoScript,EXT:pxa_product_manager/Configuration/TypoScript/Solr,EXT:tt_news/Configuration/TypoScript/css/,EXT:tt_news/Configuration/TypoScript/ts_new/,EXT:powermail/Configuration/TypoScript/Main,EXT:powermail/Configuration/TypoScript/Powermail_Frontend,EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout,EXT:powermail/Configuration/TypoScript/Marketing,EXT:cookieman/Configuration/TypoScript,EXT:cookieman/Configuration/TypoScript/Example,EXT:cs_seo/Configuration/TypoScript', 'constants' => '', 'config' => '', 'nextLevel' => '', 'description' => null, 'basedOn' => '', 'deleted' => 0, 'includeStaticAfterBasedOn' => 1, 'static_file_mode' => 0, 'tx_impexp_origuid' => 0, 't3ver_move_id' => 0)), object(TYPO3\CMS\Core\TypoScript\TemplateService))
at call_user_func_array(array(object(FluidTYPO3\Flux\Integration\HookSubscribers\TableConfigurationPostProcessor), 'includeStaticTypoScriptHook'), array(array('idList' => 'sys_1', 'templateId' => 'sys_1', 'pid' => 68, 'row' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3_origuid' => 0, 'tstamp' => 1615388522, 'sorting' => 256, 'crdate' => 1374595899, 'cruser_id' => 0, 'title' => 'Prix', 'sitetitle' => 'Prix Rollladenkasten Systeme', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'root' => 0, 'clear' => 3, 'include_static_file' => 'EXT:fluid_styled_content/Configuration/TypoScript/,EXT:form/Configuration/TypoScript/,EXT:indexed_search/Configuration/TypoScript,EXT:sf_filecollection_gallery/Configuration/TypoScript,EXT:femanager/Configuration/TypoScript/Main,EXT:ws_t3bootstrap/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/,EXT:fluidpages/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/Fix/,EXT:pxa_product_manager/Configuration/TypoScript,EXT:pxa_product_manager/Configuration/TypoScript/Solr,EXT:tt_news/Configuration/TypoScript/css/,EXT:tt_news/Configuration/TypoScript/ts_new/,EXT:powermail/Configuration/TypoScript/Main,EXT:powermail/Configuration/TypoScript/Powermail_Frontend,EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout,EXT:powermail/Configuration/TypoScript/Marketing,EXT:cookieman/Configuration/TypoScript,EXT:cookieman/Configuration/TypoScript/Example,EXT:cs_seo/Configuration/TypoScript', 'constants' => '', 'config' => '', 'nextLevel' => '', 'description' => null, 'basedOn' => '', 'deleted' => 0, 'includeStaticAfterBasedOn' => 1, 'static_file_mode' => 0, 'tx_impexp_origuid' => 0, 't3ver_move_id' => 0)), object(TYPO3\CMS\Core\TypoScript\TemplateService)))
in /html/prix2022/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3602
                // Create object
                $classObj = self::makeInstance($parts[0]);
                if (method_exists($classObj, $parts[1])) {
                    // Call method:
                    $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
                } else {
                    $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];
                    throw new \InvalidArgumentException($errorMsg, 1294585865);
                }
at TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction('FluidTYPO3\\Flux\\Integration\\HookSubscribers\\TableConfigurationPostProcessor->includeStaticTypoScriptHook', array('idList' => 'sys_1', 'templateId' => 'sys_1', 'pid' => 68, 'row' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3_origuid' => 0, 'tstamp' => 1615388522, 'sorting' => 256, 'crdate' => 1374595899, 'cruser_id' => 0, 'title' => 'Prix', 'sitetitle' => 'Prix Rollladenkasten Systeme', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'root' => 0, 'clear' => 3, 'include_static_file' => 'EXT:fluid_styled_content/Configuration/TypoScript/,EXT:form/Configuration/TypoScript/,EXT:indexed_search/Configuration/TypoScript,EXT:sf_filecollection_gallery/Configuration/TypoScript,EXT:femanager/Configuration/TypoScript/Main,EXT:ws_t3bootstrap/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/,EXT:fluidpages/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/Fix/,EXT:pxa_product_manager/Configuration/TypoScript,EXT:pxa_product_manager/Configuration/TypoScript/Solr,EXT:tt_news/Configuration/TypoScript/css/,EXT:tt_news/Configuration/TypoScript/ts_new/,EXT:powermail/Configuration/TypoScript/Main,EXT:powermail/Configuration/TypoScript/Powermail_Frontend,EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout,EXT:powermail/Configuration/TypoScript/Marketing,EXT:cookieman/Configuration/TypoScript,EXT:cookieman/Configuration/TypoScript/Example,EXT:cs_seo/Configuration/TypoScript', 'constants' => '', 'config' => '', 'nextLevel' => '', 'description' => null, 'basedOn' => '', 'deleted' => 0, 'includeStaticAfterBasedOn' => 1, 'static_file_mode' => 0, 'tx_impexp_origuid' => 0, 't3ver_move_id' => 0)), object(TYPO3\CMS\Core\TypoScript\TemplateService))
in /html/prix2022/typo3/sysext/core/Classes/TypoScript/TemplateService.php line 954
            'pid' => &$pid,
            'row' => &$row
        ];
        foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['includeStaticTypoScriptSources'] ?? [] as $_funcRef) {
            GeneralUtility::callUserFunction($_funcRef, $_params, $this);
        }
        // If "Include before all static templates if root-flag is set" is set:
        $staticFileMode = $row['static_file_mode'] ?? null;
        if ($staticFileMode == 3 && strpos($templateID, 'sys_') === 0 && $row['root']) {
at TYPO3\CMS\Core\TypoScript\TemplateService->includeStaticTypoScriptSources('sys_1', 'sys_1', 68, array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3_origuid' => 0, 'tstamp' => 1615388522, 'sorting' => 256, 'crdate' => 1374595899, 'cruser_id' => 0, 'title' => 'Prix', 'sitetitle' => 'Prix Rollladenkasten Systeme', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'root' => 0, 'clear' => 3, 'include_static_file' => 'EXT:fluid_styled_content/Configuration/TypoScript/,EXT:form/Configuration/TypoScript/,EXT:indexed_search/Configuration/TypoScript,EXT:sf_filecollection_gallery/Configuration/TypoScript,EXT:femanager/Configuration/TypoScript/Main,EXT:ws_t3bootstrap/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/,EXT:fluidpages/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/Fix/,EXT:pxa_product_manager/Configuration/TypoScript,EXT:pxa_product_manager/Configuration/TypoScript/Solr,EXT:tt_news/Configuration/TypoScript/css/,EXT:tt_news/Configuration/TypoScript/ts_new/,EXT:powermail/Configuration/TypoScript/Main,EXT:powermail/Configuration/TypoScript/Powermail_Frontend,EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout,EXT:powermail/Configuration/TypoScript/Marketing,EXT:cookieman/Configuration/TypoScript,EXT:cookieman/Configuration/TypoScript/Example,EXT:cs_seo/Configuration/TypoScript', 'constants' => '', 'config' => '', 'nextLevel' => '', 'description' => null, 'basedOn' => '', 'deleted' => 0, 'includeStaticAfterBasedOn' => 1, 'static_file_mode' => 0, 'tx_impexp_origuid' => 0, 't3ver_move_id' => 0))
in /html/prix2022/typo3/sysext/core/Classes/TypoScript/TemplateService.php line 864
            }
        }
        // Include files (from extensions) (#2/2)
        if (!empty($row['includeStaticAfterBasedOn'])) {
            $this->includeStaticTypoScriptSources($idList, $templateID, $pid, $row);
        }
        // Creating hierarchy information; Used by backend analysis tools
        $this->hierarchyInfo[] = ($this->hierarchyInfoToRoot[] = [
            'root' => trim($row['root'] ?? ''),
at TYPO3\CMS\Core\TypoScript\TemplateService->processTemplate(array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3_origuid' => 0, 'tstamp' => 1615388522, 'sorting' => 256, 'crdate' => 1374595899, 'cruser_id' => 0, 'title' => 'Prix', 'sitetitle' => 'Prix Rollladenkasten Systeme', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'root' => 0, 'clear' => 3, 'include_static_file' => 'EXT:fluid_styled_content/Configuration/TypoScript/,EXT:form/Configuration/TypoScript/,EXT:indexed_search/Configuration/TypoScript,EXT:sf_filecollection_gallery/Configuration/TypoScript,EXT:femanager/Configuration/TypoScript/Main,EXT:ws_t3bootstrap/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/,EXT:fluidpages/Configuration/TypoScript,EXT:demotemplate/Configuration/TypoScript/Fix/,EXT:pxa_product_manager/Configuration/TypoScript,EXT:pxa_product_manager/Configuration/TypoScript/Solr,EXT:tt_news/Configuration/TypoScript/css/,EXT:tt_news/Configuration/TypoScript/ts_new/,EXT:powermail/Configuration/TypoScript/Main,EXT:powermail/Configuration/TypoScript/Powermail_Frontend,EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout,EXT:powermail/Configuration/TypoScript/Marketing,EXT:cookieman/Configuration/TypoScript,EXT:cookieman/Configuration/TypoScript/Example,EXT:cs_seo/Configuration/TypoScript', 'constants' => '', 'config' => '', 'nextLevel' => '', 'description' => null, 'basedOn' => '', 'deleted' => 0, 'includeStaticAfterBasedOn' => 1, 'static_file_mode' => 0, 'tx_impexp_origuid' => 0, 't3ver_move_id' => 0), 'sys_1', 68, 'sys_1')
in /html/prix2022/typo3/sysext/core/Classes/TypoScript/TemplateService.php line 748
                ->execute();
            if ($row = $queryResult->fetch()) {
                $this->versionOL($row);
                if (is_array($row)) {
                    $this->processTemplate($row, 'sys_' . $row['uid'], $this->absoluteRootLine[$a]['uid'], 'sys_' . $row['uid']);
                    $this->outermostRootlineIndexWithTemplate = $a;
                }
            }
            $this->rootLine[] = $this->absoluteRootLine[$a];
at TYPO3\CMS\Core\TypoScript\TemplateService->runThroughTemplates(array(array('pid' => 347, 'uid' => 350, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Flex Line', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 1, 'TSconfig' => null, 'tsconfig_includes' => '', 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 0), array('pid' => 331, 'uid' => 347, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Einbaukasten', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 1, 'TSconfig' => null, 'tsconfig_includes' => null, 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => '', 'tx_fed_page_controller_action' => 'demotemplate->2Columns', 'tx_fed_page_controller_action_sub' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 0), array('pid' => 1, 'uid' => 331, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Produktkatalog', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 1, 'TSconfig' => null, 'tsconfig_includes' => null, 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 1), array('pid' => 68, 'uid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'PRIX Rollladenkasten Systeme', 'alias' => '', 'nav_title' => 'Home', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 4, 'TSconfig' => '', 'tsconfig_includes' => 'EXT:demotemplate/Configuration/TsConfig/Page/config.typoscript,EXT:cs_seo/Configuration/TSconfig/news.tsconfig', 'is_siteroot' => 1, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => 'fluidpages__grid', 'tx_fed_page_controller_action' => 'demotemplate->fullWidth', 'tx_fed_page_controller_action_sub' => 'demotemplate->2Columns', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.carousel.categories"> <value index="vDEF">4</value> </field> <field index="settings.carousel.width"> <value index="vDEF">1200</value> </field> <field index="settings.carousel.height"> <value index="vDEF">340</value> </field> <field index="settings.carousel.caption"> <value index="vDEF">1</value> </field> <field index="headerimage"> <value index="vDEF"></value> </field> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="headerimage"> <value index="vDEF"></value> </field> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 331, 'shortcut_mode' => 0), array('pid' => 0, 'uid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Prix Rollladenkästen', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 254, 'TSconfig' => null, 'tsconfig_includes' => 'EXT:demotemplate/Configuration/TsConfig/Page/config.typoscript,EXT:cs_seo/Configuration/TSconfig/news.tsconfig', 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => 'fluidpages__grid', 'tx_fed_page_controller_action' => 'demotemplate->2Columns', 'tx_fed_page_controller_action_sub' => 'demotemplate->2Columns', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 0)))
in /html/prix2022/typo3/sysext/core/Classes/TypoScript/TemplateService.php line 572
            // could be used (this is the case if $TSFE->all is set, and the
            // rowSum still matches). Based on this we decide if cache_pagesection
            // needs to be updated...
            $isCached = false;
            $this->runThroughTemplates($theRootLine);
            if ($this->getTypoScriptFrontendController()->all) {
                $cc = $this->getTypoScriptFrontendController()->all;
                // The two rowSums must NOT be different from each other - which they will be if start/endtime or hidden has changed!
                if (serialize($this->rowSum) !== serialize($cc['rowSum'])) {
at TYPO3\CMS\Core\TypoScript\TemplateService->start(array(array('pid' => 347, 'uid' => 350, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Flex Line', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 1, 'TSconfig' => null, 'tsconfig_includes' => '', 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 0), array('pid' => 331, 'uid' => 347, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Einbaukasten', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 1, 'TSconfig' => null, 'tsconfig_includes' => null, 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => '', 'tx_fed_page_controller_action' => 'demotemplate->2Columns', 'tx_fed_page_controller_action_sub' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 0), array('pid' => 1, 'uid' => 331, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Produktkatalog', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 1, 'TSconfig' => null, 'tsconfig_includes' => null, 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">0</value> </field> <field index="heroContainer"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 1), array('pid' => 68, 'uid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'PRIX Rollladenkasten Systeme', 'alias' => '', 'nav_title' => 'Home', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 4, 'TSconfig' => '', 'tsconfig_includes' => 'EXT:demotemplate/Configuration/TsConfig/Page/config.typoscript,EXT:cs_seo/Configuration/TSconfig/news.tsconfig', 'is_siteroot' => 1, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => 'fluidpages__grid', 'tx_fed_page_controller_action' => 'demotemplate->fullWidth', 'tx_fed_page_controller_action_sub' => 'demotemplate->2Columns', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.carousel.categories"> <value index="vDEF">4</value> </field> <field index="settings.carousel.width"> <value index="vDEF">1200</value> </field> <field index="settings.carousel.height"> <value index="vDEF">340</value> </field> <field index="settings.carousel.caption"> <value index="vDEF">1</value> </field> <field index="headerimage"> <value index="vDEF"></value> </field> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="headerimage"> <value index="vDEF"></value> </field> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 331, 'shortcut_mode' => 0), array('pid' => 0, 'uid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 'title' => 'Prix Rollladenkästen', 'alias' => '', 'nav_title' => '', 'media' => '', 'layout' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'extendToSubpages' => 0, 'doktype' => 254, 'TSconfig' => null, 'tsconfig_includes' => 'EXT:demotemplate/Configuration/TsConfig/Page/config.typoscript,EXT:cs_seo/Configuration/TSconfig/news.tsconfig', 'is_siteroot' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'fe_login_mode' => 0, 'backend_layout_next_level' => 'fluidpages__grid', 'tx_fed_page_controller_action' => 'demotemplate->2Columns', 'tx_fed_page_controller_action_sub' => 'demotemplate->2Columns', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="heroslide"> <value index="vDEF">-1</value> </field> <field index="jumbotron"> <value index="vDEF">1</value> </field> <field index="heroContainer"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'nav_hide' => 0, 'shortcut' => 0, 'shortcut_mode' => 0)))
in /html/prix2022/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2611
            $timeTracker->push('Parse template');
            // Force parsing, if set?:
            $this->tmpl->forceTemplateParsing = $this->forceTemplateParsing;
            // Start parsing the TS template. Might return cached version.
            $this->tmpl->start($this->rootLine);
            $timeTracker->pull();
            // At this point we have a valid pagesection_cache (generated in $this->tmpl->start()),
            // so let all other processes proceed now. (They are blocked at the pagessection_lock in getFromCache())
            $this->releaseLock('pagesection');
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->getConfigArray()
in /html/prix2022/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 70
        $this->controller->getFromCache();
        $this->timeTracker->pull();
        // Get config if not already gotten
        // After this, we should have a valid config-array ready
        $this->controller->getConfigArray();

        // Merge Query Parameters with config.defaultGetVars
        // This is done in getConfigArray as well, but does not override the current middleware request object
        // Since we want to stay in sync with this, the option needs to be set as well.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 110
            // Caching is disabled, because otherwise generated URLs could include the ADMCMD_noBeUser parameter
            $GLOBALS['TSFE']->set_no_cache('GET Parameter ADMCMD_noBeUser was given', true);
        }

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

        // Add a info box to the frontend content
        if ($GLOBALS['TSFE']->doWorkspacePreview() && $GLOBALS['TSFE']->isOutputting()) {
            $previewInfo = $this->renderPreviewInfo($GLOBALS['TSFE'], $request->getAttribute('normalizedParams'));
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

        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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 70
                return $response;
            }
        }

        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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117))
in /html/prix2022/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/prix2022/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$117->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/prix2022/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/prix2022/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/prix2022/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/prix2022/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/prix2022/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/prix2022/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();
});