Uncaught TYPO3 Exception
#1294587214: Configuration Error: 404 page "/home/www/p112566/html/errorpages/404_error.shtml" could not be found. (More information)

RuntimeException thrown in file
/html/typo3_src-6.2.12/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2136.

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("READFILE:errorpages/404_error.shtml", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/html/typo3_src-6.2.12/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("READFILE:errorpages/404_error.shtml", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/html/typo3_src-6.2.12/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")

/html/typo3_src-6.2.12/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()

/html/typo3_src-6.2.12/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()

/html/typo3_src-6.2.12/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("/html/typo3_src-6.2.12/typo3/sysext/cms/tslib/index_ts.php")

/html/typo3_src-6.2.12/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');