i recently installed wp 2.3.
after sucessful installation, getting this error
WordPress database error: [Table 'mydatabase.wp_categories' doesn't exist]
SELECT cat_id, cat_name FROM wp_categories WHERE link_count!='0'
on the sidebar
i recently installed wp 2.3.
after sucessful installation, getting this error
WordPress database error: [Table 'mydatabase.wp_categories' doesn't exist]
SELECT cat_id, cat_name FROM wp_categories WHERE link_count!='0'
on the sidebar
Most likely your theme isn't compatible with the new version. Switch to the default theme and try again.
Any suggestion on how to fix this problem in my template?
Without actually seeing your site or at least knowing what theme your using it's impossible.
it is probably not a problem with my theme...coz it is saying that table is missing. coz i got similar kind of errors in default theme also when importing old posts
i also checked my mysql databse, there is no table called
wp_categories
Because in the upgrade to 2.3 the database schema changed and that table was replace with taxonomy tables. Try the default theme and see if you still getting errors. Also check these out.
http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3
http://codex.wordpress.org/Themes/Theme_Compatibility/2.3
This topic has been closed to new replies.