ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.3k stars 1.34k forks source link

Packets out of order. Expected 1 received 7. Packet size=29 #905

Open juniorionut opened 4 years ago

juniorionut commented 4 years ago

Hello,

When calling stored procedures that return results the following error appears:

PHP Warning: Packets out of order. Expected 1 received 7. Packet size=29 in .../vendor/thingengineer/mysqli-database-class/MysqliDb.php on line 1648

What is causing this and how can i fix it?

juniorionut commented 4 years ago

It seems to be related to this: https://bugs.mysql.com/bug.php?id=68359