• 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)
  • Thread Starter planet999

    (@planet999)

    This is above the line of sql code in the error:
    WordPress database error: [Can’t create/write to file ‘/tmp/#sql_910_0.MYI’ (Errcode: 28)]

Viewing 1 replies (of 1 total)
  • The topic ‘Sql error crashes site’ is closed to new replies.