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

t3lib_error_http_PageNotFoundException thrown in file
/home/www/web82/html/typo3/typo3/sysext/cms/tslib/class.tslib_fe.php in line 975.

5 tslib_fe::getPageAndRootline()

/home/www/web82/html/typo3/typo3/sysext/cms/tslib/class.tslib_fe.php:
01288:   */
01289:  function getPageAndRootlineWithDomain($domainStartPage) {
01290:   $this->getPageAndRootline();
01291: 
01292:   // 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(NULL)

/home/www/web82/html/typo3/typo3/sysext/cms/tslib/class.tslib_fe.php:
00891:   $GLOBALS['TT']->push('fetch_the_id rootLine/','');
00892:   $requestedId = $this->id;  // We store the originally requested id
00893:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
00894:   $GLOBALS['TT']->pull();
00895: 

3 tslib_fe::fetch_the_id()

/home/www/web82/html/typo3/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/www/web82/html/typo3/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/www/web82/html/typo3/typo3/sysext/cms/tslib/index_ts.php")

/home/www/web82/html/typo3/index.php:
00074: // ******************
00075: 
00076: require (PATH_tslib.'index_ts.php');
00077: 
00078: ?>