Uncaught TYPO3 Exception
#1509296606: Failed to fetch error page "https://www.salvatorianerinnen.de/404.html", reason: Server error: `GET https://www.salvatorianerinnen.de/404.html` resulted in a `500 Internal Server Error` response: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR (truncated...) (More information)

RuntimeException thrown in file
/homepages/22/d731723329/htdocs/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2058.

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.salvatorianerinnen.de/404.html", "HTTP/1.0 404 Not Found", "Request parameters could not be validated (&cHash comparison failed)")

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01966:     public function pageNotFoundHandler($code, $header = '', $reason = '')
01967:     {
01968:         $this->pageErrorHandler($code, $header, $reason);
01969:     }
01970: 

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/404.html", "HTTP/1.0 404 Not Found", "Request parameters could not be validated (&cHash comparison failed)")

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01919:     {
01920:         $header = $header ?: $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_statheader'];
01921:         $this->pageNotFoundHandler($GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'], $header, $reason);
01922:         die;
01923:     }

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("Request parameters could not be validated (&cHash comparison failed)")

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02192:             if (!hash_equals($cHash_calc, $this->cHash)) {
02193:                 if ($GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError']) {
02194:                     $this->pageNotFoundAndExit('Request parameters could not be validated (&cHash comparison failed)');
02195:                 } else {
02196:                     $this->disableCache();

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

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00155:         }
00156: 
00157:         $this->controller->makeCacheHash();
00158:         $this->timeTracker->pull();
00159: 

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

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

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

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/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()

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/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}()

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/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("/homepages/22/d731723329/htdocs/typo3_src-8.7.32/tsysext/frontend/Resources/Private/Php/frontend.php")

/homepages/22/d731723329/htdocs/typo3_src-8.7.32/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';