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

TYPO3\CMS\Core\Error\Http\PageNotFoundException thrown in file
/var/typo3/typo3_src-8.7.55/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1511.

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

/var/typo3/typo3_src-8.7.55/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)) {

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain(560)

/var/typo3/typo3_src-8.7.55/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03150:             $temp_copy_TSFE->id = $this->page['content_from_pid'];
03151:             $temp_copy_TSFE->MP = '';
03152:             $temp_copy_TSFE->getPageAndRootlineWithDomain($this->config['config']['content_from_pid_allowOutsideDomain'] ? 0 : $this->domainStartPage);
03153:             $this->contentPid = (int)$temp_copy_TSFE->id;
03154:             unset($temp_copy_TSFE);

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::preparePageContentGeneration()

/var/typo3/typo3_src-8.7.55/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00207:                 include $temp_theScript;
00208:             } else {
00209:                 $this->controller->preparePageContentGeneration();
00210:                 // Content generation
00211:                 PageGenerator::renderContent();

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

/var/typo3/typo3_src-8.7.55/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:     }

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

/var/typo3/typo3_src-8.7.55/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) {

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

/var/typo3/typo3_src-8.7.55/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: });

2 {closure}()

/var/typo3/typo3_src-8.7.55/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: });

1 require("/var/typo3/typo3_src-8.7.55/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/var/typo3/typo3_src-8.7.55/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';