Uncaught TYPO3 Exception
#1509296606: Failed to fetch error page "https://www.angelreisen.de/error-404/", reason: Server error: `GET https://www.angelreisen.de/error-404/` 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
/srv/www/angelreisen/Source/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2057.

16 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.angelreisen.de/error-404/", "HTTP/1.1 404 Not Found", "File "fishermans-partner.html" was not found (2)!")

/srv/www/angelreisen/Source/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01965:     public function pageNotFoundHandler($code, $header = '', $reason = '')
01966:     {
01967:         $this->pageErrorHandler($code, $header, $reason);
01968:     }
01969: 

15 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/error-404/", "HTTP/1.1 404 Not Found", "File "fishermans-partner.html" was not found (2)!")

/srv/www/angelreisen/Source/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01918:     {
01919:         $header = $header ?: $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_statheader'];
01920:         $this->pageNotFoundHandler($GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'], $header, $reason);
01921:         die;
01922:     }

14 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("File "fishermans-partner.html" was not found (2)!")

/srv/www/angelreisen/Source/web/typo3conf/ext/realurl/Classes/Hooks/UrlRewritingHook.php:
01720: 
01721:         // Call handler
01722:         $this->pObj->pageNotFoundAndExit($msg);
01723:     }
01724: 

13 Tx\Realurl\Hooks\UrlRewritingHook::decodeSpURL_throw404("File "fishermans-partner.html" was not found (2)!")

/srv/www/angelreisen/Source/web/typo3conf/ext/realurl/Classes/Hooks/UrlRewritingHook.php:
01483:         }
01484:         if (!$handled) {
01485:             $this->decodeSpURL_throw404('File "' . $fileName . '" was not found (2)!');
01486:         }
01487:         return $handled;

12 Tx\Realurl\Hooks\UrlRewritingHook::decodeSpURL_decodeFileName_checkHtmlSuffix("fishermans-partner.html", "fishermans-partner", "html", array)

/srv/www/angelreisen/Source/web/typo3conf/ext/realurl/Classes/Hooks/UrlRewritingHook.php:
01441:             $getVars = array();
01442:             if (!$this->decodeSpURL_decodeFileName_lookupInIndex($fileName, $segment, $extension, $pathParts, $getVars)) {
01443:                 if (!$this->decodeSpURL_decodeFileName_checkHtmlSuffix($fileName, $segment, $extension, $pathParts)) {
01444:                     $this->decodeSpURL_throw404('File "' . $fileName . '" was not found (1)!');
01445:                 }

11 Tx\Realurl\Hooks\UrlRewritingHook::decodeSpURL_decodeFileName(array)

/srv/www/angelreisen/Source/web/typo3conf/ext/realurl/Classes/Hooks/UrlRewritingHook.php:
01128: 
01129:         // Strip/process file name or extension first
01130:         $file_GET_VARS = $this->decodeSpURL_decodeFileName($pathParts);
01131: 
01132:         // Setting original dir-parts

10 Tx\Realurl\Hooks\UrlRewritingHook::decodeSpURL_doDecode("fishermans-partner.html", NULL)

/srv/www/angelreisen/Source/web/typo3conf/ext/realurl/Classes/Hooks/UrlRewritingHook.php:
00992:                 if (!is_array($cachedInfo)) {
00993:                     // Decode URL
00994:                     $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
00995: 
00996:                     // Storing cached information

9 Tx\Realurl\Hooks\UrlRewritingHook::decodeSpURL(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/srv/www/angelreisen/Source/vendor/typo3/cms/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03843:                     }
03844:                     // Call method:
03845:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03846:                 } else {
03847:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("Tx\Realurl\Hooks\UrlRewritingHook->decodeSpURL", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/srv/www/angelreisen/Source/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01115:             $_params = ['pObj' => &$this];
01116:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01117:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01118:             }
01119:         }

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

/srv/www/angelreisen/Source/vendor/typo3/cms/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)

/srv/www/angelreisen/Source/vendor/typo3/cms/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)

/srv/www/angelreisen/Source/vendor/typo3/cms/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()

/srv/www/angelreisen/Source/vendor/typo3/cms/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}()

/srv/www/angelreisen/Source/vendor/typo3/cms/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("/srv/www/angelreisen/Source/vendor/typo3/cms/typo3sysext/frontend/Resources/Private/Php/frontend.php")

/srv/www/angelreisen/Source/vendor/typo3/cms/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';