The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error while sending QUERY packet
#8
Those were MYSQL query commands that you can use as
Code:
$db->query('SET GLOBAL max_allowed_packet=33554432;', array());
, not php.ini changes. I tested it out and they do require the SUPER privilege, so you most likely wouldn't be able to use the commands anyway Sad

Since that's not an option, try splitting your insert field arrays into smaller arrays and run more insert queries.
  Reply


Messages In This Thread
Error while sending QUERY packet - by mudmin - 08-03-2017, 03:02 PM
Error while sending QUERY packet - by firestorm - 08-03-2017, 04:01 PM
Error while sending QUERY packet - by karsen - 08-08-2017, 06:29 PM
Error while sending QUERY packet - by firestorm - 08-09-2017, 12:14 PM
Error while sending QUERY packet - by karsen - 08-10-2017, 04:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)