Uncaught TYPO3 Exception
#1294587215: Segment "de" was not a keyword for a postVarSet as expected on page with id=1.

Additionally, http://www.work4all.de/de/Support/404/ was not found while trying to retrieve the error document.
(More information)

RuntimeException thrown in file
/html/typo3/typo3_src-4.6.1/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1488.

11 tslib_fe::pageErrorHandler("/de/Support/404/", "", "Segment "de" was not a keyword for a postVarSet as expected on page with id=1.")

/html/typo3/typo3_src-4.6.1/typo3/sysext/cms/tslib/class.tslib_fe.php:
01416:   */
01417:  function pageNotFoundHandler($code, $header='', $reason='') {
01418:   $this->pageErrorHandler($code, $header, $reason);
01419:  }
01420: 

10 tslib_fe::pageNotFoundHandler("/de/Support/404/", "", "Segment "de" was not a keyword for a postVarSet as expected on page with id=1.")

/html/typo3/typo3_src-4.6.1/typo3/sysext/cms/tslib/class.tslib_fe.php:
01374:  function pageNotFoundAndExit($reason='', $header='') {
01375:   $header = $header ? $header : $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
01376:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
01377:   exit;
01378:  }

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

/html/typo3/typo3conf/ext/realurl/class.tx_realurl.php:
01663: 
01664:   // Call handler
01665:   $this->pObj->pageNotFoundAndExit($msg);
01666:  }
01667: 

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

/html/typo3/typo3conf/ext/realurl/class.tx_realurl.php:
01355:      break;
01356:     } else {
01357:      $this->decodeSpURL_throw404('Segment "' . $key . '" was not a keyword for a postVarSet as expected on page with id=' . $pid . '.');
01358:     }
01359:    }

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

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

6 tx_realurl::decodeSpURL_doDecode("de/Support/404/", 1)

/html/typo3/typo3conf/ext/realurl/class.tx_realurl.php:
01008:     if (!is_array($cachedInfo)) {
01009:      // Decode URL:
01010:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
01011: 
01012:      // Storing cached information:

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

/html/typo3/typo3_src-4.6.1/t3lib/class.t3lib_div.php:
04736:       array(&$classObj, $parts[1]),
04737:       array(&$params, &$ref)
04738:      );
04739:     } else {
04740:      $errorMsg = "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)

/html/typo3/typo3_src-4.6.1/typo3/sysext/cms/tslib/class.tslib_fe.php:
00561:    $_params = array('pObj' => &$this);
00562:    foreach($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
00563:     t3lib_div::callUserFunction($_funcRef,$_params,$this);
00564:    }
00565:   }

2 tslib_fe::checkAlternativeIdMethods()

/html/typo3/typo3_src-4.6.1/typo3/sysext/cms/tslib/index_ts.php:
00275:  }
00276: 
00277:  $TSFE->checkAlternativeIdMethods();
00278:  $TSFE->clear_preview();
00279:  $TSFE->determineId();

1 require("/html/typo3/typo3_src-4.6.1/typo3/sysext/cms/tslib/index_ts.php")

/html/typo3/typo3_src-4.6.1/index.php:
00076: // ******************
00077: 
00078: require (PATH_tslib.'index_ts.php');
00079: 
00080: ?>