When I tried to use an include to another database on my side bar (it is the "exits") at http://nicscribe.net, I got the following errors:
WordPress database error: [Table 'nscribe_links.wp_users' doesn't exist]
SELECT * FROM wp_users WHERE user_login = 'admin'WordPress database error: [Table 'nscribe_links.wp_posts' doesn't exist]
SELECT COUNT(ID) FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2005-10-09 18:07:59' AND (post_status = "publish")WordPress database error: [Table 'nscribe_links.wp_posts' doesn't exist]
SELECT COUNT(ID) FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2005-10-09 18:07:59' AND (post_status = "publish")
The first appears on my pages, the second two appear at the end of my actual WP posts. Am I doing something wrong with my include? Thank you!