Sql error crashes site
-
I know I need to upgrade but the owner doesn’t want to until after the first. We’re getting this SQL error that prevents even a login to the admin page and the site is down because of it.
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (‘post_tag’) AND tt.count > 0 ORDER BY t.name ASC
I see others get this error by doing a google search but I dont see solutions
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sql error crashes site’ is closed to new replies.