Auto update – Database Update – Error – Site crashes
-
Hi all,
our WP has recently updated automatically to version 4.5.7 and demanded a database update at the first login after update. The database update created four errors:
[Table ‘database.wp_categories’ doesn’t exist]
SELECT * FROM wpk_categories ORDER BY cat_ID
[Table ‘database.wp_post2cat’ doesn’t exist]
SELECT post_id, category_id FROM wpk_post2cat GROUP BY post_id, category_id
[Table ‘database.wp_linkcategories’ doesn’t exist]
SELECT cat_id, cat_name FROM wpk_linkcategories
[Unknown column ‘link_category’ in ‘field list’]
SELECT link_id, link_category FROM wpk_linksWhich indicates missing tables, which is strange since we never modified the DB.
After those errors during DB update, all pages are deleted and the page is messed up.
So I restored a DB backup from before the update. Unfortunately we cannot log in anymore, because login forces another DB update and the pages are deleted again.
We run WP with WPML and Highthemes Newlook on Hostinger.
Any ideas? I have found only very old threads (like WP 2.3) about this.
- The topic ‘Auto update – Database Update – Error – Site crashes’ is closed to new replies.