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

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

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.57/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02096:   */
02097:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02098:   $this->pageErrorHandler($code, $header, $reason);
02099:  }
02100: 

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.57/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02047:  public function pageNotFoundAndExit($reason = '', $header = '') {
02048:   $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02049:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02050:   die;
02051:  }

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

/html/typo3_src-6.2.57/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01544:     4 => 'The requested page alias does not exist'
01545:    );
01546:    $this->pageNotFoundAndExit($pNotFoundMsg[$this->pageNotFound]);
01547:   }
01548:   if ($this->page['url_scheme'] > 0) {

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

/html/typo3_src-6.2.57/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01406:   $GLOBALS['TT']->pull();
01407:   // Now, get the id, validate access etc:
01408:   $this->fetch_the_id();
01409:   // Check if backend user has read access to this page. If not, recalculate the id.
01410:   if ($this->beUserLogin && $this->fePreview) {

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

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

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