Cannot complete full scan after upgraded to the latest version 6.3.8
-
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
- The topic ‘Cannot complete full scan after upgraded to the latest version 6.3.8’ is closed to new replies.