Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1382284106 TYPO3Fluid\Fluid\Core\ViewHelper\Exception

You must either specify a string src or a File object.

in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php line 151
    public function render()
    {
        $src = (string)$this->arguments['src'];
        if (($src === '' && $this->arguments['image'] === null) || ($src !== '' && $this->arguments['image'] !== null)) {
            throw new Exception('You must either specify a string src or a File object.', 1382284106);
        }

        // A URL was given as src, this is kept as is, and we can only scale
        if ($src !== '' && preg_match('/^(https?:)?\/\//', $src)) {
at TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper), 'render'))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 264
     */
    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 /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 252
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/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, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => null, 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => null, 'src' => '', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'portrait', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => 252, 'maxHeight' => null, 'absolute' => false), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 524
     */
    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, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'alt' => null, 'ismap' => null, 'longdesc' => null, 'usemap' => null, 'loading' => null, 'src' => '', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'portrait', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => 252, 'maxHeight' => null, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3temp/var/cache/code/fluid_template/partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99.php line 1607
);$arguments51['image'] = $renderingContext->getVariableProvider()->getByPath('ansprechpartner.apimage', $array53);
$arguments51['cropVariant'] = 'portrait';
$arguments51['maxWidth'] = 252;

$output45 .= TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper::renderStatic($arguments51, $renderChildrenClosure52, $renderingContext);

$output45 .= '
                                        </div>
                                        <div class="apdesc">
at partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99->{closure}()
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 133
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array('3', '1', '2', '4'), 'as' => 'ansprechpartnerUid', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3temp/var/cache/code/fluid_template/partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99.php line 1991
$array44 = array (
);$arguments42['each'] = $renderingContext->getVariableProvider()->getByPath('ansprechpartners', $array44);
$arguments42['as'] = 'ansprechpartnerUid';

$output14 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments42, $renderChildrenClosure43, $renderingContext);

$output14 .= '
                            </div>
                        </div>
at partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99->{closure}()
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3temp/var/cache/code/fluid_template/partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99.php line 2621
        ';
return $output108;
};

$output6 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext);

$output6 .= '


at partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99->{closure}()
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3temp/var/cache/code/fluid_template/partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99.php line 2648
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

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

$output0 .= '


at partial_Contactpersons_eeff9da7d9134540ca70c4ce9f60a56933c55d99->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Contactpersons', null, array('isApplication' => '0', 'data' => array('uid' => 78, 'rowDescription' => null, 'pid' => 9, 'tstamp' => 1697446213, 'crdate' => 1595491068, 'cruser_id' => 7, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 184, 'editlock' => 0, 'sys_language_uid' => 1, 'l18n_parent' => 78, 'l10n_source' => 78, 'l10n_state' => null, 't3_origuid' => 78, 'l18n_diffsource' => 'a:21:{s:5:"CType";s:27:"themecontent_contactpersons";s:6:"colPos";i:0;s:6:"header";s:0:"";s:13:"header_layout";s:1:"0";s:8:"bodytext";s:0:"";s:31:"tx_themecontent_ansprechpartner";s:7:"3,1,2,4";s:6:"layout";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"sys_language_uid";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:8:"editlock";i:0;s:10:"categories";i:0;s:14:"rowDescription";N;s:11:"frame_class";s:7:"default";s:11:"l18n_parent";i:0;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'themecontent_contactpersons', 'header' => '', 'header_position' => '', 'bodytext' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'tx_themecontent_ansprechpartner' => '3,1,2,4', 'tx_themecontent_bannerslides' => 0, 'tx_themecontent_imagelinkboxes' => 0, 'tx_themecontent_imagesize' => '', 'tx_themecontent_linktarget' => null, 'tx_themecontent_linktext' => null, 'tx_themecontent_textboxes' => 0, 'tx_themecontent_textleft' => null, 'tx_themecontent_textright' => null, 'tx_themecontent_textimageimages' => 0, 'tx_news_related_news' => 0, 'tx_themecontent_videofile' => 0, 'tx_themecontent_videoposterimage' => 0, 'tx_themecontent_youtubeiframesrc' => null, 'tx_themecontent_fullsizeimage' => 0, 'tx_themecontent_videolinkboxes' => 0, '_LOCALIZED_UID' => 493), 'current' => null))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3conf/ext/vhs/Classes/View/UncacheTemplateView.php line 138
        array_push(
            $this->renderingStack,
            ['type' => static::RENDERING_TEMPLATE, 'parsedTemplate' => null, 'renderingContext' => $renderingContext]
        );
        $rendered = $this->renderPartial($partial, $section, $arguments);
        array_pop($this->renderingStack);
        return $rendered;
    }
}
at FluidTYPO3\Vhs\View\UncacheTemplateView->renderPartialUncached(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), 'Contactpersons', null, array('isApplication' => '0', 'data' => array('uid' => 78, 'rowDescription' => null, 'pid' => 9, 'tstamp' => 1697446213, 'crdate' => 1595491068, 'cruser_id' => 7, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 184, 'editlock' => 0, 'sys_language_uid' => 1, 'l18n_parent' => 78, 'l10n_source' => 78, 'l10n_state' => null, 't3_origuid' => 78, 'l18n_diffsource' => 'a:21:{s:5:"CType";s:27:"themecontent_contactpersons";s:6:"colPos";i:0;s:6:"header";s:0:"";s:13:"header_layout";s:1:"0";s:8:"bodytext";s:0:"";s:31:"tx_themecontent_ansprechpartner";s:7:"3,1,2,4";s:6:"layout";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"sys_language_uid";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:8:"editlock";i:0;s:10:"categories";i:0;s:14:"rowDescription";N;s:11:"frame_class";s:7:"default";s:11:"l18n_parent";i:0;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'themecontent_contactpersons', 'header' => '', 'header_position' => '', 'bodytext' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'tx_themecontent_ansprechpartner' => '3,1,2,4', 'tx_themecontent_bannerslides' => 0, 'tx_themecontent_imagelinkboxes' => 0, 'tx_themecontent_imagesize' => '', 'tx_themecontent_linktarget' => null, 'tx_themecontent_linktext' => null, 'tx_themecontent_textboxes' => 0, 'tx_themecontent_textleft' => null, 'tx_themecontent_textright' => null, 'tx_themecontent_textimageimages' => 0, 'tx_news_related_news' => 0, 'tx_themecontent_videofile' => 0, 'tx_themecontent_videoposterimage' => 0, 'tx_themecontent_youtubeiframesrc' => null, 'tx_themecontent_fullsizeimage' => 0, 'tx_themecontent_videolinkboxes' => 0, '_LOCALIZED_UID' => 493), 'current' => null))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3conf/ext/vhs/Classes/View/UncacheTemplateView.php line 92
        if (!empty($conf['partialRootPaths'])) {
            $templatePaths = $renderingContext->getTemplatePaths();
            $templatePaths->setPartialRootPaths($conf['partialRootPaths']);
        }
        return $this->renderPartialUncached($renderingContext, $partial, $section, $arguments);
    }

    /**
     * @param RenderingContextInterface $renderingContext
at FluidTYPO3\Vhs\View\UncacheTemplateView->callUserFunction('render', array('partial' => 'Contactpersons', 'section' => null, 'arguments' => array('isApplication' => '0', 'data' => array('uid' => 78, 'rowDescription' => null, 'pid' => 9, 'tstamp' => 1697446213, 'crdate' => 1595491068, 'cruser_id' => 7, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 184, 'editlock' => 0, 'sys_language_uid' => 1, 'l18n_parent' => 78, 'l10n_source' => 78, 'l10n_state' => null, 't3_origuid' => 78, 'l18n_diffsource' => 'a:21:{s:5:"CType";s:27:"themecontent_contactpersons";s:6:"colPos";i:0;s:6:"header";s:0:"";s:13:"header_layout";s:1:"0";s:8:"bodytext";s:0:"";s:31:"tx_themecontent_ansprechpartner";s:7:"3,1,2,4";s:6:"layout";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"sys_language_uid";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:8:"editlock";i:0;s:10:"categories";i:0;s:14:"rowDescription";N;s:11:"frame_class";s:7:"default";s:11:"l18n_parent";i:0;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'themecontent_contactpersons', 'header' => '', 'header_position' => '', 'bodytext' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'tx_themecontent_ansprechpartner' => '3,1,2,4', 'tx_themecontent_bannerslides' => 0, 'tx_themecontent_imagelinkboxes' => 0, 'tx_themecontent_imagesize' => '', 'tx_themecontent_linktarget' => null, 'tx_themecontent_linktext' => null, 'tx_themecontent_textboxes' => 0, 'tx_themecontent_textleft' => null, 'tx_themecontent_textright' => null, 'tx_themecontent_textimageimages' => 0, 'tx_news_related_news' => 0, 'tx_themecontent_videofile' => 0, 'tx_themecontent_videoposterimage' => 0, 'tx_themecontent_youtubeiframesrc' => null, 'tx_themecontent_fullsizeimage' => 0, 'tx_themecontent_videolinkboxes' => 0, '_LOCALIZED_UID' => 493), 'current' => null), 'partialRootPaths' => array('/www/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3conf/ext/theme_content/Resources/Private/Partials/', ''), 'controllerContext' => object(TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext)), '<!--INT_SCRIPT.45a31037016174afbca15997b7d94618-->')
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3116
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
                    }
                    $this->content .= $this->convOutputCharset($nonCacheableContent);
                    $this->content .= substr($contentPart, 35);
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.685cb643600e3d29c06efa060f731c09' => array('type' => 'POSTUSERFUNC', 'cObj' => 'O:39:"FluidTYPO3\\Vhs\\View\\UncacheTemplateView":1:{s:17:"' . "\0" . '*' . "\0" . 'renderingStack";a:0:{}}', 'postUserFunc' => 'render', 'conf' => array('partial' => 'Contactpersons', 'section' => null, 'arguments' => array('isApplication' => '0', 'data' => array('uid' => 78, 'rowDescription' => null, 'pid' => 9, 'tstamp' => 1697446213, 'crdate' => 1595491068, 'cruser_id' => 7, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 184, 'editlock' => 0, 'sys_language_uid' => 1, 'l18n_parent' => 78, 'l10n_source' => 78, 'l10n_state' => null, 't3_origuid' => 78, 'l18n_diffsource' => 'a:21:{s:5:"CType";s:27:"themecontent_contactpersons";s:6:"colPos";i:0;s:6:"header";s:0:"";s:13:"header_layout";s:1:"0";s:8:"bodytext";s:0:"";s:31:"tx_themecontent_ansprechpartner";s:7:"3,1,2,4";s:6:"layout";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"sys_language_uid";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:8:"editlock";i:0;s:10:"categories";i:0;s:14:"rowDescription";N;s:11:"frame_class";s:7:"default";s:11:"l18n_parent";i:0;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'themecontent_contactpersons', 'header' => '', 'header_position' => '', 'bodytext' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'tx_themecontent_ansprechpartner' => '3,1,2,4', 'tx_themecontent_bannerslides' => 0, 'tx_themecontent_imagelinkboxes' => 0, 'tx_themecontent_imagesize' => '', 'tx_themecontent_linktarget' => null, 'tx_themecontent_linktext' => null, 'tx_themecontent_textboxes' => 0, 'tx_themecontent_textleft' => null, 'tx_themecontent_textright' => null, 'tx_themecontent_textimageimages' => 0, 'tx_news_related_news' => 0, 'tx_themecontent_videofile' => 0, 'tx_themecontent_videoposterimage' => 0, 'tx_themecontent_youtubeiframesrc' => null, 'tx_themecontent_fullsizeimage' => 0, 'tx_themecontent_videolinkboxes' => 0, '_LOCALIZED_UID' => 493), 'current' => null), 'partialRootPaths' => array('/www/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3conf/ext/theme_content/Resources/Private/Partials/', ''), 'controllerContext' => object(TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext)), 'content' => '<!--INT_SCRIPT.685cb643600e3d29c06efa060f731c09-->'), 'INT_SCRIPT.45a31037016174afbca15997b7d94618' => array('type' => 'POSTUSERFUNC', 'cObj' => 'O:39:"FluidTYPO3\\Vhs\\View\\UncacheTemplateView":1:{s:17:"' . "\0" . '*' . "\0" . 'renderingStack";a:0:{}}', 'postUserFunc' => 'render', 'conf' => array('partial' => 'Contactpersons', 'section' => null, 'arguments' => array('isApplication' => '0', 'data' => array('uid' => 78, 'rowDescription' => null, 'pid' => 9, 'tstamp' => 1697446213, 'crdate' => 1595491068, 'cruser_id' => 7, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 184, 'editlock' => 0, 'sys_language_uid' => 1, 'l18n_parent' => 78, 'l10n_source' => 78, 'l10n_state' => null, 't3_origuid' => 78, 'l18n_diffsource' => 'a:21:{s:5:"CType";s:27:"themecontent_contactpersons";s:6:"colPos";i:0;s:6:"header";s:0:"";s:13:"header_layout";s:1:"0";s:8:"bodytext";s:0:"";s:31:"tx_themecontent_ansprechpartner";s:7:"3,1,2,4";s:6:"layout";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"sys_language_uid";i:0;s:6:"hidden";i:0;s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:8:"editlock";i:0;s:10:"categories";i:0;s:14:"rowDescription";N;s:11:"frame_class";s:7:"default";s:11:"l18n_parent";i:0;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'themecontent_contactpersons', 'header' => '', 'header_position' => '', 'bodytext' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'tx_themecontent_ansprechpartner' => '3,1,2,4', 'tx_themecontent_bannerslides' => 0, 'tx_themecontent_imagelinkboxes' => 0, 'tx_themecontent_imagesize' => '', 'tx_themecontent_linktarget' => null, 'tx_themecontent_linktext' => null, 'tx_themecontent_textboxes' => 0, 'tx_themecontent_textleft' => null, 'tx_themecontent_textright' => null, 'tx_themecontent_textimageimages' => 0, 'tx_news_related_news' => 0, 'tx_themecontent_videofile' => 0, 'tx_themecontent_videoposterimage' => 0, 'tx_themecontent_youtubeiframesrc' => null, 'tx_themecontent_fullsizeimage' => 0, 'tx_themecontent_videolinkboxes' => 0, '_LOCALIZED_UID' => 493), 'current' => null), 'partialRootPaths' => array('/www/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3conf/ext/theme_content/Resources/Private/Partials/', ''), 'controllerContext' => object(TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext)), 'content' => '<!--INT_SCRIPT.45a31037016174afbca15997b7d94618-->')))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3072
    protected function recursivelyReplaceIntPlaceholdersInContent()
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent()
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3041
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent();
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 150
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

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

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 81
                return $response;
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 77
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fbba0f4541b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /kunden/189046_70794/rp-hosting/6790/7790/typo3cms/ilm10/typo3_src-10.4.21/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

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

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

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