Uncaught TYPO3 Exception
#1509296606: Failed to fetch error page "https://www.nabholz.de/404", reason: Client error: `GET https://www.nabholz.de/404` resulted in a `404 Not Found` response: <!DOCTYPE html> <!-- Copyright 1999-2024. WebPros International GmbH. All rights reserved. --> <html lang="en" dir="ltr" (truncated...) (More information)

RuntimeException thrown in file
/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2053.

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.nabholz.de/404", "HTTP/1.0 403 Access denied", "ID was not an accessible page")

/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01961:     public function pageNotFoundHandler($code, $header = '', $reason = '')
01962:     {
01963:         $this->pageErrorHandler($code, $header, $reason);
01964:     }
01965: 

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("https://www.nabholz.de/404", "HTTP/1.0 403 Access denied", "ID was not an accessible page")

/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01914:     {
01915:         $header = $header ?: $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_statheader'];
01916:         $this->pageNotFoundHandler($GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'], $header, $reason);
01917:         die;
01918:     }

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("ID was not an accessible page", "HTTP/1.0 403 Access denied")

/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01434:                 $header = $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_accessdeniedheader'];
01435:             }
01436:             $this->pageNotFoundAndExit($pNotFoundMsg[$this->pageNotFound], $header);
01437:         }
01438:         // Set no_cache if set

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01274:         $this->getTimeTracker()->pull();
01275:         // Now, get the id, validate access etc:
01276:         $this->fetch_the_id();
01277:         // Check if backend user has read access to this page. If not, recalculate the id.
01278:         if ($this->beUserLogin && $this->fePreview) {

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

/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();
00140: 
00141:         // Now, if there is a backend user logged in and he has NO access to this page,

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

/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/core/Classes/Core/Bootstrap.php:
00313: 
00314:         // Execute the command which returns a Response object or NULL
00315:         $this->response = $requestHandler->handleRequest($request);
00316:         return $this;
00317:     }

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

/var/www/vhosts/nabholz.de/dev.nabholz.de/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()

/var/www/vhosts/nabholz.de/dev.nabholz.de/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}()

/var/www/vhosts/nabholz.de/dev.nabholz.de/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("/var/www/vhosts/nabholz.de/dev.nabholz.de/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/var/www/vhosts/nabholz.de/dev.nabholz.de/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';