Quantcast
Channel: WordPress.org Forums » [Wordfence Security - Firewall, Malware Scan, and Login Security] Support
Viewing all articles
Browse latest Browse all 33114

Cannot complete full scan after upgraded to the latest version 6.3.8

$
0
0

Replies: 0

Hi all, I am using free version of wordfence, in a result for the past scanning is fine until I have updated to the new version of wordfence…

Error message as below;

[May 06 11:26:23] Error writing value for wfsd_engine (MySQLi error: [2006] MySQL server has gone away)
[May 06 11:26:23] Warning: Error while sending QUERY packet. PID=699506 in /home/xxxxx/public_html/xxxxx.com/wp-includes/wp-db.php on line 1877

========
I checked the wp-db.php, I can’t see what’s the missing part…

/**
* Internal function to perform the mysql_query() call.
*
* @since 3.9.0
*
* @access private
* @see wpdb::query()
*
* @param string $query The query to run.
*/
private function _do_query( $query ) {
if ( defined( ‘SAVEQUERIES’ ) && SAVEQUERIES ) {
$this->timer_start();
}

if ( ! empty( $this->dbh ) && $this->use_mysqli ) {
$this->result = mysqli_query( $this->dbh, $query );
} elseif ( ! empty( $this->dbh ) ) {
$this->result = mysql_query( $query, $this->dbh );
}
$this->num_queries++;

if ( defined( ‘SAVEQUERIES’ ) && SAVEQUERIES ) {
$this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() );
}
}

==========
I have disable the database before I deactive and remove the plugin, reinstall wordfence again and input the same API and Token backup, scan as fresh but still failed… Seek for your review how can I solve the scanning error?

Thanks in advance!
Adam

  • This topic was modified 4 hours, 12 minutes ago by adamngai. Reason: reinstalled but failed

Viewing all articles
Browse latest Browse all 33114

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>