Uncaught TYPO3 Exception
Reason: Segment &quot;error-404&quot; was not a keyword for a postVarSet as expected on page with id=1.<br /> <br /> Additionally, https://www.hotel-sonne-landeck.at/error-404.html was not found while trying to retrieve the error document.

RuntimeException thrown in file
/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1557.

11 tslib_fe::pageErrorHandler("/error-404.html", "HTTP/1.0 404 Not Found", "Segment "error-404" was not a keyword for a postVarSet as expected on page with id=1.")

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/cms/tslib/class.tslib_fe.php:
01485:   */
01486:  function pageNotFoundHandler($code, $header='', $reason='') {
01487:   $this->pageErrorHandler($code, $header, $reason);
01488:  }
01489: 

10 tslib_fe::pageNotFoundHandler("/error-404.html", "HTTP/1.0 404 Not Found", "Segment "error-404" was not a keyword for a postVarSet as expected on page with id=1.")

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/cms/tslib/class.tslib_fe.php:
01443:  function pageNotFoundAndExit($reason='', $header='') {
01444:   $header = $header ? $header : $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
01445:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
01446:   exit;
01447:  }

9 tslib_fe::pageNotFoundAndExit("Segment "error-404" was not a keyword for a postVarSet as expected on page with id=1.")

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/realurl/class.tx_realurl.php:
01714: 
01715:   // Call handler
01716:   $this->pObj->pageNotFoundAndExit($msg);
01717:  }
01718: 

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

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/realurl/class.tx_realurl.php:
01389:      break;
01390:     } else {
01391:      $this->decodeSpURL_throw404('Segment "' . $key . '" was not a keyword for a postVarSet as expected on page with id=' . $pid . '.');
01392:     }
01393:    }

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

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/realurl/class.tx_realurl.php:
01197:   // Setting "postVarSets":
01198:   $postVarSetCfg = $this->getPostVarSetConfig($cachedInfo['id']);
01199:   $post_GET_VARS = $this->decodeSpURL_settingPostVarSets($pathParts, $postVarSetCfg, $cachedInfo['id']);
01200: 
01201:   // Looking for remaining parts:

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

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/realurl/class.tx_realurl.php:
01042:     if (!is_array($cachedInfo)) {
01043:      // Decode URL:
01044:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
01045: 
01046:      // Storing cached information:

5 tx_realurl::decodeSpURL(array, tslib_fe)
4 call_user_func_array(array, array)

/var/www/vhosts/typo3_source/typo3_4.5/t3lib/class.t3lib_div.php:
05271:       array(&$classObj, $parts[1]),
05272:       array(&$params, &$ref)
05273:      );
05274:     } else {
05275:      $errorMsg = "ERROR: No method name '" . $parts[1] . "' in class " . $parts[0];

3 t3lib_div::callUserFunction("EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL", array, tslib_fe)

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/cms/tslib/class.tslib_fe.php:
00724:    $_params = array('pObj' => &$this);
00725:    foreach($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
00726:     t3lib_div::callUserFunction($_funcRef,$_params,$this);
00727:    }
00728:   }

2 tslib_fe::checkAlternativeIdMethods()

/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/cms/tslib/index_ts.php:
00331:  }
00332: 
00333:  $TSFE->checkAlternativeIdMethods();
00334:  $TSFE->clear_preview();
00335:  $TSFE->determineId();

1 require("/var/www/vhosts/typo3_source/typo3_4.5/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/typo3_source/typo3_4.5/index.php:
00081: // ******************
00082: 
00083: require (PATH_tslib.'index_ts.php');
00084: 
00085: ?>