Database error: [Can't open file: 'bb_comments.MYI' (errno: 145)]
SELECT ID, COUNT( comment_ID ) AS ccount FROM bb_posts LEFT JOIN bb_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE post_status = 'publish' AND ID IN (7,6,5,4,3,2) GROUP BY ID


Warning: Cannot modify header information - headers already sent by (output started at /home/websit89/public_html/business-blogs/wp-includes/wp-db.php:80) in /home/websit89/public_html/business-blogs/wp-commentsrss2.php on line 6
Business Blogs Comments http://www.website-promotion-india.com/business-blogs How business blogs could be used to increase the visibility of your business. en Sat, 22 Nov 2008 05:26:22 +0000 http://wordpress.org/?v=1.2

Database error: [Can't open file: 'bb_comments.MYI' (errno: 145)]
SELECT comment_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_content, comment_post_ID, bb_posts.ID, bb_posts.post_password FROM bb_comments LEFT JOIN bb_posts ON comment_post_id = id WHERE bb_posts.post_status = 'publish' AND bb_comments.comment_approved = '1' AND post_date < '2008-11-21 21:26:22' ORDER BY comment_date DESC LIMIT 10