2cb9 TYPO3 Exception
Uncaught TYPO3 Exception
#1294587215: Segment &quot;404-error&quot; was not a keyword for a postVarSet as expected on page with id=88.<br /> <br /> Additionally, https://www.selekt.org/404-error.html was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/home/cms/typo3_src-6.2.45/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2175.

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

/home/cms/typo3_src-6.2.45/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02096:   */
02097:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02098:   $this->pageErrorHandler($code, $header, $reason);
02099:  }
02100: 

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

/home/cms/typo3_src-6.2.45/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:  }

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

/home/cms/cms180/typo3conf/ext/realurl/class.tx_realurl.php:
01712: 
01713:   // Call handler
01714:   $this->pObj->pageNotFoundAndExit($msg);
01715:  }
01716: 

8 tx_realurl::decodeSpURL_throw404("Segment "404-error" was not a keyword for a postVarSet as expected on page with id=88.")

/home/cms/cms180/typo3conf/ext/realurl/class.tx_realurl.php:
01368:      break;
01369:     } else {
01370:      $this->decodeSpURL_throw404('Segment "' . $key . '" was not a keyword for a postVarSet as expected on page with id=' . $pid . '.');
01371:     }
01372:    }

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

/home/cms/cms180/typo3conf/ext/realurl/class.tx_realurl.php:
01162:   // Setting "postVarSets"
01163:   $postVarSetCfg = $this->getPostVarSetConfig($cachedInfo['id']);
01164:   $post_GET_VARS = $this->decodeSpURL_settingPostVarSets($pathParts, $postVarSetCfg, $cachedInfo['id']);
01165: 
01166:   // Looking for remaining parts

6 tx_realurl::decodeSpURL_doDecode("404-error.html", 1)

/home/cms/cms180/typo3conf/ext/realurl/class.tx_realurl.php:
01005:     if (!is_array($cachedInfo)) {
01006:      // Decode URL
01007:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
01008: 
01009:      // Storing cached information

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

/home/cms/typo3_src-6.2.45/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04344:      }
04345:      // Call method:
04346:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04347:     } else {
04348:      $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)

/home/cms/typo3_src-6.2.45/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()

/home/cms/typo3_src-6.2.45/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("/home/cms/typo3_src-6.2.45/typo3/sysext/cms/tslib/index_ts.php")

/home/cms/typo3_src-6.2.45/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');

0