mysqli_sql_exception

HTTP 500 Whoops, looks like something went wrong.

Too many connections

Exception

mysqli_sql_exception

  1.             );
  2.         }
  3.         // Attempt to connect to the server, use error suppression to silence warnings and allow us to throw an Exception separately.
  4.         $connected = @$this->connection->real_connect(
  5.             $this->options['host'],
  6.             $this->options['user'],
  7.             $this->options['password'],
  8.             null,
  9.             $this->options['port'],
  10.             $this->options['socket'],
  1.             );
  2.         }
  3.         // Attempt to connect to the server, use error suppression to silence warnings and allow us to throw an Exception separately.
  4.         $connected = @$this->connection->real_connect(
  5.             $this->options['host'],
  6.             $this->options['user'],
  7.             $this->options['password'],
  8.             null,
  9.             $this->options['port'],
  10.             $this->options['socket'],
  1.      *
  2.      * @since   1.0
  3.      */
  4.     public function getVersion()
  5.     {
  6.         $this->connect();
  7.         if ($this->mariadb)
  8.         {
  9.             // MariaDB: Strip off any leading '5.5.5-', if present
  10.             return preg_replace('/^5\.5\.5-/'''$this->connection->server_info);
  1.         $db $this->getDatabase();
  2.         $this->info = [
  3.             'php'                    => php_uname(),
  4.             'dbserver'               => $db->getServerType(),
  5.             'dbversion'              => $db->getVersion(),
  6.             'dbcollation'            => $db->getCollation(),
  7.             'dbconnectioncollation'  => $db->getConnectionCollation(),
  8.             'dbconnectionencryption' => $db->getConnectionEncryption(),
  9.             'dbconnencryptsupported' => $db->isConnectionEncryptionSupported(),
  10.             'phpversion'             => PHP_VERSION,
  1.             'joomlaVersion' => JVERSION,
  2.             'requestId'     => $this->requestId,
  3.             'identity'      => $this->getIdentityInfo($application->getIdentity()),
  4.             'response'      => $this->getResponseInfo($application->getResponse()),
  5.             'template'      => $this->getTemplateInfo($application->getTemplate(true)),
  6.             'database'      => $this->getDatabaseInfo($model->getInfo()),
  7.         ];
  8.     }
  9.     /**
  10.      * Get Identity info.
  1.                 $request_variables
  2.             )
  3.         );
  4.         foreach ($this->collectors as $name => $collector) {
  5.             $this->data[$name] = $collector->collect();
  6.         }
  7.         // Remove all invalid (non UTF-8) characters
  8.         array_walk_recursive($this->data, function (&$item) {
  9.                 if (is_string($item) && !mb_check_encoding($item'UTF-8')) {
  1.      * @return array
  2.      */
  3.     public function getData()
  4.     {
  5.         if ($this->data === null) {
  6.             $this->collect();
  7.         }
  8.         return $this->data;
  9.     }
  10.     /**
  1.                 $js .= $this->getAddDatasetCode($id$data'(stacked)');
  2.             }
  3.         }
  4.         $suffix = !$initialize '(ajax)' null;
  5.         $js .= $this->getAddDatasetCode($this->debugBar->getCurrentRequestId(), $this->debugBar->getData(), $suffix);
  6.         $nonce '';
  7.         if ($doc->cspNonce) {
  8.             $nonce ' nonce="' $doc->cspNonce '"';
JavascriptRenderer->render() in /home3/muftiism/public_html/plugins/system/debug/debug.php (line 370)
  1.             echo $contents;
  2.             return;
  3.         }
  4.         echo str_replace('</body>'$debugBarRenderer->renderHead() . $debugBarRenderer->render() . '</body>'$contents);
  5.     }
  6.     /**
  7.      * AJAX handler
  8.      *
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
CMSApplication->execute() in /home3/muftiism/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home3/muftiism/public_html/includes/app.php') in /home3/muftiism/public_html/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Trace

mysqli_sql_exception
mysqli_sql_exception:
Too many connections

  at /home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:310
  at mysqli->real_connect()
     (/home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:310)
  at Joomla\Database\Mysqli\MysqliDriver->connect()
     (/home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:690)
  at Joomla\Database\Mysqli\MysqliDriver->getVersion()
     (/home3/muftiism/public_html/administrator/components/com_admin/src/Model/SysinfoModel.php:315)
  at Joomla\Component\Admin\Administrator\Model\SysinfoModel->getInfo()
     (/home3/muftiism/public_html/plugins/system/debug/src/DataCollector/InfoCollector.php:136)
  at Joomla\Plugin\System\Debug\DataCollector\InfoCollector->collect()
     (/home3/muftiism/public_html/libraries/vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:238)
  at DebugBar\DebugBar->collect()
     (/home3/muftiism/public_html/libraries/vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:265)
  at DebugBar\DebugBar->getData()
     (/home3/muftiism/public_html/plugins/system/debug/src/JavascriptRenderer.php:119)
  at Joomla\Plugin\System\Debug\JavascriptRenderer->render()
     (/home3/muftiism/public_html/plugins/system/debug/debug.php:370)
  at PlgSystemDebug->onAfterRespond()
     (/home3/muftiism/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch()
     (/home3/muftiism/public_html/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home3/muftiism/public_html/includes/app.php:61)
  at require_once('/home3/muftiism/public_html/includes/app.php')
     (/home3/muftiism/public_html/index.php:32)                

Fatal error: Uncaught Error: mysqli object is not fully initialized in /home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:137 Stack trace: #0 /home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php(137): mysqli->prepare() #1 /home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php(1089): Joomla\Database\Mysqli\MysqliStatement->__construct() #2 /home3/muftiism/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php(1900): Joomla\Database\Mysqli\MysqliDriver->prepareStatement() #3 /home3/muftiism/public_html/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php(291): Joomla\Database\DatabaseDriver->setQuery() #4 [internal function]: Joomla\Session\Handler\DatabaseHandler->write() #5 /home3/muftiism/public_html/libraries/vendor/joomla/session/src/Storage/NativeStorage.php(114): session_write_close() #6 /home3/muftiism/public_html/libraries/src/Session/Storage/JoomlaStorage.php(136): Joomla\Session\Storage\NativeStorage->close() #7 [internal function]: Joomla\CMS\Session\Storage\JoomlaStorage->close() #8 {main} thrown in /home3/muftiism/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php on line 137