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

RuntimeException thrown in file
/var/www/vhosts/feuerwehr.saarlouis.de/httpdocs/typo3_src-4.5.22/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1103.

5 tslib_fe::getPageAndRootline()

/var/www/vhosts/feuerwehr.saarlouis.de/httpdocs/typo3_src-4.5.22/typo3/sysext/cms/tslib/class.tslib_fe.php:
01356:   */
01357:  function getPageAndRootlineWithDomain($domainStartPage) {
01358:   $this->getPageAndRootline();
01359: 
01360:   // 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("27")

/var/www/vhosts/feuerwehr.saarlouis.de/httpdocs/typo3_src-4.5.22/typo3/sysext/cms/tslib/class.tslib_fe.php:
00963:   $GLOBALS['TT']->push('fetch_the_id rootLine/','');
00964:   $requestedId = $this->id;  // We store the originally requested id
00965:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
00966:   $GLOBALS['TT']->pull();
00967: 

3 tslib_fe::fetch_the_id()

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

2 tslib_fe::determineId()

/var/www/vhosts/feuerwehr.saarlouis.de/httpdocs/typo3_src-4.5.22/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/vhosts/feuerwehr.saarlouis.de/httpdocs/typo3_src-4.5.22/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/feuerwehr.saarlouis.de/httpdocs/typo3_src-4.5.22/index.php:
00081: // ******************
00082: 
00083: require (PATH_tslib.'index_ts.php');
00084: 
00085: ?>