Uncaught TYPO3 Exception
#1301648781: The requested page does not exist! (More information)

TYPO3\CMS\Core\Error\Http\PageNotFoundException thrown in file
/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1522.

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootline()

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01844:     public function getPageAndRootlineWithDomain($domainStartPage)
01845:     {
01846:         $this->getPageAndRootline();
01847:         // Checks if the $domain-startpage is in the rootLine. This is necessary so that references to page-id's from other domains are not possible.
01848:         if ($domainStartPage && is_array($this->rootLine)) {

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain(1)

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01434:         // We store the originally requested id
01435:         $this->requestedId = $this->id;
01436:         $this->getPageAndRootlineWithDomain($this->domainStartPage);
01437:         $timeTracker->pull();
01438:         if ($this->pageNotFound && $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling']) {

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01287:         $this->getTimeTracker()->pull();
01288:         // Now, get the id, validate access etc:
01289:         $this->fetch_the_id();
01290:         // Check if backend user has read access to this page. If not, recalculate the id.
01291:         if ($this->beUserLogin && $this->fePreview) {

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();
00140: 
00141:         // Now, if there is a backend user logged in and he has NO access to this page,

6 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

5 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

4 TYPO3\CMS\Frontend\Http\Application::run()

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

3 {closure}()

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 require("/kunden/324159_70794/rp-hosting/12922/62922/typo3csysext/frontend/Resources/Private/Php/frontend.php")

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';

1 require("/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/typo3_src-8.7.31/index.php")

/kunden/324159_70794/rp-hosting/12922/62922/typo3cms/ebersbergT3v8/index.php:
00020: 
00021: require 'opcache_reset.php';
00022: require 'typo3_src/index.php';