Uncaught TYPO3 Exception
#1301648328: This page (ID 79) is of type "Shortcut" and configured to redirect to a subpage. However, this page has no accessible subpages. (More information)

TYPO3\CMS\Core\Error\Http\PageNotFoundException thrown in file
/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1703.

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageShortcut("0", "1", "79")

/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01619:    // target and we need to follow the new target
01620:    $this->originalShortcutPage = $this->page;
01621:    $this->page = $this->getPageShortcut($this->page['shortcut'], $this->page['shortcut_mode'], $this->page['uid']);
01622:    $this->id = $this->page['uid'];
01623:   }

5 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootline()

/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01923:   */
01924:  public function getPageAndRootlineWithDomain($domainStartPage) {
01925:   $this->getPageAndRootline();
01926:   // 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.
01927:   if ($domainStartPage && is_array($this->rootLine)) {

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain("1")

/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01507:   // We store the originally requested id
01508:   $requestedId = $this->id;
01509:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
01510:   $GLOBALS['TT']->pull();
01511:   if ($this->pageNotFound && $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) {

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01378:   $GLOBALS['TT']->pull();
01379:   // Now, get the id, validate access etc:
01380:   $this->fetch_the_id();
01381:   // Check if backend user has read access to this page. If not, recalculate the id.
01382:   if ($this->beUserLogin && $this->fePreview) {

2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()

/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/cms/tslib/index_ts.php:
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();
00130: 
00131: // Now, if there is a backend user logged in and he has NO access to this page,

1 require("/var/www/vhosts/gut-roest.de/httpdocs/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/gut-roest.de/httpdocs/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');