Wordfence MySQL error
-
Hi, today I saw the following in the error log.
INSERT INTO wp_wfHoover (owner, host, path, hostKey) VAKUESwhich of course resulted inWordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘VAKUES
The odd thing is a recursive grep for ‘VAKUES’ in the Wordfence plugin folder didn’t find anything. It also looks OK in lib/wordfenceURLHoover.php:
./lib/wordfenceURLHoover.php: $sql = "INSERT INTO " . $this->table . " (owner, host, path, hostKey) VALUES ";This is with Wordfence 6.3.21 on WordPress 4.8.3 (php 7.1.9-1+0~20170902060604.8+jessie~1.gbpebe5d6).
The topic ‘Wordfence MySQL error’ is closed to new replies.