error message in server log
-
i see non-stop running list error messages in my server logs:
May 6 01:08:05 x php: WordPress database error Table ‘my-db.wp_wfBlocks7’ doesn’t exist for query SHOW FULL COLUMNS FROM
wp_wfBlocks7made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::veryFirstAction, wfLog->firewallBadIPs, wfBlock::findIPBlock
May 6 01:08:05 x php: WordPress database error Table ‘my-db.wp_wfBlocks7’ doesn’t exist for query SHOW FULL COLUMNS FROMwp_wfBlocks7made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::veryFirstAction, wfLog->firewallBadIPs, wfBlock::findIPBlock
May 6 01:08:07 x php: WordPress database error Table ‘my-db.wp_wfBlocks7’ doesn’t exist for query SHOW FULL COLUMNS FROMwp_wfBlocks7made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/wordfence/wordfence.php’), wordfence::install_actions, wfBlock::lockoutForIP
May 6 01:08:07 x php: WordPress database error Table ‘my-db.wp_wfBlocks7’ doesn’t exist for query SHOW FULL COLUMNS FROMwp_wfBlocks7made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/wordfence/wordfence.php’), wordfence::install_actions, wfBlock::lockoutForIPit looks like it says that table wp_wfBlocks7′ doesn’t exist, but looking at my database, that table is there
The topic ‘error message in server log’ is closed to new replies.