Uncaught TYPO3 Exception
#1301648782: Cannot connect to the configured database. Connection failed with: "An exception occured in driver: Too many connections" (More information)

TYPO3\CMS\Core\Error\Http\ServiceUnavailableException thrown in file
/data/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 932.

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

/data/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00105:         }
00106: 
00107:         $this->controller->connectToDB();
00108:         $this->controller->sendRedirect();
00109: 

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

/data/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

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

/data/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/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/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/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/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/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/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22sysext/frontend/Resources/Private/Php/frontend.php")

/data/kunden/apfel-gmbh.de/htdocs/typo3_src-8.7.22/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';