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

TYPO3\CMS\Core\Error\Http\PageNotFoundException thrown in file
/u01/htdocs/personal/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1635.

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

/u01/htdocs/personal/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01965:   */
01966:  public function getPageAndRootlineWithDomain($domainStartPage) {
01967:   $this->getPageAndRootline();
01968:   // 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.
01969:   if ($domainStartPage && is_array($this->rootLine)) {

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain(NULL)

/u01/htdocs/personal/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01533:   // We store the originally requested id
01534:   $requestedId = $this->id;
01535:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
01536:   $GLOBALS['TT']->pull();
01537:   if ($this->pageNotFound && $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) {

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

/u01/htdocs/personal/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01404:   $GLOBALS['TT']->pull();
01405:   // Now, get the id, validate access etc:
01406:   $this->fetch_the_id();
01407:   // Check if backend user has read access to this page. If not, recalculate the id.
01408:   if ($this->beUserLogin && $this->fePreview) {

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

/u01/htdocs/personal/typo3/sysext/cms/tslib/index_ts.php:
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();
00130: 
00131: // Now, if there is a backend user logged in and he has NO access to this page,

1 require("/u01/htdocs/personal/typo3/sysext/cms/tslib/index_ts.php")

/u01/htdocs/personal/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');