Open juniorionut opened 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?
It seems to be related to this: https://bugs.mysql.com/bug.php?id=68359
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?