Hi Bob,
I know this is someone else's support thread, but I am seeing a similar error message in my error logs, and I am not using Percona, as follows;
WordPress database error Table '_wordpress.wp_9_wp_topbar_data' doesn't exist for query SELECT * FROM wp_9_wp_topbar_data
WHERE enable_topbar
= 'true'
AND COALESCE(TIMESTAMPDIFF( MINUTE, COALESCE(STR_TO_DATE( '2015-03-29 08:23:55', '%Y-%m-%d %H:%i' ), 0),
COALESCE(STR_TO_DATE( start_time_utc
, '%m/%d/%Y %H:%i' ), 0)),0) <= 0
AND COALESCE(TIMESTAMPDIFF( MINUTE, COALESCE(STR_TO_DATE( end_time_utc
, '%m/%d/%Y %H:%i' ), 0),
COALESCE(STR_TO_DATE( '2015-03-29 08:23:55', '%Y-%m-%d %H:%i' ), 0)),0) <=0
ORDER BY weighting_points
DESC
made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/suffusion/single.php'), get_footer, locate_template, load_template, require_once('/themes/suffusion/footer.php'), wp_footer, do_action('wp_footer'), call_user_func_array, wptb::wptb_activate_TopBar_html_js, wptb::wptb_build_cacheable_html_js
This error occurs multiple times for all the sites on my network.
The info on my Server/Install is as follows:
Database/Column Check:
Charset (DB_CHARSET): utf8
Collation (DB_COLLATE):
Collation encoding: utf8_general_ci
Table Check:
Table Name: wp_wp_topbar_data
Number of rows in databse: 2
WP-TopBar internal db version: 5.08
Options Check:
Plugin is not using the original Options (wptbAdminOptions)
Plugin is using the DB Options (wptb_db_version)
Plugin is using the new Global Options (wptb_global_options)
Plugin is using the new Network Global Options (wptb_network_global_options)
Server Check:
fopen setting is ON
PHP Magic Quotes is OFF
Time Check:
Server Timezone: UTC
Current Time: 03/29/2015 10:49
Current Time (GMT): 03/29/2015 03:49
WordPress GMT Offset: 7
Multisite Check:
Multisite: Yes
Blog ID:1
Super Admin Only:no
Current user can manage_network_plugins: Yes
My server info is as follows:
OS Linux Database Data Disk Usage 151.8 MiB
Server LiteSpeed Database Index Disk Usage 67.5 MiB
PHP v5.4.36 MYSQL Maximum Packet Size 256.0 MiB
MYSQL v5.5.40-MariaDB-cll-lve MYSQL Maximum No. Connection 500
I will start this as a new topic if you prefer but I thought it might be more useful to both you and others if this was all in one place.