Uncaught TYPO3 Exception
#1294587215: ID was outside the domain<br /> <br /> Additionally, https://www.hausdeswaldes.de/index.php?id=3013 was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2138.

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.hausdeswaldes.de/index.php?id=3013", "HTTP/1.0 404 Not Found", "ID was outside the domainAdditionally, https://wfound while trying to retrieve the error document.")

/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02059:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02060:     {
02061:         $this->pageErrorHandler($code, $header, $reason);
02062:     }
02063: 

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/index.php?id=3013", "HTTP/1.0 404 Not Found", "ID was outside the domain")

/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02010:     {
02011:         $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02012:         $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02013:         die;
02014:     }

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("ID was outside the domain")

/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01505:                 4 => 'The requested page alias does not exist'
01506:             ];
01507:             $this->pageNotFoundAndExit($pNotFoundMsg[$this->pageNotFound]);
01508:         }
01509:         if ($this->page['url_scheme'] > 0) {

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

/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01365:         $this->getTimeTracker()->pull();
01366:         // Now, get the id, validate access etc:
01367:         $this->fetch_the_id();
01368:         // Check if backend user has read access to this page. If not, recalculate the id.
01369:         if ($this->beUserLogin && $this->fePreview) {

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

/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();
00141: 
00142:         // Now, if there is a backend user logged in and he has NO access to this page,

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

/homepages/1/d219634432/htdocs/ForstBW_2019_A/typo3/sysext/core/Classes/Core/Bootstrap.php:
00306: 
00307:         // Execute the command which returns a Response object or NULL
00308:         $this->response = $requestHandler->handleRequest($request);
00309:         return $this;
00310:     }

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

/homepages/1/d219634432/htdocs/ForstBW_2019_A/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()

/homepages/1/d219634432/htdocs/ForstBW_2019_A/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}()

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