Uncaught TYPO3 Exception
#1294587217: The page is not configured! [type=98][]. This means that there is no TypoScript object of type PAGE with typeNum=98 configured. (More information)

TYPO3\CMS\Core\Error\Http\ServiceUnavailableException thrown in file
/data/wwwcust/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2491.

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

/data/wwwcust/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00180:         // Get config if not already gotten
00181:         // After this, we should have a valid config-array ready
00182:         $this->controller->getConfigArray();
00183:         // Setting language and locale
00184:         $this->timeTracker->push('Setting language and locale', '');

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

/data/wwwcust/typo3/typo3_src-8.7.19/typo3/sysext/core/Classes/Core/Bootstrap.php:
00314: 
00315:         // Execute the command which returns a Response object or NULL
00316:         $this->response = $requestHandler->handleRequest($request);
00317:         return $this;
00318:     }

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

/data/wwwcust/typo3/typo3_src-8.7.19/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()

/data/wwwcust/typo3/typo3_src-8.7.19/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}()

/data/wwwcust/typo3/typo3_src-8.7.19/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("/data/wwwcust/typo3/typo3_src-8.7.19/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/data/wwwcust/typo3/typo3_src-8.7.19/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';