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/3) #2006 Doctrine\DBAL\Exception\ConnectionLost

An exception occurred while executing a query: MySQL server has gone away

in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 104
            case 2054:
                return new ConnectionException($exception, $query);

            case 2006:
                return new ConnectionLost($exception, $query);

            case 1048:
            case 1121:
            case 1138:
at Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(object(Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError), object(Doctrine\DBAL\Query))
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Connection.php line 1935
        Driver\Exception $driverException,
        ?Query $query
    ): DriverException {
        $this->exceptionConverter ??= $this->_driver->getExceptionConverter();
        $exception                  = $this->exceptionConverter->convert($driverException, $query);

        if ($exception instanceof ConnectionLost) {
            $this->close();
        }
at Doctrine\DBAL\Connection->handleDriverException(object(Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError), object(Doctrine\DBAL\Query))
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Connection.php line 1878
        string $sql,
        array $params = [],
        array $types = []
    ): DriverException {
        return $this->handleDriverException($e, new Query($sql, $params, $types));
    }

    /** @internal */
    final public function convertException(Driver\Exception $e): DriverException
at Doctrine\DBAL\Connection->convertExceptionDuringQuery(object(Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError), 'SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)', array(28, 'Image.CropScaleMask', '24f48d5b4de7d99b7144e6559156976855e74b5d'), array(1, 2, 2))
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Connection.php line 1103
            }

            return new Result($result, $this);
        } catch (Driver\Exception $e) {
            throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
        } finally {
            if ($logger !== null) {
                $logger->stopQuery();
            }
at Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)', array(28, 'Image.CropScaleMask', '24f48d5b4de7d99b7144e6559156976855e74b5d'), array(1, 2, 2), null)
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Query/QueryBuilder.php line 336
        return $this->connection->executeQuery(
            $this->getSQL(),
            $this->params,
            $this->paramTypes,
            $this->resultCacheProfile,
        );
    }

    /**
at Doctrine\DBAL\Query\QueryBuilder->executeQuery()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Database/Query/QueryBuilder.php line 278
    {
        // Set additional query restrictions
        $originalWhereConditions = $this->addAdditionalWhereConditions();

        $result = $this->concreteQueryBuilder->executeQuery();

        // Restore the original query conditions in case the user keeps
        // on modifying the state.
        $this->concreteQueryBuilder->add('where', $originalWhereConditions, false);
at TYPO3\CMS\Core\Database\Query\QueryBuilder->executeQuery()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/ProcessedFileRepository.php line 237
                    'configurationsha1',
                    $queryBuilder->createNamedParameter(sha1((new ConfigurationService())->serialize($configuration)))
                )
            )
            ->executeQuery()
            ->fetchAssociative();

        if (is_array($databaseRow)) {
            $processedFile = $this->createDomainObject($databaseRow);
at TYPO3\CMS\Core\Resource\ProcessedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/Service/FileProcessingService.php line 94
            }
        }

        $processedFileRepository = GeneralUtility::makeInstance(ProcessedFileRepository::class);
        $processedFile = $processedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration($fileObject, $taskType, $configuration);

        // set the storage of the processed file
        // Pre-process the file
        $event = $this->eventDispatcher->dispatch(
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->processFile(object(TYPO3\CMS\Core\Resource\File), object(TYPO3\CMS\Core\Resource\ResourceStorage), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/ResourceStorage.php line 1395
    {
        if ($fileObject->getStorage() !== $this) {
            throw new \InvalidArgumentException('Cannot process files of foreign storage', 1353401835);
        }
        $processedFile = $this->getFileProcessingService()->processFile($fileObject, $this, $context, $configuration);

        return $processedFile;
    }

at TYPO3\CMS\Core\Resource\ResourceStorage->processFile(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/File.php line 247
     * @return ProcessedFile The processed file
     */
    public function process($taskType, array $configuration)
    {
        return $this->getStorage()->processFile($this, $taskType, $configuration);
    }

    /**
     * Returns an array representation of the file.
at TYPO3\CMS\Core\Resource\File->process('Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-extbase/Classes/Service/ImageService.php line 68
            // Get the original file from the file reference
            $image = $image->getOriginalFile();
        }

        $processedImage = $image->process(ProcessedFile::CONTEXT_IMAGECROPSCALEMASK, $processingInstructions);
        $this->setCompatibilityValues($processedImage);

        return $processedImage;
    }
at TYPO3\CMS\Extbase\Service\ImageService->applyProcessingInstructions(object(TYPO3\CMS\Core\Resource\File), array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/ImageViewHelper.php line 177
            ];
            if (!empty($this->arguments['fileExtension'] ?? '')) {
                $processingInstructions['fileExtension'] = $this->arguments['fileExtension'];
            }
            $processedImage = $this->imageService->applyProcessingInstructions($image, $processingInstructions);
            $imageUri = $this->imageService->getImageUri($processedImage, $this->arguments['absolute']);

            if (!$this->tag->hasAttribute('data-focus-area')) {
                $focusArea = $cropVariantCollection->getFocusArea($cropVariant);
at TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper), 'render'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\ImageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => 'Startseite', 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => 'eager', 'decoding' => null, 'src' => 'EXT:f7base/Resources/Public/Frontend/Images/logo.png', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 513
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => 'Startseite', 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => 'eager', 'decoding' => null, 'src' => 'EXT:f7base/Resources/Public/Frontend/Images/logo.png', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/var/cache/code/fluid_template/layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914.php line 96
'maxHeight' => NULL,
'absolute' => false,
];

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

$output3 .= '
            ';
return $output3;
at layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914->{closure}()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 295
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 186
        try {
            $cObj = GeneralUtility::makeInstance(ContentObjectRenderer::class);
            $cObj->setRequest($request);
            $linkFactory = GeneralUtility::makeInstance(LinkFactory::class);
            $linkResult = $linkFactory->create((string)$this->renderChildren(), $typolinkConfiguration, $cObj);
            $this->tag->addAttributes($linkResult->getAttributes());
            $this->tag->setContent($this->renderChildren());
            $this->tag->forceClosingTag(true);
            $result = $this->tag->render();
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->renderFrontendLinkWithCoreContext(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 119
        }
        if ($request instanceof ServerRequestInterface) {
            if (ApplicationType::fromRequest($request)->isFrontend()) {
                // Use the regular typolink functionality.
                return $this->renderFrontendLinkWithCoreContext($request);
            }
            $uri = $this->renderBackendLinkWithCoreContext($request);
            if ($uri !== '') {
                $this->tag->addAttribute('href', $uri);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper), 'render'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\Link\\PageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => 'logo', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => 1, 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 513
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => 'logo', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => 1, 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/var/cache/code/fluid_template/layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914.php line 130
'addQueryString' => false,
'argumentsToBeExcludedFromQueryString' => NULL,
];

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

$output0 .= '
            <button class="menu-toggle">
                <span>';
at layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 332
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 89

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))), '10')
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 611
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('wrap' => '<body |>', 'TEXT', '10.' => array('data' => 'page:uid', 'noTrimWrap' => '| data-page="|"|'), 'TEXT', '20.' => array('data' => 'site:identifier', 'noTrimWrap' => '| data-site="|"|'), 'CASE', '30.' => array('key.' => array('data' => 'page:doktype'), 'TEXT', '1.' => array('value' => 'standard'), 'TEXT', '3.' => array('value' => 'external-url-link'), 'TEXT', '4.' => array('value' => 'shortcut'), 'TEXT', '254.' => array('value' => 'folder'), 'default' => 'TEXT', 'default.' => array('data' => 'page:doktype'), 'stdWrap.' => array('noTrimWrap' => '| data-doktype="|"|')), 'TEXT', '40.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1')), 'noTrimWrap' => '| data-layout="|"|')), 'config.' => array('index_enable' => '1', 'index_externals' => '0', 'index_metatags' => '0', 'xmlprologue' => 'none', 'admPanel' => '1', 'absRefPrefix' => 'auto', 'metaCharset' => 'utf-8', 'doctype' => 'html5', 'debug' => '1', 'no_cache' => '0', 'cache_period' => '86400', 'sendCacheHeaders' => '1', 'disablePrefixComment' => '1', 'contentObjectExceptionHandler' => '0', 'headerComment' => 'TYPO3 CMS Integration and Development by F7 Media GmbH', 'removeDefaultJS' => 'external', 'compressJs' => '1', 'concatenateJs' => '0', 'inlineStyle2TempFile' => '1', 'removePageCss' => '1', 'removeDefaultCss' => '1', 'compressCss' => '1', 'concatenateCss' => '0', 'extTarget' => '_top', 'additionalHeaders.' => array('10.' => array('header' => 'strict-transport-security: max-age=31536000;includeSubdomains'), '20.' => array('header' => 'x-frame-options: SAMEORIGIN'), '30.' => array('header' => 'X-XSS-Protection: 1; mode=block'), '40.' => array('header' => 'X-Content-Type-Options: nosniff'), '50.' => array('header' => 'X-Powered-By: nothing')), 'pageTitleProviders.' => array('f7.' => array('provider' => 'F7\\F7seo\\PageTitle\\F7PageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'))), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1', 'google' => 'notranslate', 'title.' => array('data' => 'page:title'), 'keywords.' => array('data' => 'page:keywords'), 'theme-color.' => array('data' => 'site:themeColor'), 'google-site-verification.' => array('data' => 'site:googleSiteVerification')), 'shortcutIcon' => 'EXT:f7base/Resources/Public/Frontend/Images/favicon.ico', 'FLUIDTEMPLATE', '10.' => array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))), 'stdWrap.' => array('replacement.' => array('10.' => array('search' => '@', 'replace' => '&#64;')), 'parseFunc.' => array('htmlSanitize' => '0', 'short.' => array('---' => '&shy;')))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 225
     * in the content that is processed later-on.
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 196
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 136
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 53
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', new ConsumableString($this->requestId->nonce->b64));
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 59

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 113
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 114
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 90
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 54
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/f7/extensions/f7seo/Classes/Middleware/Favicon.php line 38
        }

        $this->addFaviconHead();

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

    protected function isWebmanifestRequest(): bool
    {
at F7\F7seo\Middleware\Favicon->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 88
                )->getResponse();
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 128
        }

        $request = $request->withAttribute('originalRequest', $originalRequest);

        return $this->application->handle($request);
    }

    /**
     * Resolve the URL (currently only page and external URL are supported)
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->sendSubRequest(object(TYPO3\CMS\Core\Http\ServerRequest), 31, object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->TYPO3\CMS\Core\Error\PageErrorHandler\{closure}()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 106
    {
        $parkedTsfe = $GLOBALS['TSFE'] ?? null;
        $GLOBALS['TSFE'] = null;

        $result = $fetcher();

        $GLOBALS['TSFE'] = $parkedTsfe;

        return $result;
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->stashEnvironment(object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Controller/ErrorController.php line 85
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler instanceof PageErrorHandlerInterface) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 77
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
        }

        if (!$pageArguments->getPageId()) {
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/f7/extensions/f7seo/Classes/Middleware/Favicon.php line 38
        }

        $this->addFaviconHead();

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

    protected function isWebmanifestRequest(): bool
    {
at F7\F7seo\Middleware\Favicon->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 88
                )->getResponse();
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /hp/bh/ab/vx/www/fit4school/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /hp/bh/ab/vx/www/fit4school/public/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});

(2/3) #2006 Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError

MySQL server has gone away

in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/ConnectionError.php line 29
    {
        $p = new ReflectionProperty(mysqli_sql_exception::class, 'sqlstate');
        $p->setAccessible(true);

        return new self($exception->getMessage(), $p->getValue($exception), (int) $exception->getCode(), $exception);
    }
}
at Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError::upcast(object(mysqli_sql_exception))
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/Mysqli/Connection.php line 58
    {
        try {
            $stmt = $this->connection->prepare($sql);
        } catch (mysqli_sql_exception $e) {
            throw ConnectionError::upcast($e);
        }

        if ($stmt === false) {
            throw ConnectionError::new($this->connection);
at Doctrine\DBAL\Driver\Mysqli\Connection->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php line 28
    }

    public function prepare(string $sql): Statement
    {
        return $this->wrappedConnection->prepare($sql);
    }

    public function query(string $sql): Result
    {
at Doctrine\DBAL\Driver\Middleware\AbstractConnectionMiddleware->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Log/LoggingConnection.php line 43
    }

    public function prepare(string $sql): DriverStatement
    {
        return new LoggingStatement(parent::prepare($sql), $this->logger, $sql);
    }

    public function query(string $sql): Result
    {
at TYPO3\CMS\Adminpanel\Log\LoggingConnection->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Connection.php line 1092
                if ($this->needsArrayParameterConversion($params, $types)) {
                    [$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
                }

                $stmt = $connection->prepare($sql);

                $this->bindParameters($stmt, $params, $types);

                $result = $stmt->execute();
at Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)', array(28, 'Image.CropScaleMask', '24f48d5b4de7d99b7144e6559156976855e74b5d'), array(1, 2, 2), null)
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Query/QueryBuilder.php line 336
        return $this->connection->executeQuery(
            $this->getSQL(),
            $this->params,
            $this->paramTypes,
            $this->resultCacheProfile,
        );
    }

    /**
at Doctrine\DBAL\Query\QueryBuilder->executeQuery()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Database/Query/QueryBuilder.php line 278
    {
        // Set additional query restrictions
        $originalWhereConditions = $this->addAdditionalWhereConditions();

        $result = $this->concreteQueryBuilder->executeQuery();

        // Restore the original query conditions in case the user keeps
        // on modifying the state.
        $this->concreteQueryBuilder->add('where', $originalWhereConditions, false);
at TYPO3\CMS\Core\Database\Query\QueryBuilder->executeQuery()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/ProcessedFileRepository.php line 237
                    'configurationsha1',
                    $queryBuilder->createNamedParameter(sha1((new ConfigurationService())->serialize($configuration)))
                )
            )
            ->executeQuery()
            ->fetchAssociative();

        if (is_array($databaseRow)) {
            $processedFile = $this->createDomainObject($databaseRow);
at TYPO3\CMS\Core\Resource\ProcessedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/Service/FileProcessingService.php line 94
            }
        }

        $processedFileRepository = GeneralUtility::makeInstance(ProcessedFileRepository::class);
        $processedFile = $processedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration($fileObject, $taskType, $configuration);

        // set the storage of the processed file
        // Pre-process the file
        $event = $this->eventDispatcher->dispatch(
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->processFile(object(TYPO3\CMS\Core\Resource\File), object(TYPO3\CMS\Core\Resource\ResourceStorage), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/ResourceStorage.php line 1395
    {
        if ($fileObject->getStorage() !== $this) {
            throw new \InvalidArgumentException('Cannot process files of foreign storage', 1353401835);
        }
        $processedFile = $this->getFileProcessingService()->processFile($fileObject, $this, $context, $configuration);

        return $processedFile;
    }

at TYPO3\CMS\Core\Resource\ResourceStorage->processFile(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/File.php line 247
     * @return ProcessedFile The processed file
     */
    public function process($taskType, array $configuration)
    {
        return $this->getStorage()->processFile($this, $taskType, $configuration);
    }

    /**
     * Returns an array representation of the file.
at TYPO3\CMS\Core\Resource\File->process('Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-extbase/Classes/Service/ImageService.php line 68
            // Get the original file from the file reference
            $image = $image->getOriginalFile();
        }

        $processedImage = $image->process(ProcessedFile::CONTEXT_IMAGECROPSCALEMASK, $processingInstructions);
        $this->setCompatibilityValues($processedImage);

        return $processedImage;
    }
at TYPO3\CMS\Extbase\Service\ImageService->applyProcessingInstructions(object(TYPO3\CMS\Core\Resource\File), array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/ImageViewHelper.php line 177
            ];
            if (!empty($this->arguments['fileExtension'] ?? '')) {
                $processingInstructions['fileExtension'] = $this->arguments['fileExtension'];
            }
            $processedImage = $this->imageService->applyProcessingInstructions($image, $processingInstructions);
            $imageUri = $this->imageService->getImageUri($processedImage, $this->arguments['absolute']);

            if (!$this->tag->hasAttribute('data-focus-area')) {
                $focusArea = $cropVariantCollection->getFocusArea($cropVariant);
at TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper), 'render'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\ImageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => 'Startseite', 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => 'eager', 'decoding' => null, 'src' => 'EXT:f7base/Resources/Public/Frontend/Images/logo.png', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 513
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => 'Startseite', 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => 'eager', 'decoding' => null, 'src' => 'EXT:f7base/Resources/Public/Frontend/Images/logo.png', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/var/cache/code/fluid_template/layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914.php line 96
'maxHeight' => NULL,
'absolute' => false,
];

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

$output3 .= '
            ';
return $output3;
at layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914->{closure}()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 295
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 186
        try {
            $cObj = GeneralUtility::makeInstance(ContentObjectRenderer::class);
            $cObj->setRequest($request);
            $linkFactory = GeneralUtility::makeInstance(LinkFactory::class);
            $linkResult = $linkFactory->create((string)$this->renderChildren(), $typolinkConfiguration, $cObj);
            $this->tag->addAttributes($linkResult->getAttributes());
            $this->tag->setContent($this->renderChildren());
            $this->tag->forceClosingTag(true);
            $result = $this->tag->render();
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->renderFrontendLinkWithCoreContext(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 119
        }
        if ($request instanceof ServerRequestInterface) {
            if (ApplicationType::fromRequest($request)->isFrontend()) {
                // Use the regular typolink functionality.
                return $this->renderFrontendLinkWithCoreContext($request);
            }
            $uri = $this->renderBackendLinkWithCoreContext($request);
            if ($uri !== '') {
                $this->tag->addAttribute('href', $uri);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper), 'render'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\Link\\PageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => 'logo', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => 1, 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 513
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => 'logo', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => 1, 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/var/cache/code/fluid_template/layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914.php line 130
'addQueryString' => false,
'argumentsToBeExcludedFromQueryString' => NULL,
];

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

$output0 .= '
            <button class="menu-toggle">
                <span>';
at layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 332
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 89

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))), '10')
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 611
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('wrap' => '<body |>', 'TEXT', '10.' => array('data' => 'page:uid', 'noTrimWrap' => '| data-page="|"|'), 'TEXT', '20.' => array('data' => 'site:identifier', 'noTrimWrap' => '| data-site="|"|'), 'CASE', '30.' => array('key.' => array('data' => 'page:doktype'), 'TEXT', '1.' => array('value' => 'standard'), 'TEXT', '3.' => array('value' => 'external-url-link'), 'TEXT', '4.' => array('value' => 'shortcut'), 'TEXT', '254.' => array('value' => 'folder'), 'default' => 'TEXT', 'default.' => array('data' => 'page:doktype'), 'stdWrap.' => array('noTrimWrap' => '| data-doktype="|"|')), 'TEXT', '40.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1')), 'noTrimWrap' => '| data-layout="|"|')), 'config.' => array('index_enable' => '1', 'index_externals' => '0', 'index_metatags' => '0', 'xmlprologue' => 'none', 'admPanel' => '1', 'absRefPrefix' => 'auto', 'metaCharset' => 'utf-8', 'doctype' => 'html5', 'debug' => '1', 'no_cache' => '0', 'cache_period' => '86400', 'sendCacheHeaders' => '1', 'disablePrefixComment' => '1', 'contentObjectExceptionHandler' => '0', 'headerComment' => 'TYPO3 CMS Integration and Development by F7 Media GmbH', 'removeDefaultJS' => 'external', 'compressJs' => '1', 'concatenateJs' => '0', 'inlineStyle2TempFile' => '1', 'removePageCss' => '1', 'removeDefaultCss' => '1', 'compressCss' => '1', 'concatenateCss' => '0', 'extTarget' => '_top', 'additionalHeaders.' => array('10.' => array('header' => 'strict-transport-security: max-age=31536000;includeSubdomains'), '20.' => array('header' => 'x-frame-options: SAMEORIGIN'), '30.' => array('header' => 'X-XSS-Protection: 1; mode=block'), '40.' => array('header' => 'X-Content-Type-Options: nosniff'), '50.' => array('header' => 'X-Powered-By: nothing')), 'pageTitleProviders.' => array('f7.' => array('provider' => 'F7\\F7seo\\PageTitle\\F7PageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'))), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1', 'google' => 'notranslate', 'title.' => array('data' => 'page:title'), 'keywords.' => array('data' => 'page:keywords'), 'theme-color.' => array('data' => 'site:themeColor'), 'google-site-verification.' => array('data' => 'site:googleSiteVerification')), 'shortcutIcon' => 'EXT:f7base/Resources/Public/Frontend/Images/favicon.ico', 'FLUIDTEMPLATE', '10.' => array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))), 'stdWrap.' => array('replacement.' => array('10.' => array('search' => '@', 'replace' => '&#64;')), 'parseFunc.' => array('htmlSanitize' => '0', 'short.' => array('---' => '&shy;')))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 225
     * in the content that is processed later-on.
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 196
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 136
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 53
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', new ConsumableString($this->requestId->nonce->b64));
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 59

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 113
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 114
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 90
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 54
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/f7/extensions/f7seo/Classes/Middleware/Favicon.php line 38
        }

        $this->addFaviconHead();

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

    protected function isWebmanifestRequest(): bool
    {
at F7\F7seo\Middleware\Favicon->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 88
                )->getResponse();
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 128
        }

        $request = $request->withAttribute('originalRequest', $originalRequest);

        return $this->application->handle($request);
    }

    /**
     * Resolve the URL (currently only page and external URL are supported)
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->sendSubRequest(object(TYPO3\CMS\Core\Http\ServerRequest), 31, object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->TYPO3\CMS\Core\Error\PageErrorHandler\{closure}()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 106
    {
        $parkedTsfe = $GLOBALS['TSFE'] ?? null;
        $GLOBALS['TSFE'] = null;

        $result = $fetcher();

        $GLOBALS['TSFE'] = $parkedTsfe;

        return $result;
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->stashEnvironment(object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Controller/ErrorController.php line 85
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler instanceof PageErrorHandlerInterface) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 77
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
        }

        if (!$pageArguments->getPageId()) {
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/f7/extensions/f7seo/Classes/Middleware/Favicon.php line 38
        }

        $this->addFaviconHead();

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

    protected function isWebmanifestRequest(): bool
    {
at F7\F7seo\Middleware\Favicon->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 88
                )->getResponse();
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /hp/bh/ab/vx/www/fit4school/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /hp/bh/ab/vx/www/fit4school/public/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});

(3/3) #2006 mysqli_sql_exception

MySQL server has gone away

in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/Mysqli/Connection.php line 56

    public function prepare(string $sql): DriverStatement
    {
        try {
            $stmt = $this->connection->prepare($sql);
        } catch (mysqli_sql_exception $e) {
            throw ConnectionError::upcast($e);
        }

at mysqli->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/Mysqli/Connection.php line 56

    public function prepare(string $sql): DriverStatement
    {
        try {
            $stmt = $this->connection->prepare($sql);
        } catch (mysqli_sql_exception $e) {
            throw ConnectionError::upcast($e);
        }

at Doctrine\DBAL\Driver\Mysqli\Connection->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php line 28
    }

    public function prepare(string $sql): Statement
    {
        return $this->wrappedConnection->prepare($sql);
    }

    public function query(string $sql): Result
    {
at Doctrine\DBAL\Driver\Middleware\AbstractConnectionMiddleware->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Log/LoggingConnection.php line 43
    }

    public function prepare(string $sql): DriverStatement
    {
        return new LoggingStatement(parent::prepare($sql), $this->logger, $sql);
    }

    public function query(string $sql): Result
    {
at TYPO3\CMS\Adminpanel\Log\LoggingConnection->prepare('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)')
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Connection.php line 1092
                if ($this->needsArrayParameterConversion($params, $types)) {
                    [$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
                }

                $stmt = $connection->prepare($sql);

                $this->bindParameters($stmt, $params, $types);

                $result = $stmt->execute();
at Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `sys_file_processedfile` WHERE (`original` = ?) AND (`task_type` = ?) AND (`configurationsha1` = ?)', array(28, 'Image.CropScaleMask', '24f48d5b4de7d99b7144e6559156976855e74b5d'), array(1, 2, 2), null)
in /hp/bh/ab/vx/www/fit4school/vendor/doctrine/dbal/src/Query/QueryBuilder.php line 336
        return $this->connection->executeQuery(
            $this->getSQL(),
            $this->params,
            $this->paramTypes,
            $this->resultCacheProfile,
        );
    }

    /**
at Doctrine\DBAL\Query\QueryBuilder->executeQuery()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Database/Query/QueryBuilder.php line 278
    {
        // Set additional query restrictions
        $originalWhereConditions = $this->addAdditionalWhereConditions();

        $result = $this->concreteQueryBuilder->executeQuery();

        // Restore the original query conditions in case the user keeps
        // on modifying the state.
        $this->concreteQueryBuilder->add('where', $originalWhereConditions, false);
at TYPO3\CMS\Core\Database\Query\QueryBuilder->executeQuery()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/ProcessedFileRepository.php line 237
                    'configurationsha1',
                    $queryBuilder->createNamedParameter(sha1((new ConfigurationService())->serialize($configuration)))
                )
            )
            ->executeQuery()
            ->fetchAssociative();

        if (is_array($databaseRow)) {
            $processedFile = $this->createDomainObject($databaseRow);
at TYPO3\CMS\Core\Resource\ProcessedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/Service/FileProcessingService.php line 94
            }
        }

        $processedFileRepository = GeneralUtility::makeInstance(ProcessedFileRepository::class);
        $processedFile = $processedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration($fileObject, $taskType, $configuration);

        // set the storage of the processed file
        // Pre-process the file
        $event = $this->eventDispatcher->dispatch(
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->processFile(object(TYPO3\CMS\Core\Resource\File), object(TYPO3\CMS\Core\Resource\ResourceStorage), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/ResourceStorage.php line 1395
    {
        if ($fileObject->getStorage() !== $this) {
            throw new \InvalidArgumentException('Cannot process files of foreign storage', 1353401835);
        }
        $processedFile = $this->getFileProcessingService()->processFile($fileObject, $this, $context, $configuration);

        return $processedFile;
    }

at TYPO3\CMS\Core\Resource\ResourceStorage->processFile(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Resource/File.php line 247
     * @return ProcessedFile The processed file
     */
    public function process($taskType, array $configuration)
    {
        return $this->getStorage()->processFile($this, $taskType, $configuration);
    }

    /**
     * Returns an array representation of the file.
at TYPO3\CMS\Core\Resource\File->process('Image.CropScaleMask', array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-extbase/Classes/Service/ImageService.php line 68
            // Get the original file from the file reference
            $image = $image->getOriginalFile();
        }

        $processedImage = $image->process(ProcessedFile::CONTEXT_IMAGECROPSCALEMASK, $processingInstructions);
        $this->setCompatibilityValues($processedImage);

        return $processedImage;
    }
at TYPO3\CMS\Extbase\Service\ImageService->applyProcessingInstructions(object(TYPO3\CMS\Core\Resource\File), array('width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'crop' => null))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/ImageViewHelper.php line 177
            ];
            if (!empty($this->arguments['fileExtension'] ?? '')) {
                $processingInstructions['fileExtension'] = $this->arguments['fileExtension'];
            }
            $processedImage = $this->imageService->applyProcessingInstructions($image, $processingInstructions);
            $imageUri = $this->imageService->getImageUri($processedImage, $this->arguments['absolute']);

            if (!$this->tag->hasAttribute('data-focus-area')) {
                $focusArea = $cropVariantCollection->getFocusArea($cropVariant);
at TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper), 'render'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\ImageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => 'Startseite', 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => 'eager', 'decoding' => null, 'src' => 'EXT:f7base/Resources/Public/Frontend/Images/logo.png', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 513
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => 'Startseite', 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => 'eager', 'decoding' => null, 'src' => 'EXT:f7base/Resources/Public/Frontend/Images/logo.png', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/var/cache/code/fluid_template/layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914.php line 96
'maxHeight' => NULL,
'absolute' => false,
];

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

$output3 .= '
            ';
return $output3;
at layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914->{closure}()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 295
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 186
        try {
            $cObj = GeneralUtility::makeInstance(ContentObjectRenderer::class);
            $cObj->setRequest($request);
            $linkFactory = GeneralUtility::makeInstance(LinkFactory::class);
            $linkResult = $linkFactory->create((string)$this->renderChildren(), $typolinkConfiguration, $cObj);
            $this->tag->addAttributes($linkResult->getAttributes());
            $this->tag->setContent($this->renderChildren());
            $this->tag->forceClosingTag(true);
            $result = $this->tag->render();
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->renderFrontendLinkWithCoreContext(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 119
        }
        if ($request instanceof ServerRequestInterface) {
            if (ApplicationType::fromRequest($request)->isFrontend()) {
                // Use the regular typolink functionality.
                return $this->renderFrontendLinkWithCoreContext($request);
            }
            $uri = $this->renderBackendLinkWithCoreContext($request);
            if ($uri !== '') {
                $this->tag->addAttribute('href', $uri);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper), 'render'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\Link\\PageViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => 'logo', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => 1, 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 513
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => 'logo', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => 1, 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/var/cache/code/fluid_template/layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914.php line 130
'addQueryString' => false,
'argumentsToBeExcludedFromQueryString' => NULL,
];

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

$output0 .= '
            <button class="menu-toggle">
                <span>';
at layout_MainPage_html_90211f32a315cece45bf55a4815f69ce0b633914->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 332
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 89

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))), '10')
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 611
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('wrap' => '<body |>', 'TEXT', '10.' => array('data' => 'page:uid', 'noTrimWrap' => '| data-page="|"|'), 'TEXT', '20.' => array('data' => 'site:identifier', 'noTrimWrap' => '| data-site="|"|'), 'CASE', '30.' => array('key.' => array('data' => 'page:doktype'), 'TEXT', '1.' => array('value' => 'standard'), 'TEXT', '3.' => array('value' => 'external-url-link'), 'TEXT', '4.' => array('value' => 'shortcut'), 'TEXT', '254.' => array('value' => 'folder'), 'default' => 'TEXT', 'default.' => array('data' => 'page:doktype'), 'stdWrap.' => array('noTrimWrap' => '| data-doktype="|"|')), 'TEXT', '40.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1')), 'noTrimWrap' => '| data-layout="|"|')), 'config.' => array('index_enable' => '1', 'index_externals' => '0', 'index_metatags' => '0', 'xmlprologue' => 'none', 'admPanel' => '1', 'absRefPrefix' => 'auto', 'metaCharset' => 'utf-8', 'doctype' => 'html5', 'debug' => '1', 'no_cache' => '0', 'cache_period' => '86400', 'sendCacheHeaders' => '1', 'disablePrefixComment' => '1', 'contentObjectExceptionHandler' => '0', 'headerComment' => 'TYPO3 CMS Integration and Development by F7 Media GmbH', 'removeDefaultJS' => 'external', 'compressJs' => '1', 'concatenateJs' => '0', 'inlineStyle2TempFile' => '1', 'removePageCss' => '1', 'removeDefaultCss' => '1', 'compressCss' => '1', 'concatenateCss' => '0', 'extTarget' => '_top', 'additionalHeaders.' => array('10.' => array('header' => 'strict-transport-security: max-age=31536000;includeSubdomains'), '20.' => array('header' => 'x-frame-options: SAMEORIGIN'), '30.' => array('header' => 'X-XSS-Protection: 1; mode=block'), '40.' => array('header' => 'X-Content-Type-Options: nosniff'), '50.' => array('header' => 'X-Powered-By: nothing')), 'pageTitleProviders.' => array('f7.' => array('provider' => 'F7\\F7seo\\PageTitle\\F7PageTitleProvider', 'before' => 'record', 'after' => 'altPageTitle'))), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1', 'google' => 'notranslate', 'title.' => array('data' => 'page:title'), 'keywords.' => array('data' => 'page:keywords'), 'theme-color.' => array('data' => 'site:themeColor'), 'google-site-verification.' => array('data' => 'site:googleSiteVerification')), 'shortcutIcon' => 'EXT:f7base/Resources/Public/Frontend/Images/favicon.ico', 'FLUIDTEMPLATE', '10.' => array('layoutRootPaths.' => array('EXT:f7templates/Resources/Private/Layouts/F7templates/'), 'templateRootPaths.' => array('EXT:f7templates/Resources/Private/Templates/F7templates/'), 'partialRootPaths.' => array('00' => 'EXT:f7base/Resources/Private/Partials/', 'EXT:f7templates/Resources/Private/Partials/F7templates/'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'pagelayout'), 'pagets__default' => 'TEXT', 'pagets__default.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/Default.html'), 'pagets__none' => 'TEXT', 'pagets__none.' => array('value' => 'EXT:f7templates/Resources/Private/Templates/F7templates/None.html')))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'siteName' => 'TEXT', 'siteName.' => array('data' => 'FULLROOTLINE:0,title'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'site:copyright'), 'context' => 'TEXT', 'context.' => array('data' => 'getenv:TYPO3_CONTEXT'), 'search' => 'TEXT', 'search.' => array('value' => '14'), 'pageId' => 'TEXT', 'pageId.' => array('value' => '{TSFE:id}', 'insertData' => '1')), 'settings.' => array('config.' => array('pageTitleProviders.' => array('record.' => array('provider' => 'TYPO3\\CMS\\Core\\PageTitle\\RecordPageTitleProvider'), 'seo.' => array('provider' => 'TYPO3\\CMS\\Seo\\PageTitle\\SeoTitlePageTitleProvider', 'before' => 'record')), 'tx_extbase.' => array('mvc.' => array('throwPageNotFoundExceptionIfActionCantBeResolved' => '0'), 'persistence.' => array('enableAutomaticCacheClearing' => '1', 'updateReferenceIndex' => '0'), 'features.' => array('skipDefaultArguments' => '0', 'ignoreAllEnableFieldsInBe' => '0', 'enableNamespacedArgumentsForBackend' => '0')), 'enableEMailObfuscator' => '1')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '10.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('levels' => '3', 'as' => 'mainNavigation', 'expandAll' => '1', 'titleField' => 'nav_title // title', 'excludeDoktypes' => '84, 254'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:metaNavigation')), 'levels' => '1', 'as' => 'metaNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value.' => array('data' => 'site:footerNavigation')), 'levels' => '1', 'as' => 'footerNavigation', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumbNavigation'))), 'stdWrap.' => array('replacement.' => array('10.' => array('search' => '@', 'replace' => '&#64;')), 'parseFunc.' => array('htmlSanitize' => '0', 'short.' => array('---' => '&shy;')))))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 225
     * in the content that is processed later-on.
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 196
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 136
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 53
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', new ConsumableString($this->requestId->nonce->b64));
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 59

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 113
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 114
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 90
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 54
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/f7/extensions/f7seo/Classes/Middleware/Favicon.php line 38
        }

        $this->addFaviconHead();

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

    protected function isWebmanifestRequest(): bool
    {
at F7\F7seo\Middleware\Favicon->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 88
                )->getResponse();
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 128
        }

        $request = $request->withAttribute('originalRequest', $originalRequest);

        return $this->application->handle($request);
    }

    /**
     * Resolve the URL (currently only page and external URL are supported)
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->sendSubRequest(object(TYPO3\CMS\Core\Http\ServerRequest), 31, object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->TYPO3\CMS\Core\Error\PageErrorHandler\{closure}()
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 106
    {
        $parkedTsfe = $GLOBALS['TSFE'] ?? null;
        $GLOBALS['TSFE'] = null;

        $result = $fetcher();

        $GLOBALS['TSFE'] = $parkedTsfe;

        return $result;
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->stashEnvironment(object(Closure))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Controller/ErrorController.php line 85
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler instanceof PageErrorHandlerInterface) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 77
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
        }

        if (!$pageArguments->getPageId()) {
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/f7/extensions/f7seo/Classes/Middleware/Favicon.php line 38
        }

        $this->addFaviconHead();

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

    protected function isWebmanifestRequest(): bool
    {
at F7\F7seo\Middleware\Favicon->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 88
                )->getResponse();
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$44->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /hp/bh/ab/vx/www/fit4school/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /hp/bh/ab/vx/www/fit4school/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /hp/bh/ab/vx/www/fit4school/public/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});