Uncaught TYPO3 Exception
#1509296032: Error: 404 page by USER_FUNCTION "EXT:realurl_404_multilingual/Classes/Hooks/FrontendHook.php:WapplerSystems\Realurl404Multilingual\Hooks\FrontendHook->pageErrorHandler" failed. (More information)

RuntimeException thrown in file
/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2002.

17 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("USER_FUNCTION:EXT:realurl_404_multilingual/Classes4Multilingual\Hooks\FrontendHook->pageErrorHandler", "HTTP/1.0 404 Not Found", "Segment "wochenendseminar" was not a keyword for a postVarSet as expected on page with id=1.")

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01962:     public function pageNotFoundHandler($code, $header = '', $reason = '')
01963:     {
01964:         $this->pageErrorHandler($code, $header, $reason);
01965:     }
01966: 

16 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("USER_FUNCTION:EXT:realurl_404_multilingual/Classes4Multilingual\Hooks\FrontendHook->pageErrorHandler", "HTTP/1.0 404 Not Found", "Segment "wochenendseminar" was not a keyword for a postVarSet as expected on page with id=1.")

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01915:     {
01916:         $header = $header ?: $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_statheader'];
01917:         $this->pageNotFoundHandler($GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'], $header, $reason);
01918:         die;
01919:     }

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

/kun/mentale-gesundheit.de/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01589:   }
01590: 
01591:   $this->caller->pageNotFoundAndExit($errorMessage);
01592:  }
01593: }

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

/kun/mentale-gesundheit.de/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01153:    $pathSegments = array();
01154:   } else {
01155:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01156:   }
01157:  }

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

/kun/mentale-gesundheit.de/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00661:     $postVarSetKey = array_shift($pathSegments);
00662:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00663:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00664:     } else {
00665:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

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

/kun/mentale-gesundheit.de/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00894:   }
00895:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00896:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00897: 
00898:   $this->mergeWithExistingGetVars($requestVariables);

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("abnehmen-durch-hypnose-und-meteft-technik/wochenendseminar.html")

/kun/mentale-gesundheit.de/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01355:   if (!$cacheEntry) {
01356:    $this->originalPath = $urlPath;
01357:    $cacheEntry = $this->doDecoding($urlPath);
01358:    // Note the newly created cache entry is not saved because it is unsafe!
01359:    // The user can supply any number of free form parameters and those

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

/kun/mentale-gesundheit.de/www/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

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

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03831:                     }
03832:                     // Call method:
03833:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03834:                 } else {
03835:                     $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)

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01112:             $_params = ['pObj' => &$this];
01113:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01114:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01115:             }
01116:         }

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

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00135:                     ->loadExtTables();
00136:         }
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();

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

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/core/Classes/Core/Bootstrap.php:
00314: 
00315:         // Execute the command which returns a Response object or NULL
00316:         $this->response = $requestHandler->handleRequest($request);
00317:         return $this;
00318:     }

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

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

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

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/sysext/frontend/Resources/Private/Php/frontend.php")

/kun/mentale-gesundheit.de/typo3/typo3_src-8.7.19/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';