WordPress database error: [Table 'mari_wrdp1.wp_terms' 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 (134) ORDER BY t.name ASC
I manually upgraded a blog this afternoon to the latest WordPress and now am getting this error across the top of the blog and at the bottom of each post. Help?
Seemingly, the upgrade didn't go well. That table should be in the upgraded 2.3.x database. If it is not there... the database wasn't upgraded.
Try th4 forced upgrade:
http://codex.wordpress.org/FAQ_Installation#How_do_you_force_a_database_upgrade.3F
That worked beautifully! Thank you!!
ronaldp423
Member
Posted 1 year ago #
Where exactly do you change this in options.php? On what line?
Or,
If you could tell me step by step where to change it in phpmyadmin I would be grateful. I looked and was'nt sure exactly where I am supposed to change the number
Thanks in advance!
Ron