Uncaught TYPO3 Exception
#1294587215: ID was not an accessible page<br /> <br /> Additionally, https://www.urbanfrey.ch/index.php?id=16 was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/var/www/clients/client73/web158/web/files/TYPO3.CMS/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2160.

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("index.php?id=16", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/var/www/clients/client73/web158/web/files/TYPO3.CMS/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02081:   */
02082:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02083:   $this->pageErrorHandler($code, $header, $reason);
02084:  }
02085: 

5 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("index.php?id=16", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/var/www/clients/client73/web158/web/files/TYPO3.CMS/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02032:  public function pageNotFoundAndExit($reason = '', $header = '') {
02033:   $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02034:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02035:   die;
02036:  }

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("ID was not an accessible page")

/var/www/clients/client73/web158/web/files/TYPO3.CMS/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01529:     4 => 'The requested page alias does not exist'
01530:    );
01531:    $this->pageNotFoundAndExit($pNotFoundMsg[$this->pageNotFound]);
01532:   }
01533:   if ($this->page['url_scheme'] > 0) {

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

/var/www/clients/client73/web158/web/files/TYPO3.CMS/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01391:   $GLOBALS['TT']->pull();
01392:   // Now, get the id, validate access etc:
01393:   $this->fetch_the_id();
01394:   // Check if backend user has read access to this page. If not, recalculate the id.
01395:   if ($this->beUserLogin && $this->fePreview) {

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

/var/www/clients/client73/web158/web/files/TYPO3.CMS/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/clients/client73/web158/web/files/TYPO3.CMS/typo3/sysext/cms/tslib/index_ts.php")

/var/www/clients/client73/web158/web/files/TYPO3.CMS/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');