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

RuntimeException thrown in file
/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2140.

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

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02061:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02062:     {
02063:         $this->pageErrorHandler($code, $header, $reason);
02064:     }
02065: 

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

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02012:     {
02013:         $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02014:         $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02015:         die;
02016:     }

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

/www/htdocs/w0117a3c/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01377:  protected function throw404($errorMessage) {
01378:   // TODO Write to our own error log here
01379:   $this->caller->pageNotFoundAndExit($errorMessage);
01380:  }
01381: }

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

/www/htdocs/w0117a3c/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01032:    $pathSegments = array();
01033:   } else {
01034:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01035:   }
01036:  }

13 DmitryDulepov\Realurl\Decoder\UrlDecoder::handleNonExistingPostVarSet(1, "404", array)

/www/htdocs/w0117a3c/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00580:     $postVarSetKey = array_shift($pathSegments);
00581:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00582:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00583:     } else {
00584:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

12 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePostVarSets(1, array)

/www/htdocs/w0117a3c/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00797:   }
00798:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00799:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00800: 
00801:   $cacheEntry = GeneralUtility::makeInstance('DmitryDulepov\\Realurl\\Cache\\UrlCacheEntry');

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("404/")

/www/htdocs/w0117a3c/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01167:   if (!$cacheEntry) {
01168:    $this->originalPath = $urlParts['path'];
01169:    $cacheEntry = $this->doDecoding($urlParts['path']);
01170:   }
01171:   $this->setRequestVariables($cacheEntry);

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

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

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

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04406:                     }
04407:                     // Call method:
04408:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04409:                 } else {
04410:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01177:             $_params = ['pObj' => &$this];
01178:             foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01179:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01180:             }
01181:         }

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

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00136:             $this->bootstrap->loadCachedTca();
00137:         }
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/www/htdocs/w0117a3c/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/www/htdocs/w0117a3c/typo3_src-7.6.32/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/www/htdocs/w0117a3c/typo3_src-7.6.32/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });