Uncaught TYPO3 Exception
#1294587215: Segment &quot;not-found&quot; was not a keyword for a postVarSet as expected on page with id=3384.<br /> <br /> Additionally, http://www.dentiste-neuchatel-halles.ch/not-found.html was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/var/www/default/typo3_src-6.2.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2173.

13 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("/not-found.html", "HTTP/1.0 404 Not Found", "Segment "not-found" was not a keyword for a postVarSet as expected on page with id=3384.")

/var/www/default/typo3_src-6.2.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02094:   */
02095:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02096:   $this->pageErrorHandler($code, $header, $reason);
02097:  }
02098: 

12 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/not-found.html", "HTTP/1.0 404 Not Found", "Segment "not-found" was not a keyword for a postVarSet as expected on page with id=3384.")

/var/www/default/typo3_src-6.2.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02045:  public function pageNotFoundAndExit($reason = '', $header = '') {
02046:   $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02047:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02048:   die;
02049:  }

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

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

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

/var/www/default/htdocs/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(3384, "not-found", array)

/var/www/default/htdocs/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(3384, array)

/var/www/default/htdocs/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("not-found.html")

/var/www/default/htdocs/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()

/var/www/default/htdocs/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, Webit\ShortcutStatuscodes\Controller\ShortcutStatuscodesTypoScriptFrontendController)
4 call_user_func_array(array, array)

/var/www/default/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04330:      }
04331:      // Call method:
04332:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04333:     } else {
04334:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

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

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

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

/var/www/default/typo3_src-6.2.31/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("/var/www/default/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php")

/var/www/default/typo3_src-6.2.31/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');