wp_0_options
-
I’ve just installed Wordfence on a multisite installation, and I’m getting a lot of errors in my error.log file like:
[Sun Aug 12 22:44:24.045334 2018] [:error] [pid 6524] [client 54.36.148.191:22952] WordPress database error Table ‘wpmu.wp_0_options’ doesn’t exist for query INSERT IGNORE INTO
wp_0_options(option_name,option_value,autoload) VALUES (‘wfSyncGeoIP.lock’, ‘1534070664’, ‘no’) /* LOCK */ made by require(‘wp-blog-header.php’), 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, wordfence::veryFirstAction, wfConfig::createLockIt would seem that somewhere along the way the table wp_0_options is missing. Any suggestions for how to fix this?
Thanks!
The topic ‘wp_0_options’ is closed to new replies.