in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Mvc/Request.php line 318
{
$controllerObjectName = $this->getControllerObjectName();
if ($controllerObjectName !== '' && $this->controllerActionName === strtolower($this->controllerActionName)) {
$actionMethodName = $this->controllerActionName . 'Action';
$classMethods = get_class_methods($controllerObjectName);
if (is_array($classMethods)) {
foreach ($classMethods as $existingMethodName) {
if (strtolower($existingMethodName) === strtolower($actionMethodName)) {
$this->controllerActionName = substr($existingMethodName, 0, -6);
at get_class_methods('\\\\Controller\\StandardController')
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/extbase/Classes/Mvc/Request.php line 318
{
$controllerObjectName = $this->getControllerObjectName();
if ($controllerObjectName !== '' && $this->controllerActionName === strtolower($this->controllerActionName)) {
$actionMethodName = $this->controllerActionName . 'Action';
$classMethods = get_class_methods($controllerObjectName);
if (is_array($classMethods)) {
foreach ($classMethods as $existingMethodName) {
if (strtolower($existingMethodName) === strtolower($actionMethodName)) {
$this->controllerActionName = substr($existingMethodName, 0, -6);
at TYPO3\CMS\Extbase\Mvc\Request->getControllerActionName()
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php line 149
public function setControllerContext(\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
{
$request = $controllerContext->getRequest();
$this->controllerContext = $controllerContext;
$this->setControllerAction($request->getControllerActionName());
// Check if Request is using a sub-package key; in which case we translate this
// for our RenderingContext as an emulated plain old sub-namespace controller.
$controllerName = $request->getControllerName();
if ($request->getControllerSubpackageKey() && !strpos($controllerName, '\\')) {
at TYPO3\CMS\Fluid\Core\Rendering\RenderingContext->setControllerContext(object(TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/fluid/Classes/View/StandaloneView.php line 69
$controllerContext = $this->objectManager->get(ControllerContext::class);
$controllerContext->setRequest($request);
$controllerContext->setUriBuilder($uriBuilder);
$renderingContext = $this->objectManager->get(RenderingContext::class, $this);
$renderingContext->setControllerContext($controllerContext);
parent::__construct($renderingContext);
}
/**
at TYPO3\CMS\Fluid\View\StandaloneView->__construct()
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3691
) {
return array_shift(self::$nonSingletonInstances[$finalClassName]);
}
// Create new instance and call constructor with parameters
$instance = new $finalClassName(...$constructorArguments);
// Register new singleton instance
if ($instance instanceof SingletonInterface) {
self::$singletonInstances[$finalClassName] = $instance;
}
at TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Fluid\\View\\StandaloneView')
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 141
* StandaloneView every time render() is called.
*/
protected function initializeStandaloneViewInstance()
{
$this->view = GeneralUtility::makeInstance(StandaloneView::class);
}
/**
* Set template
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->initializeStandaloneViewInstance()
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 89
*/
public function render($conf = [])
{
$parentView = $this->view;
$this->initializeStandaloneViewInstance();
if (!is_array($conf)) {
$conf = [];
}
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('layoutRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/', 'partialRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Partials/', 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_default.html'), 'TEXT', '2.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_home.html'), 'TEXT', '3.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_empty.html'), 'TEXT', '5.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_archiv.html'), 'TEXT', '6.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_3_columns.html'), 'TEXT', '7.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_full.html'))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_sidebar' => 'CONTENT', 'content_sidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_center' => 'CONTENT', 'content_top_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_right' => 'CONTENT', 'content_top_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content_middle_center' => 'CONTENT', 'content_middle_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=10')), 'content_middle_right' => 'CONTENT', 'content_middle_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11')), 'content_bottom_left' => 'CONTENT', 'content_bottom_left.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=20')), 'content_bottom_center' => 'CONTENT', 'content_bottom_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=21')), 'content_bottom_right' => 'CONTENT', 'content_bottom_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=22')), 'footer' => 'CONTENT', 'footer.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=23')), 'placeholderSearch' => 'TEXT', 'placeholderSearch.' => array('value' => 'Search'), 'languageShortCode' => 'TEXT', 'languageShortCode.' => array('value' => '/en')), 'layoutRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/'), 'partialRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Partials/')))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
}
// Render content
try {
$content .= $contentObject->render($configuration);
} catch (ContentRenderingException $exception) {
// Content rendering Exceptions indicate a critical problem which should not be
// caught e.g. when something went wrong with Exception handling itself
throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('layoutRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/', 'partialRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Partials/', 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_default.html'), 'TEXT', '2.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_home.html'), 'TEXT', '3.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_empty.html'), 'TEXT', '5.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_archiv.html'), 'TEXT', '6.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_3_columns.html'), 'TEXT', '7.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_full.html'))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_sidebar' => 'CONTENT', 'content_sidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_center' => 'CONTENT', 'content_top_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_right' => 'CONTENT', 'content_top_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content_middle_center' => 'CONTENT', 'content_middle_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=10')), 'content_middle_right' => 'CONTENT', 'content_middle_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11')), 'content_bottom_left' => 'CONTENT', 'content_bottom_left.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=20')), 'content_bottom_center' => 'CONTENT', 'content_bottom_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=21')), 'content_bottom_right' => 'CONTENT', 'content_bottom_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=22')), 'footer' => 'CONTENT', 'footer.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=23')), 'placeholderSearch' => 'TEXT', 'placeholderSearch.' => array('value' => 'Search'), 'languageShortCode' => 'TEXT', 'languageShortCode.' => array('value' => '/en')), 'layoutRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/'), 'partialRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Partials/')))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
}
if (!$hooked) {
$contentObject = $this->getContentObject($name);
if ($contentObject) {
$content .= $this->render($contentObject, $conf);
} else {
// Call hook functions for extra processing
if ($name) {
foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('layoutRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/', 'partialRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Partials/', 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_default.html'), 'TEXT', '2.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_home.html'), 'TEXT', '3.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_empty.html'), 'TEXT', '5.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_archiv.html'), 'TEXT', '6.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_3_columns.html'), 'TEXT', '7.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_full.html'))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_sidebar' => 'CONTENT', 'content_sidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_center' => 'CONTENT', 'content_top_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_right' => 'CONTENT', 'content_top_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content_middle_center' => 'CONTENT', 'content_middle_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=10')), 'content_middle_right' => 'CONTENT', 'content_middle_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11')), 'content_bottom_left' => 'CONTENT', 'content_bottom_left.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=20')), 'content_bottom_center' => 'CONTENT', 'content_bottom_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=21')), 'content_bottom_right' => 'CONTENT', 'content_bottom_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=22')), 'footer' => 'CONTENT', 'footer.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=23')), 'placeholderSearch' => 'TEXT', 'placeholderSearch.' => array('value' => 'Search'), 'languageShortCode' => 'TEXT', 'languageShortCode.' => array('value' => '/en')), 'layoutRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/'), 'partialRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Partials/')), '10')
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
foreach ($sKeyArray as $theKey) {
$theValue = $setup[$theKey];
if ((int)$theKey && strpos($theKey, '.') === false) {
$conf = $setup[$theKey . '.'];
$content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
}
}
return $content;
}
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('slickcarousel' => 'EXT:slickcarousel/Resources/Public/Css/slick.min.css', 'bootstrap' => 'fileadmin/romtec/theme/css/bootstrap.css', 'prettyphoto' => 'EXT:ns_all_lightbox/Resources/Public/prettyphoto/css/prettyPhoto.css', 'fontAwesome' => 'https://use.fontawesome.com/8f67c202ac.css', 'fonts' => 'fileadmin/romtec/theme/css/fonts.css', 'romtec' => 'fileadmin/romtec/theme/css/theme.css', 'smartmenu' => 'fileadmin/romtec/theme/css/sm-core-css.css', 'smartsimple' => 'fileadmin/romtec/theme/css/sm-simple.css', 'custom' => 'fileadmin/bsdist/theme/css/custom.css', 'lightbox' => 'https://raw.githubusercontent.com/scaron/prettyphoto/master/css/prettyPhoto.css'), 'includeJSFooterlibs.' => array('slick' => 'EXT:slickcarousel/Resources/Public/JavaScript/slick.min.js', 'progressbar' => 'EXT:slickcarousel/Resources/Public/JavaScript/progressbar.min.js', 'custom' => 'fileadmin/bsdist/theme/js/includes/custom.js', 'fontAwesome' => 'https://use.fontawesome.com/8f67c202ac.js', 'countimator' => 'fileadmin/romtec/theme/js/jquery.countimator.js', 'general' => 'fileadmin/romtec/theme/js/general.js', 'smartmenu' => 'fileadmin/romtec/theme/js/jquery.smartmenus.min.js', 'smartmenuboot' => 'fileadmin/romtec/theme/js/jquery.smartmenus.bootstrap.min.js', 'customjs' => 'fileadmin/bsdist/theme/js/custom.js', 'bootstrap' => 'fileadmin/bsdist/lib/bootstrap/js/bootstrap.min.js', 'lightbox' => 'https://raw.githubusercontent.com/scaron/prettyphoto/master/js/jquery.prettyPhoto.js'), 'typeNum' => '0', 'FLUIDTEMPLATE', '10.' => array('layoutRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/', 'partialRootPath' => 'fileadmin/bsdist/theme/tmpl/backend_layout/Partials/', 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_default.html'), 'TEXT', '2.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_home.html'), 'TEXT', '3.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_empty.html'), 'TEXT', '5.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_archiv.html'), 'TEXT', '6.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_3_columns.html'), 'TEXT', '7.' => array('value' => 'fileadmin/bsdist/theme/tmpl/backend_layout/tmpl_full.html'))), 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'content_sidebar' => 'CONTENT', 'content_sidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_center' => 'CONTENT', 'content_top_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')), 'content_top_right' => 'CONTENT', 'content_top_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2')), 'content_middle_center' => 'CONTENT', 'content_middle_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=10')), 'content_middle_right' => 'CONTENT', 'content_middle_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11')), 'content_bottom_left' => 'CONTENT', 'content_bottom_left.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=20')), 'content_bottom_center' => 'CONTENT', 'content_bottom_center.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=21')), 'content_bottom_right' => 'CONTENT', 'content_bottom_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=22')), 'footer' => 'CONTENT', 'footer.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=23')), 'placeholderSearch' => 'TEXT', 'placeholderSearch.' => array('value' => 'Search'), 'languageShortCode' => 'TEXT', 'languageShortCode.' => array('value' => '/en')), 'layoutRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Layouts/'), 'partialRootPaths.' => array('fileadmin/bsdist/theme/tmpl/backend_layout/Partials/')), 'meta.' => array('X-UA-Compatible' => 'IE=edge,chrome=1', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1.0', 'description' => 'TEXT', 'description.' => array('data' => 'field:description // field:abstract // levelfield :-1, description, slide // levelfield :-1, abstract, slide'), 'author' => '', 'robots' => 'noindex,nofollow'), 'includeJSlibs.' => array('jquery' => 'fileadmin/bsdist/lib/jquery/jquery.min.js'), 'includeJSFooter.' => array('prettyphoto' => 'EXT:ns_all_lightbox/Resources/Public/prettyphoto/js/jquery.prettyPhoto.js'), 'footerData.' => array('TEXT', '1000.' => array('value' => ' <script type=\'text/javascript\'> $(document).ready(function() { $(".prettyphoto").each(function (index) { $(this).attr("rel",$(this).attr(\'data-gal\')); }); $(".prettyphoto").prettyPhoto({ changepicturecallback: onPictureChanged, }); }); function onPictureChanged() { var twitterDiv = jQuery(\'.twitter\'); twitterDiv.empty(); var fbDiv = jQuery(\'.facebook\'); fbDiv.empty(); } </script>')), 'shortcutIcon' => 'fileadmin/romtec/theme/images/favicon.ico', 'includeJSLibs.' => array('jquery' => 'http://code.jquery.com/jquery-1.11.2.min.js'), 'jsFooterInline.' => array('TEXT', '10.' => array('value' => ' /*<![CDATA[*/ (function() { var sz = document.createElement(\'script\'); sz.type = \'text/javascript\'; sz.async = true; sz.src = \'//siteimproveanalytics.com/js/siteanalyze_6078501.js\'; var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(sz, s); })(); /*]]>*/')), 'headerData.' => array('TEXT', '10.' => array('field' => 'title', 'noTrimWrap' => '|<title>| - Profile Swiss National Science Foundation</title>|'), 'TEXT', '20.' => array('value' => ' <script type="text/javascript"> current_page = window.location.href; if(current_page == \'http://profil.fns.ch/\'){ window.location = "http://profil.fns.ch/dernier-numero"; } if(current_page == \'http://profile.snsf.ch/\'){ window.location = "http://profile.snsf.ch/current-issue"; } </script>')), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('wrap' => '<body class="subsite">')))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
* @return string
*/
protected function generatePageContent(TypoScriptFrontendController $controller): string
{
$pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
if ($controller->pSetup['wrap'] ?? false) {
$pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
}
if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(Webit\ShortcutStatuscodes\Controller\ShortcutStatuscodesTypoScriptFrontendController))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
*/
protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
{
// Generate the page content, this has to be first, as some additional TSFE-related code could have been written
$pageContent = $this->generatePageContent($controller);
$pageRenderer = $this->getPageRenderer();
if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
$pageRenderer->enableMoveJsFromHeaderToFooter();
}
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(Webit\ShortcutStatuscodes\Controller\ShortcutStatuscodesTypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
// If 'disableAllHeaderCode' is set, all the header-code is discarded
if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
$controller->content = $this->generatePageContent($controller);
} else {
$controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
}
$this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
$this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
// Throw away all output that may have happened during bootstrapping by weird extensions
ob_clean();
// Initialize output compression if configured
$this->initializeOutputCompression();
return $handler->handle($request);
}
/**
* Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
* @return ResponseInterface
*/
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
{
$response = $handler->handle($request);
if (
!($response instanceof NullResponse)
&& $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
&& $GLOBALS['TSFE']->isOutputting()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
return new RedirectResponse($externalUrl, 303);
}
}
return $handler->handle($request);
}
protected function getRedirectUri(ServerRequestInterface $request): ?string
{
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
}
}
return $handler->handle($request);
}
/**
* Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
);
}
}
return $handler->handle($request);
}
/**
* Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 53
) {
return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
}
// Continue the regular stack if no maintenance mode is active
return $handler->handle($request);
}
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
}
$this->controller->determineId();
}
return $handler->handle($request);
}
/**
* Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
$showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
$GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
}
return $handler->handle($request);
}
/**
* Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 70
return $response;
}
}
return $handler->handle($request);
}
/**
* Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62
return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
}
}
return $handler->handle($request);
}
/**
* Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
$uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
return new RedirectResponse($uri, 307);
}
}
return $handler->handle($request);
}
/**
* Checks if the language is allowed in Frontend, if not, check if there is valid BE user
*
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
// At this point, we later get further route modifiers
// for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
$GLOBALS['TYPO3_REQUEST'] = $request;
return $handler->handle($request);
}
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
Bootstrap::loadExtTables();
$this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
}
return $handler->handle($request);
}
/**
* Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79
// Register the frontend user as aspect
$this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);
return $handler->handle($request);
}
/**
* It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
}
}
return $handler->handle($request);
}
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
{
$eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;
if ($eID === null) {
return $handler->handle($request);
}
// Remove any output produced until now
ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
$hookParameters = [];
GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
}
}
return $handler->handle($request);
}
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
// refactored to have ServerRequest object available where it is needed. This global will be
// deprecated then and removed.
$GLOBALS['TYPO3_REQUEST'] = $request;
return $handler->handle($request);
}
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
);
$timeTracker->start();
$timeTracker->push('');
return $handler->handle($request);
}
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138
if (!$middleware instanceof MiddlewareInterface) {
throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
}
return $middleware->process($request, $this->next);
}
};
}
}
at Psr\Http\Server\RequestHandlerInterface@anonymous /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$b0->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
* @return ResponseInterface
*/
public function handle(ServerRequestInterface $request): ResponseInterface
{
return $this->tip->handle($request);
}
/**
* Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
{
$requestHandler = GeneralUtility::makeInstance($this->requestHandler);
$dispatcher = $this->createMiddlewareDispatcher($requestHandler);
return $dispatcher->handle($request);
}
/**
* Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/frontend/Classes/Http/Application.php line 69
if (!$this->checkIfEssentialConfigurationExists()) {
return $this->installToolRedirect();
}
$this->initializeContext();
return parent::handle($request);
}
/**
* Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/httpd/vhosts/snf.ch/typo3_src-9.5.26/typo3/sysext/core/Classes/Http/AbstractApplication.php line 119
*/
final public function run(callable $execute = null)
{
try {
$response = $this->handle(
\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
);
if ($execute !== null) {
call_user_func($execute);
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /home/httpd/vhosts/snf.ch/profil.snf.ch/index.php line 26
// Set up the application for the frontend
call_user_func(function () {
$classLoader = require __DIR__.'/typo3_src/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 /home/httpd/vhosts/snf.ch/profil.snf.ch/index.php line 27
call_user_func(function () {
$classLoader = require __DIR__.'/typo3_src/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();
});