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

RuntimeException thrown in file
/html/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 "ferienwohnung_regierungsbezirk_d" was notrd for a postVarSet as expected on page with id=2.")

/html/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 "ferienwohnung_regierungsbezirk_d" was notrd for a postVarSet as expected on page with id=2.")

/html/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 "ferienwohnung_regierungsbezirk_d" was notrd for a postVarSet as expected on page with id=2.")

/html/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01590:   }
01591: 
01592:   $this->caller->pageNotFoundAndExit($errorMessage);
01593:  }
01594: }

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::throw404("Segment "ferienwohnung_regierungsbezirk_d" was notrd for a postVarSet as expected on page with id=2.")

/html/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01154:    $pathSegments = array();
01155:   } else {
01156:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01157:   }
01158:  }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::handleNonExistingPostVarSet(2, "ferienwohnung_regierungsbezirk_d", array)

/html/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00662:     $postVarSetKey = array_shift($pathSegments);
00663:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00664:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00665:     } else {
00666:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

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

/html/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00895:   }
00896:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00897:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00898: 
00899:   $this->mergeWithExistingGetVars($requestVariables);

7 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("ferienwohnung_regierungsbezirk_d.html")

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

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

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

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