‘Interference’ from other mysql db
-
I’m in the process of moving my blog from MT to WP and things have gone quite well so far (you can see my MT blog here and my WP blog here). But I’m using PHPQuotes in my menu, and that seems to interfere with the running of wp includes, like archives, categories or comments.
I get this error message:
<i>[Table ‘chocolat_quotes.wp_categories’ doesn’t exist]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent FROM wp_categories WHERE cat_ID > 0 ORDER BY cat_ID asc</i>
or varations of it, so obviously the functions call on the quotes database instead of the wp database.
I really don’t know anything about php, so I’m quite lost trying to figure out how to fix this, other than stop using PHPQuotes. Any help would be greatly appreciated!
- The topic ‘‘Interference’ from other mysql db’ is closed to new replies.