Hi @wfyann,
We are also experiencing this issue, the plugin seems to be appending the number “7” at the end of the wp_blocks table, so it becomes “wp_blocks7”, the table does not exist.
Our prefix is slightly different: “wp_XXXXX”, where “X” is different letters and numbers, which for security reasons I will not display on here.
Here is an error in our logs repeated constantly and filling up our logs file:
WordPress database error Table ‘wp_XXXXX_wfblocks7’ doesn’t exist for query SELECT *, CASE \nWHEN type = 3 THEN 0\nELSE 9999\nEND AS sortOrder FROM wp_XXXXX_wfBlocks7 WHERE type IN (3) AND (expiration = 0 OR expiration > UNIX_TIMESTAMP()) ORDER BY sortOrder ASC, blockedTime DESC made by wfWAFIPBlocksController::synchronizeConfigSettings, wfBlock::countryBlocks, wfBlock::allBlocks, W3TC\\DbCache_Wpdb->query, W3TC\\DbCache_WpdbInjection_QueryCaching->query, W3TC\\_CallUnderlying->query, W3TC\\DbCache_Wpdb->query, W3TC\\DbCache_WpdbInjection->query, W3TC\\DbCache_Wpdb->default_query
When will this issue be fixed please?
Thanks