MYSQL ERROR – WP_TERM_RELATIONSHIPS doesn’t exist
-
After using the plugin WP-CACHE, i see these errors on my website. I remove this plugin but the problem is still here… I no longer see my articles on my blog. I’ve tried to desactivate all my plugin but there’s always this message. I don’t understand the following messages, anyone could help me please ?? :s
Thanks 🙂
WordPress FR 2.3.1
mysql 5.0.45
db_version value in the wp_options table: 6124
My host: stratowp_term_relationships’ doesn’t exist]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’) AND tr.object_id IN (121) ORDER BY t.name ASCand this message at the page “Manage –> Articles”:
[Table ‘mytable.wp_term_relationships’ doesn’t exist]
SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’, ‘post_tag’) AND tr.object_id IN (125, 121, 114, 111, 109, 104, 85, 84, 75, 74, 65, 63, 60, 56, 55) ORDER BY t.name ASC
The topic ‘MYSQL ERROR – WP_TERM_RELATIONSHIPS doesn’t exist’ is closed to new replies.