Uncaught TYPO3 Exception
Fetching the 404 page failed with error #-1: "Couldn't get URL: HTTP/1.1 404 Not Found Date: Thu, 18 Apr 2024 16:52:47 GMT Server: Apache Upgrade: h2,h2c Connection: Upgrade, close X-UA-Compatible: IE=edge X-Content-Type-Options: nosniff Content-Type: text/html; charset=UTF-8"

Exception thrown in file
/html/typo3/typo3conf/ext/pagenotfoundhandling/Classes/Controller/PagenotfoundController.php in line 599.

13 Aaw\Pagenotfoundhandling\Controller\PagenotfoundController::_getUrl("https://www.hochganghaus.it/index.php?id=9&loopPrevention=1&L=3", 0, array, array)

/html/typo3/typo3conf/ext/pagenotfoundhandling/Classes/Controller/PagenotfoundController.php:
00506: 
00507:                 $report = array();
00508:                 $html = $this->_getUrl($url, (int) $this->_passthroughContentTypeHeader, $headers, $report);
00509:                 if ($this->_passthroughContentTypeHeader && $html !== null) {
00510:                     // split response header and body

12 Aaw\Pagenotfoundhandling\Controller\PagenotfoundController::_getHtml()

/html/typo3/typo3conf/ext/pagenotfoundhandling/Classes/Controller/PagenotfoundController.php:
00238:         }
00239: 
00240:         $return = $this->_getHtml();
00241: 
00242:         return $return;

11 Aaw\Pagenotfoundhandling\Controller\PagenotfoundController::main(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
10 call_user_func_array(array, array)

/html/typo3/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04414:                     }
04415:                     // Call method:
04416:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04417:                 } else {
04418:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

9 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("Aaw\Pagenotfoundhandling\Controller\PagenotfoundController->main", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/html/typo3/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02098:                 'pageAccessFailureReasons' => $this->getPageAccessFailureReasons()
02099:             ];
02100:             echo GeneralUtility::callUserFunction($funcRef, $params, $this);
02101:         } elseif (GeneralUtility::isFirstPartOfStr($code, 'READFILE:')) {
02102:             $readFile = GeneralUtility::getFileAbsFileName(trim(substr($code, 9)));

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("USER_FUNCTION:Aaw\Pagenotfoundhandling\Controller\PagenotfoundController->main", "HTTP/1.0 404 Not Found", "Page is not available in the requested language (strict).")

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

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("USER_FUNCTION:Aaw\Pagenotfoundhandling\Controller\PagenotfoundController->main", "HTTP/1.0 404 Not Found", "Page is not available in the requested language (strict).")

/html/typo3/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:     }

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("Page is not available in the requested language (strict).")

/html/typo3/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02717:                         switch ((string)$this->sys_language_mode) {
02718:                             case 'strict':
02719:                                 $this->pageNotFoundAndExit('Page is not available in the requested language (strict).');
02720:                                 break;
02721:                             case 'content_fallback':

5 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::settingLanguage()

/html/typo3/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00186:         // Setting language and locale
00187:         $this->timeTracker->push('Setting language and locale', '');
00188:         $this->controller->settingLanguage();
00189:         $this->controller->settingLocale();
00190:         $this->timeTracker->pull();

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

/html/typo3/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:     }

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

/html/typo3/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) {

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

/html/typo3/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: });

1 {closure}()

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