Uncaught TYPO3 Exception
#1294587215: Segment &quot;notfound&quot; was not a keyword for a postVarSet as expected on page with id=448.<br /> <br /> Additionally, https://www.spuren.bz.it/notfound/ was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/var/www/wusr33085/www/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2173.

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

/var/www/wusr33085/www/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("/notfound/", "HTTP/1.0 404 Not Found", "Segment "notfound" was not a keyword for a postVarSet as expected on page with id=448.")

/var/www/wusr33085/www/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 "notfound" was not a keyword for a postVarSet as expected on page with id=448.")

/var/www/wusr33085/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01435:   $_GET['L'] = $this->detectedLanguageId;
01436: 
01437:   $this->caller->pageNotFoundAndExit($errorMessage);
01438:  }
01439: }

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

/var/www/wusr33085/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01053:    $pathSegments = array();
01054:   } else {
01055:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01056:   }
01057:  }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::handleNonExistingPostVarSet(448, "notfound", array)

/var/www/wusr33085/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00572:     $postVarSetKey = array_shift($pathSegments);
00573:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00574:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00575:     } else {
00576:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

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

/var/www/wusr33085/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00792:   }
00793:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00794:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00795: 
00796:   $this->mergeWithExistingGetVars($requestVariables);

7 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("notfound/")

/var/www/wusr33085/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01221:   if (!$cacheEntry) {
01222:    $this->originalPath = $urlParts['path'];
01223:    $cacheEntry = $this->doDecoding($urlParts['path']);
01224:   }
01225:   $this->setRequestVariables($cacheEntry);

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

/var/www/wusr33085/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00137:     if ($this->speakingUri) {
00138:      $this->setLanguageFromQueryString();
00139:      $this->runDecoding();
00140:     }
00141:    }

5 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/var/www/wusr33085/www/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04331:      }
04332:      // Call method:
04333:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04334:     } else {
04335:      $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)

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

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