I have an error that is keeping the site from loading. When I turned on full error to check it. This is where it is coming from.
An uncaught exception was thrown
Details
Type | PDOException |
Message | SQLSTATE[HY000]: General error: 1835 Malformed communication packet |
File | /home/user/public_html/inc/classes/BxDolDb.php |
Line |
134 |
This is what line 134 is: $this->link->query('SET time_zone = "' . $oDate->format('P') . '"');
Is it missing something?