View Single Post
Old 04-06-2008, 05:57 PM   #7 (permalink)
TWD-Tony
Super Moderator
 
TWD-Tony's Avatar
 
Join Date: May 2005
Location: Manchester Uk
Posts: 476
Default Re: WordPress Problem. wp_categories database doesn't exist!?

One problem that seems to be repeating itself (after a Google search) is one with either old plug-ins or template files...

Try looking in your plug-in's files for the following line:

SELECT cat_ID FROM ” . $wpdb->categories .

and change it to:

SELECT term_ID FROM ” . $wpdb->terms .
__________________
Tony

Feel free to contact me with any website issues including design, ecommerce, hosting and dedicated servers.
TWD-Tony is offline   Reply With Quote