Large error_log references database table which does not exist
-
My error_log has grown excessively and is filled with one kind of error repeated over and over. An example is below:
[27-May-2013 13:42:46 UTC] WordPress database error Table ‘[redacted].qlow_termmeta’ doesn’t exist for query SELECT term_id, meta_key, meta_value FROM qlow_termmeta WHERE term_id IN (11) made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, apply_filters_ref_array, call_user_func_array, CTXPS_Security::filter_loops, CTXPS_Security::get_post_protection, CTXPS_Queries::check_section_protection, CTXPS_Queries::check_post_term_protection, get_metadata, update_meta_cache
The error is not always exactly the same, but the first half (before the “doesn’t exist for query”) is always the same, but the query causing the issue on the table is not always the same. The above error is pasted from error_log except I have removed the name of the database and replaced it with “[redacted]”.
Obviously the complaint is the table “qlow_termmeta” doesn’t exist. I checked the database and confirmed this table does not exist. Is this termmeta table supposed to exist for a default WordPress install? I don’t think so because I could not find it mentioned in https://codex.www.ads-software.com/Database_Description.
So the next question is if it is not supposed to exist by default, then is it part of some plugin or something? I am not sure how to answer this. I’m kind of stuck working out what exactly is making reference to this table which does not exist, if it is default install or a plugin misbehaving (and if so which one so I can remove it or fix it)?
Any guidance to help me progress on troubleshooting this issue would be greatly appreciated. Just let me know if any further information is required. Thank you.
- The topic ‘Large error_log references database table which does not exist’ is closed to new replies.