Severity: Warning
Message: Packets out of order. Expected 1 received 0. Packet size=145
Filename: mysqli/mysqli_driver.php
Line Number: 203
===========================================
Google says to try and set PDO::ATTR_EMULATE_PREPARES to true, but that didn't help.
Some say this is because of a coding issue where the database cursor is not closed correctly.
Anyone else getting this?