Uncaught TYPO3 Exception
An exception occured in driver: User p475978 already has more than 'max_user_connections' active connections

Doctrine\DBAL\Exception\DriverException thrown in file
/html/typo3/typo3_src-8.7.56/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php in line 115.

21 Doctrine\DBAL\Driver\AbstractMySQLDriver::convertException("An exception occured in driver: User p475978 alreaore than 'max_user_connections' active connections", Doctrine\DBAL\Driver\Mysqli\MysqliException)

/html/typo3/typo3_src-8.7.56/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:
00143: 
00144:         if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverException) {
00145:             return $driver->convertException($msg, $driverEx);
00146:         }
00147: 

20 Doctrine\DBAL\DBALException::driverException(Doctrine\DBAL\Driver\Mysqli\Driver, Doctrine\DBAL\Driver\Mysqli\MysqliException)

/html/typo3/typo3_src-8.7.56/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php:
00036:             return new MysqliConnection($params, $username, $password, $driverOptions);
00037:         } catch (MysqliException $e) {
00038:             throw DBALException::driverException($this, $e);
00039:         }
00040:     }

19 Doctrine\DBAL\Driver\Mysqli\Driver::connect(array, "p475978", "S1hai7!fmig%hb", array)

/html/typo3/typo3_src-8.7.56/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:
00358:             $this->_params['password'] : null;
00359: 
00360:         $this->_conn = $this->_driver->connect($this->_params, $user, $password, $driverOptions);
00361:         $this->_isConnected = true;
00362: 

18 Doctrine\DBAL\Connection::connect()

/html/typo3/typo3_src-8.7.56/typo3/sysext/core/Classes/Database/Connection.php:
00086:     {
00087:         // Early return if the connection is already open and custom setup has been done.
00088:         if (!parent::connect()) {
00089:             return false;
00090:         }

17 TYPO3\CMS\Core\Database\Connection::connect()

/html/typo3/typo3_src-8.7.56/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:
01382:     public function getWrappedConnection()
01383:     {
01384:         $this->connect();
01385: 
01386:         return $this->_conn;

16 Doctrine\DBAL\Connection::getWrappedConnection()

/html/typo3/typo3_src-8.7.56/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01294:         try {
01295:             /** @var \Doctrine\DBAL\Driver\Mysqli\MysqliConnection $mysqliConnection */
01296:             $mysqliConnection = $connection->getWrappedConnection();
01297:             $this->link = $mysqliConnection->getWrappedResourceHandle();
01298:         } catch (\Doctrine\DBAL\Exception\ConnectionException $exception) {

15 TYPO3\CMS\Core\Database\DatabaseConnection::sql_pconnect()

/html/typo3/typo3_src-8.7.56/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01642:         }
01643: 
01644:         if ($this->sql_pconnect()) {
01645:             if (!$this->sql_select_db()) {
01646:                 throw new \RuntimeException(

14 TYPO3\CMS\Core\Database\DatabaseConnection::connectDB()

/html/typo3/typo3_src-8.7.56/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00873:         $this->logDeprecation();
00874:         if (!$this->isConnected) {
00875:             $this->connectDB();
00876:         }
00877:         if ($allowNull && $str === null) {

13 TYPO3\CMS\Core\Database\DatabaseConnection::fullQuoteStr("it/destinazioni/foresta-boema-p173-257.html/", "tx_realurl_urldata")

/html/typo3/typo3conf/ext/realurl/Classes/Cache/DatabaseCache.php:
00217:    'rootpage_id=' . (int)$rootPageId . ' AND ' .
00218:     'speaking_url_hash=' . sprintf('%u', crc32($speakingUrl)) . ' AND ' .
00219:     'speaking_url=' . $this->databaseConnection->fullQuoteStr($speakingUrl, 'tx_realurl_urldata'),
00220:     '', 'expire'
00221:   );

12 DmitryDulepov\Realurl\Cache\DatabaseCache::getUrlFromCacheBySpeakingUrl(1, "it/destinazioni/foresta-boema-p173-257.html/", NULL)

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00939:   */
00940:  protected function getFromUrlCache($speakingUrl) {
00941:   return $this->cache->getUrlFromCacheBySpeakingUrl($this->rootPageId, $speakingUrl, $this->detectedLanguageId);
00942:  }
00943: 

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::getFromUrlCache("it/destinazioni/foresta-boema-p173-257.html/")

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01353:   $urlPath = $this->getUrlPath();
01354: 
01355:   $cacheEntry = $this->getFromUrlCache($this->speakingUri);
01356:   if (!$cacheEntry) {
01357:    $this->originalPath = $urlPath;

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::runDecoding()

/html/typo3/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/html/typo3/typo3_src-8.7.56/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03848:                     }
03849:                     // Call method:
03850:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03851:                 } else {
03852:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/html/typo3/typo3_src-8.7.56/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01124:             $_params = ['pObj' => &$this];
01125:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01126:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01127:             }
01128:         }

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

/html/typo3/typo3_src-8.7.56/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00135:                     ->loadExtTables();
00136:         }
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();

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

/html/typo3/typo3_src-8.7.56/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)

/html/typo3/typo3_src-8.7.56/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()

/html/typo3/typo3_src-8.7.56/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}()

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

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