• Resolved Merkucio

    (@merkucio)


    Get this warning during the scanning process:
    Warning: Error while sending QUERY packet. PID=538086 in /data/www/xxxxxx/public_html/wp-includes/wp-db.php on line 1877

    And this code on line 1877
    $this->result = mysqli_query( $this->dbh, $query );

    How to resolve this error?

    • This topic was modified 7 years, 11 months ago by Merkucio.
Viewing 1 replies (of 1 total)
  • Hi merkucio,
    This warning isn’t directly related to Wordfence, similar warnings have been reported on WordPress support forums without having Wordfence plugin installed, most probably this is due to a memory limit that was reached during the query (so try to increase the memory limit allowed), also it could be related to MySQL “max_allowed_packet” value, I suggest getting in contact with your hosting provider to increase these values then re-check this issue.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Error while sending QUERY packet’ is closed to new replies.