Uncaught TYPO3 Exception
#1294587214: Configuration Error: 404 page "/var/www/vhosts/gscm.at/httpdocs/errorpages/404_error.shtml" could not be found. (More information)

RuntimeException thrown in file
/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1453.

6 tslib_fe::pageErrorHandler("READFILE:errorpages/404_error.shtml", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/typo3/sysext/cms/tslib/class.tslib_fe.php:
01406:   */
01407:  function pageNotFoundHandler($code, $header='', $reason='') {
01408:   $this->pageErrorHandler($code, $header, $reason);
01409:  }
01410: 

5 tslib_fe::pageNotFoundHandler("READFILE:errorpages/404_error.shtml", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/typo3/sysext/cms/tslib/class.tslib_fe.php:
01364:  function pageNotFoundAndExit($reason='', $header='') {
01365:   $header = $header ? $header : $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
01366:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
01367:   exit;
01368:  }

4 tslib_fe::pageNotFoundAndExit("ID was not an accessible page")

/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/typo3/sysext/cms/tslib/class.tslib_fe.php:
00901:     4 => 'The requested page alias does not exist'
00902:    );
00903:    $this->pageNotFoundAndExit($pNotFoundMsg[$this->pageNotFound]);
00904:   }
00905: 

3 tslib_fe::fetch_the_id()

/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/typo3/sysext/cms/tslib/class.tslib_fe.php:
00746: 
00747:    // Now, get the id, validate access etc:
00748:   $this->fetch_the_id();
00749: 
00750:    // Check if backend user has read access to this page. If not, recalculate the id.

2 tslib_fe::determineId()

/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/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("/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/gscm.at/httpdocs/typo3_src-4.7.7/index.php:
00074: // ******************
00075: 
00076: require (PATH_tslib.'index_ts.php');
00077: 
00078: ?>