Error log full of missing database tables
-
Hi,
I’ve been using WordFence for a couple of weeks now on a few websites and one of them is creating a long error log full of database issues which I can’t resolve. Most of them look like this:
[08-Jan-2015 08:44:34 UTC] WordPress databasefout Table ‘hypmain_L3rQ.wp_wfVulnScanners’ doesn’t exist bij query select INET_NTOA(IP) as IP from wp_wfVulnScanners where ctime > unix_timestamp() – 3600 gemaakt door do_action_ref_array, call_user_func_array, wordfence::hourlyCron, wfDB->querySelect
[08-Jan-2015 08:44:34 UTC] WordPress databasefout Table ‘hypmain_L3rQ.wp_wfVulnScanners’ doesn’t exist bij query truncate table wp_wfVulnScanners gemaakt door do_action_ref_array, call_user_func_array, wordfence::hourlyCron, wfDB->truncate, wfDB->queryWriteWhen looking in phpMyAdmin the table seems to exist at first sight in the very left overview panel of all database tables. However when I click on that table I do receive an error message that the table doesn’t exist. See the screenshot at the following link: http://grab.by/DCdu
I’ve already tried to deactivate the plugin and remove it and then manually removed all wp_wf tables in phpMyAdmin. When I reinstall te plugin I’m getting different error messages, again with database tables that don’t exist like:
Wordfence generated an error on activation. The output we received during activation was: WordPress database error: [Table ‘hypmain_L3rQ.wp_wfVulnScanners’ doesn’t exist] create table IF NOT EXISTS wp_wfVulnScanners ( IP int UNSIGNED PRIMARY KEY, ctime int UNSIGNED NOT NULL, hits int UNSIGNED NOT NULL )
And
Wordfence generated an error on activation. The output we received during activation was: WordPress database error: [Table ‘hypmain_L3rQ.wp_wfConfig’ doesn’t exist] select val from wp_wfConfig where name=’disableConfigCaching’ WordPress database error: [Table ‘hypmain_L3rQ.wp_wfConfig’ doesn’t exis…[output truncated]
Is there any way to resolve these database errors? Wordfence is scanning though even with these errors but I would like to keep my error log as clean as possible.
Thanks in advance.
The topic ‘Error log full of missing database tables’ is closed to new replies.