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.

11 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("READFILE:errorpages/404_error.shtml", "HTTP/1.0 404 Not Found", "Segment "saisonzeiten" was not a keyword for a postVarSet as expected on page with id=2.")

/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: 

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("READFILE:errorpages/404_error.shtml", "HTTP/1.0 404 Not Found", "Segment "saisonzeiten" was not a keyword for a postVarSet as expected on page with id=2.")

/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:  }

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("Segment "saisonzeiten" was not a keyword for a postVarSet as expected on page with id=2.")

/html/typo3conf/ext/realurl/class.tx_realurl.php:
01697: 
01698:   // Call handler
01699:   $this->pObj->pageNotFoundAndExit($msg);
01700:  }
01701: 

8 tx_realurl::decodeSpURL_throw404("Segment "saisonzeiten" was not a keyword for a postVarSet as expected on page with id=2.")

/html/typo3conf/ext/realurl/class.tx_realurl.php:
01353:      break;
01354:     } else {
01355:      $this->decodeSpURL_throw404('Segment "' . $key . '" was not a keyword for a postVarSet as expected on page with id=' . $pid . '.');
01356:     }
01357:    }

7 tx_realurl::decodeSpURL_settingPostVarSets(array, array, 2)

/html/typo3conf/ext/realurl/class.tx_realurl.php:
01150:   // Setting "postVarSets"
01151:   $postVarSetCfg = $this->getPostVarSetConfig($cachedInfo['id']);
01152:   $post_GET_VARS = $this->decodeSpURL_settingPostVarSets($pathParts, $postVarSetCfg, $cachedInfo['id']);
01153: 
01154:   // Looking for remaining parts

6 tx_realurl::decodeSpURL_doDecode("en/hotel/saisonzeiten.html", boolean)

/html/typo3conf/ext/realurl/class.tx_realurl.php:
00993:     if (!is_array($cachedInfo)) {
00994:      // Decode URL
00995:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
00996: 
00997:      // Storing cached information

5 tx_realurl::decodeSpURL(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/html/typo3_src-6.2.12/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04295:      }
04296:      // Call method:
04297:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04298:     } else {
04299:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

3 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/html/typo3_src-6.2.12/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01217:    $_params = array('pObj' => &$this);
01218:    foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01219:     GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01220:    }
01221:   }

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

/html/typo3_src-6.2.12/typo3/sysext/cms/tslib/index_ts.php:
00125:  \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->loadCachedTca();
00126: }
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();

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');