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.
|