Uncaught TYPO3 Exception
#1294587218: No TypoScript template found! (More information)

TYPO3\CMS\Core\Error\Http\ServiceUnavailableException thrown in file
/var/www/vhosts/brk-kulmbach.de/typo3/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2647.

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

/var/www/vhosts/brk-kulmbach.de/typo3/typo3_src/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00182:         // Get config if not already gotten
00183:         // After this, we should have a valid config-array ready
00184:         $this->controller->getConfigArray();
00185:         // Setting language and locale
00186:         $this->timeTracker->push('Setting language and locale', '');

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

/var/www/vhosts/brk-kulmbach.de/typo3/typo3_src/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:     }

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

/var/www/vhosts/brk-kulmbach.de/typo3/typo3_src/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) {

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

/var/www/vhosts/brk-kulmbach.de/typo3/typo3_src/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: });

2 {closure}()
1 call_user_func(Closure)

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