wp_wfTrafficRates corrupt
-
I’ve been getting the following error in the site error log
[05-Mar-2024 07:52:08 UTC] WordPress database error Incorrect key file for table 'wp_wfTrafficRates'; try to repair it for query INSERT INTO wp_wfTrafficRates (eMin, IP, hitType, hits) VALUES (FLOOR(UNIX_TIMESTAMP() / 60), '\0\0\0\0\0\0\0\0\0\0ÿÿ-Ã6', '404', @wfcurrenthits := 1) ON DUPLICATE KEY UPDATE hits = IF(@wfcurrenthits := hits + 1, hits + 1, hits + 1) made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::templateRedir, wordfence::doEarlyAccessLogging, wfLog->logLeechAndBlock, wfRateLimit::countHit, wfDB->queryWriteI’ve tried to repair the table in phpMyAdmin but it fails:
Error Incorrect key file for table 'wp_wfTrafficRates'; try to repair it Error CorruptAm I okay just to delete that table and the plugin will recreate it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘wp_wfTrafficRates corrupt’ is closed to new replies.