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

t3lib_error_http_PageNotFoundException thrown in file
/home/.sites/175/site2483/web/typo3/sysext/cms/tslib/class.tslib_fe.php in line 961.

5 tslib_fe::getPageAndRootline()

/home/.sites/175/site2483/web/typo3/sysext/cms/tslib/class.tslib_fe.php:
01274:   */
01275:  function getPageAndRootlineWithDomain($domainStartPage) {
01276:   $this->getPageAndRootline();
01277: 
01278:   // 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.

4 tslib_fe::getPageAndRootlineWithDomain("23")

/home/.sites/175/site2483/web/typo3/sysext/cms/tslib/class.tslib_fe.php:
00877:   $GLOBALS['TT']->push('fetch_the_id rootLine/','');
00878:   $requestedId = $this->id;  // We store the originally requested id
00879:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
00880:   $GLOBALS['TT']->pull();
00881: 

3 tslib_fe::fetch_the_id()

/home/.sites/175/site2483/web/typo3/sysext/cms/tslib/class.tslib_fe.php:
00746: 
00747:    // Now, get the id, validate access etc:
00748:   $this->fetch_the_id();
00749: 
00750:    // Check if backend user has read access to this page. If not, recalculate the id.

2 tslib_fe::determineId()

/home/.sites/175/site2483/web/typo3/sysext/cms/tslib/index_ts.php:
00229:  $TSFE->checkAlternativeIdMethods();
00230:  $TSFE->clear_preview();
00231:  $TSFE->determineId();
00232: 
00233:   // Now, if there is a backend user logged in and he has NO access to this page, then re-evaluate the id shown!

1 require("/home/.sites/175/site2483/web/typo3/sysext/cms/tslib/index_ts.php")

/home/.sites/175/site2483/web/index.php:
00074: // ******************
00075: 
00076: require (PATH_tslib.'index_ts.php');
00077: 
00078: ?>