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

TYPO3\CMS\Core\Error\Http\PageNotFoundException thrown in file
/mnt/web313/d2/75/5186075/htdocs/relaunch/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1623.

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

/mnt/web313/d2/75/5186075/htdocs/relaunch/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01946:   */
01947:  public function getPageAndRootlineWithDomain($domainStartPage) {
01948:   $this->getPageAndRootline();
01949:   // 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.
01950:   if ($domainStartPage && is_array($this->rootLine)) {

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

/mnt/web313/d2/75/5186075/htdocs/relaunch/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01520:   // We store the originally requested id
01521:   $requestedId = $this->id;
01522:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
01523:   $GLOBALS['TT']->pull();
01524:   if ($this->pageNotFound && $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) {

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

/mnt/web313/d2/75/5186075/htdocs/relaunch/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01391:   $GLOBALS['TT']->pull();
01392:   // Now, get the id, validate access etc:
01393:   $this->fetch_the_id();
01394:   // Check if backend user has read access to this page. If not, recalculate the id.
01395:   if ($this->beUserLogin && $this->fePreview) {

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

/mnt/web313/d2/75/5186075/htdocs/relaunch/typo3/sysext/cms/tslib/index_ts.php:
00140: $TSFE->checkAlternativeIdMethods();
00141: $TSFE->clear_preview();
00142: $TSFE->determineId();
00143: 
00144: // Now, if there is a backend user logged in and he has NO access to this page,

1 require("/mnt/web313/d2/75/5186075/htdocs/relaunch/typo3/sysext/cms/tslib/index_ts.php")

/mnt/web313/d2/75/5186075/htdocs/relaunch/index.php:
00039:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00040: 
00041: require(PATH_tslib . 'index_ts.php');