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

TYPO3\CMS\Core\Error\Http\PageNotFoundException thrown in file
/html/typo3-t3version62/typo3_src-6.2.57/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1626.

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

/html/typo3-t3version62/typo3_src-6.2.57/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01967:   */
01968:  public function getPageAndRootlineWithDomain($domainStartPage) {
01969:   $this->getPageAndRootline();
01970:   // 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.
01971:   if ($domainStartPage && is_array($this->rootLine)) {

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain(0)

/html/typo3-t3version62/typo3_src-6.2.57/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00048:    $temp_copy_TSFE->id = $GLOBALS['TSFE']->page['content_from_pid'];
00049:    $temp_copy_TSFE->MP = '';
00050:    $temp_copy_TSFE->getPageAndRootlineWithDomain($GLOBALS['TSFE']->config['config']['content_from_pid_allowOutsideDomain'] ? 0 : $GLOBALS['TSFE']->domainStartPage);
00051:    $GLOBALS['TSFE']->contentPid = (int)$temp_copy_TSFE->id;
00052:    unset($temp_copy_TSFE);

2 TYPO3\CMS\Frontend\Page\PageGenerator::pagegenInit()

/html/typo3-t3version62/typo3_src-6.2.57/typo3/sysext/cms/tslib/index_ts.php:
00200:   include $temp_theScript;
00201:  } else {
00202:   \TYPO3\CMS\Frontend\Page\PageGenerator::pagegenInit();
00203:   // Global content object
00204:   $TSFE->newCObj();

1 require("/html/typo3-t3version62/typo3_src-6.2.57/typo3/sysext/cms/tslib/index_ts.php")

/html/typo3-t3version62/typo3_src-6.2.57/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');