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

RuntimeException thrown in file
/var/www/vhosts/lesrousses.com/typo3_src-4.5.40/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1118.

5 tslib_fe::getPageAndRootline()

/var/www/vhosts/lesrousses.com/typo3_src-4.5.40/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("1915")

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

/var/www/vhosts/lesrousses.com/httpdocs/index.php:
00079: // ******************
00080: 
00081: require (PATH_tslib.'index_ts.php');
00082: 
00083: ?>