Uncaught TYPO3 Exception
#1301648404: This page (ID 150) is of type "Shortcut" and configured to redirect to a page, which is not accessible (ID 31). (More information)

t3lib_error_http_PageNotFoundException thrown in file
/home/oricodbr/www.oricom.de/typo3_src-4.7.10/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1108.

6 tslib_fe::getPageShortcut("31", "0", "150")

/home/oricodbr/www.oricom.de/typo3_src-4.7.10/typo3/sysext/cms/tslib/class.tslib_fe.php:
01007:    $this->originalShortcutPage = $this->page;
01008: 
01009:    $this->page = $this->getPageShortcut($this->page['shortcut'],$this->page['shortcut_mode'],$this->page['uid']);
01010:    $this->id = $this->page['uid'];
01011:   }

5 tslib_fe::getPageAndRootline()

/home/oricodbr/www.oricom.de/typo3_src-4.7.10/typo3/sysext/cms/tslib/class.tslib_fe.php:
01296:   */
01297:  function getPageAndRootlineWithDomain($domainStartPage) {
01298:   $this->getPageAndRootline();
01299: 
01300:   // 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("1")

/home/oricodbr/www.oricom.de/typo3_src-4.7.10/typo3/sysext/cms/tslib/class.tslib_fe.php:
00899:   $GLOBALS['TT']->push('fetch_the_id rootLine/','');
00900:   $requestedId = $this->id;  // We store the originally requested id
00901:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
00902:   $GLOBALS['TT']->pull();
00903: 

3 tslib_fe::fetch_the_id()

/home/oricodbr/www.oricom.de/typo3_src-4.7.10/typo3/sysext/cms/tslib/class.tslib_fe.php:
00754: 
00755:    // Now, get the id, validate access etc:
00756:   $this->fetch_the_id();
00757: 
00758:    // Check if backend user has read access to this page. If not, recalculate the id.

2 tslib_fe::determineId()

/home/oricodbr/www.oricom.de/typo3_src-4.7.10/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/oricodbr/www.oricom.de/typo3_src-4.7.10/typo3/sysext/cms/tslib/index_ts.php")

/home/oricodbr/www.oricom.de/index.php:
00074: // ******************
00075: 
00076: require (PATH_tslib.'index_ts.php');
00077: 
00078: ?>