Uncaught PDOException: Packets out of order

Hi,
After updating to the last version, I receive the following error with some sections of my site.Fatal error: Uncaught PDOException: Packets out of order. Expected 0 received 1. Packet size=23 in C:\xampp\htdocs\telehealth\vendor\doctrine\dbal\src\Driver\PDO\MySQL\Driver.php:34What’s the problem and solution?Thanks

  1. You may google the error message for more info and try some suggested solutions such as modifying max_allowed_packet.
  2. If you use older versions of MySQL/MariaDB, make sure it is newer than the unsupported versions.