Warning: Packets out of order. Expected 2 received 3. Packet size=29 in /home/www/webbuilder.adlissmart.org/system/db/mysqli.php on line 144
(error 500)
The site is experiencing some dificulties, please try again, if the problem persists please contact support.
Go to homepageMySQL server has gone away
try {
self :: $link = new \Mysqli(/*'p:' . */$host, $user, $pass, $dbname, $port);
//self :: $link = $this;
} catch (\mysqli_sql_exception $e) {
$errorMessage = str_replace($pass,'*****', $e->getMessage());
throw new \Exception($errorMessage, $e->getCode()); // <==
}
// check if a connection established
if (\mysqli_connect_errno()) {
$error = mysqli_connect_error();
$errorMessage = str_replace($pass,'*****', $error);
#0 /home/www/webbuilder.adlissmart.org/system/db/mysqli.php(348): Vvveb\System\Db\Mysqli->connect() #1 /home/www/webbuilder.adlissmart.org/storage/model/app/settingsql.mysqli.php(293): Vvveb\System\Db\Mysqli->execute('SELECT namespac...', Array, Array) #2 /home/www/webbuilder.adlissmart.org/system/setting.php(52): Vvveb\Sql\SettingSQL->getMulti(Array) #3 /home/www/webbuilder.adlissmart.org/system/functions.php(118): Vvveb\System\Setting->get('insert-scripts', Array, NULL, 1) #4 /home/www/webbuilder.adlissmart.org/plugins/insert-scripts/plugin.php(67): Vvveb\getSetting('insert-scripts', Array) #5 /home/www/webbuilder.adlissmart.org/plugins/insert-scripts/plugin.php(78): InsertScriptsPlugin->app() #6 /home/www/webbuilder.adlissmart.org/plugins/insert-scripts/plugin.php(84): InsertScriptsPlugin->__construct() #7 /home/www/webbuilder.adlissmart.org/system/extensions/plugins.php(239): include('/home/www/webbu...') #8 /home/www/webbuilder.adlissmart.org/system/core/startup.php(384): Vvveb\System\Extensions\Plugins::loadPlugins(1) #9 /home/www/webbuilder.adlissmart.org/index.php(168): Vvveb\System\Core\start() #10 {main}