Error logda aşağıdaki hata oluşuyor; neden olabilir ve nasıl düzeltebilirim?

PHP Warning: Error while sending QUERY packet. xxxxx/xxxxxx/wp-includes/wp-db.php on line 1877

İlgili satır:
	1876	if ( ! empty( $this->dbh ) && $this->use_mysqli ) {
	1877		$this->result = mysqli_query( $this->dbh, $query );
	1878	} elseif ( ! empty( $this->dbh ) ) {
	1879		$this->result = mysql_query( $query, $this->dbh );
	1880	}