Can’t access admin page <div id=error> after upgrading
-
I just upgraded after following the instructions on the site. I backed up my wp-content and wp-config and deleted and replaced the other files. I am trying to do the DB upgrade, but I cannot access my admin page anymore. I get an error that I think relates to a table in a plugin? But how can I deactivate a plugin if I can’t login to my admin?
https://www.eastbayinsomniac.com/wordpress
I’m not a code person, so any help in plain English interpreting and addressing the following error is greatly appreciated:
WordPress database error: [Table ‘eastbayinsomniac_com_-_wp.wp_terms’ doesn’t exist]
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 (‘category’) AND t.slug = ‘wordpress’ ORDER BY t.name ASCWordPress database error: [Table ‘eastbayinsomniac_com_-_wp.wp_terms’ doesn’t exist]
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 (‘category’) AND t.slug = ‘wordpress’ ORDER BY t.name ASCWordPress database error: [Table ‘eastbayinsomniac_com_-_wp.wp_term_relationships’ doesn’t exist]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id) WHERE 1=1 AND wp_term_taxonomy.taxonomy = ‘category’ AND wp_term_taxonomy.term_id IN (‘0’) AND post_type = ‘post’ AND (post_status = ‘publish’) GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 5
- The topic ‘Can’t access admin page <div id=error> after upgrading’ is closed to new replies.