Uncaught TYPO3 Exception
The requested page didn't have a proper connection to the tree-root! <br /><br />()

RuntimeException thrown in file
/var/www/webapps/typo3/typo3_src-4.5.32/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1118.

5 tslib_fe::getPageAndRootline()

/var/www/webapps/typo3/typo3_src-4.5.32/typo3/sysext/cms/tslib/class.tslib_fe.php:
01371:   */
01372:  function getPageAndRootlineWithDomain($domainStartPage) {
01373:   $this->getPageAndRootline();
01374: 
01375:   // 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)

/var/www/webapps/typo3/typo3_src-4.5.32/typo3/sysext/cms/tslib/class.tslib_fe.php:
00978:   $GLOBALS['TT']->push('fetch_the_id rootLine/','');
00979:   $requestedId = $this->id;  // We store the originally requested id
00980:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
00981:   $GLOBALS['TT']->pull();
00982: 

3 tslib_fe::fetch_the_id()

/var/www/webapps/typo3/typo3_src-4.5.32/typo3/sysext/cms/tslib/class.tslib_fe.php:
00824: 
00825:    // Now, get the id, validate access etc:
00826:   $this->fetch_the_id();
00827: 
00828:    // Check if backend user has read access to this page. If not, recalculate the id.

2 tslib_fe::determineId()

/var/www/webapps/typo3/typo3_src-4.5.32/typo3/sysext/cms/tslib/index_ts.php:
00333:  $TSFE->checkAlternativeIdMethods();
00334:  $TSFE->clear_preview();
00335:  $TSFE->determineId();
00336: 
00337:   // 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("/var/www/webapps/typo3/typo3_src-4.5.32/typo3/sysext/cms/tslib/index_ts.php")

/var/www/webapps/typo3/typo3_src-4.5.32/index.php:
00081: // ******************
00082: 
00083: require (PATH_tslib.'index_ts.php');
00084: 
00085: ?>