Well all the tables are empty, but that doesn’t stop it spewing out errors. My Apache error log is full of this kind of thing:
2013-07-01 01:43:36 – Error: WordPress database error Unknown column 2013-07-01 01:43:36 – Error: WordPress database error Unknown column ‘description’ in ‘field list’ for query SELECT title, description from wp_seo_title_tag_category where category_id = 305 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/redacted/archive.php’), get_header, locate_template, load_template, require_once(‘/themes/redacted/header.php’), wp_head, do_action(‘wp_head’), call_user_func_array, WPSEOTitleTag->outputMetaTag
If it doesn’t store any data, why does it create tables and read from them on every page hit?!