Warning: Packets out of order. Expected 0 received 1. Packet size=23 in /var/www/demo.apollotheme.com/public_html/ap_baloo/classes/db/DbPDO.php on line 64

Warning: PDO::__construct(): MySQL server has gone away in /var/www/demo.apollotheme.com/public_html/ap_baloo/classes/db/DbPDO.php on line 64

Warning: PDO::__construct(): Error while reading greeting packet. PID=29050 in /var/www/demo.apollotheme.com/public_html/ap_baloo/classes/db/DbPDO.php on line 64

[PrestaShopException]

Link to database cannot be established:SQLSTATE[HY000] [2006] MySQL server has gone away
at line 102 in file classes/db/DbPDO.php

97.     public function connect()
98.     {
99.         try {
100.             $this->link = $this->_getPDO($this->server, $this->user, $this->password, $this->database, 5);
101.         } catch (PDOException $e) {
102.             throw new PrestaShopException('Link to database cannot be established:'.$e->getMessage());
103.         }
104. 
105.         // UTF-8 support
106.         if ($this->link->exec('SET NAMES \'utf8\'') === false) {
107.             throw new PrestaShopException('PrestaShop Fatal error: no utf-8 support. Please check your server configuration.');

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/demo.apollotheme.com/public_html/ap_baloo/classes/exception/PrestaShopException.php on line 152

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/demo.apollotheme.com/public_html/ap_baloo/classes/log/FileLogger.php on line 42