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

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

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

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

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

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

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

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01596:   }
01597: 
01598:   $this->caller->pageNotFoundAndExit($errorMessage);
01599:  }
01600: }

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::throw404("Segment "en" was not a keyword for a postVarSet as expected on page with id=1.")

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01160:    $pathSegments = array();
01161:   } else {
01162:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01163:   }
01164:  }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::handleNonExistingPostVarSet(1, "en", array)

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00668:     $postVarSetKey = array_shift($pathSegments);
00669:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00670:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00671:     } else {
00672:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

8 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePostVarSets(1, array)

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00901:   }
00902:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00903:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00904: 
00905:   $this->mergeWithExistingGetVars($requestVariables);

7 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("en/betreuung-in-zuers/information.html")

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01362:   if (!$cacheEntry) {
01363:    $this->originalPath = $urlPath;
01364:    $cacheEntry = $this->doDecoding($urlPath);
01365:    // Note the newly created cache entry is not saved because it is unsafe!
01366:    // The user can supply any number of free form parameters and those

6 DmitryDulepov\Realurl\Decoder\UrlDecoder::runDecoding()

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

5 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/html/typo3/typo3_src-6.2.57/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04350:      }
04351:      // Call method:
04352:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04353:     } else {
04354:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

3 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

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

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

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

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