Whenever I try to upload a extension in my websever and when I try to acess it, it gives the error wp_categories doen't exist
I am using version 2.5
So, Can any1 tell which version of wordpress creates the table wp_categories
Please
Thanks
Whenever I try to upload a extension in my websever and when I try to acess it, it gives the error wp_categories doen't exist
I am using version 2.5
So, Can any1 tell which version of wordpress creates the table wp_categories
Please
Thanks
The table wp_categories was 'merged' into the terms table taxonomy at WordPress version 2.3 so you are likely trying to use an obsolete plugin (or theme).
See:
http://codex.wordpress.org/Plugins/Plugin_Compatibility
http://codex.wordpress.org/Themes/Theme_Compatibility
You must log in to post.