Database error: [Table 'webmaster_mike.wp1_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp1_posts LEFT JOIN wp1_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE post_status = 'publish' AND ID IN (1) GROUP BY ID


Warning: Cannot modify header information - headers already sent by (output started at /mnt/136/sda/1/9/webmaster.mike/wordpress/wp-includes/wp-db.php:80) in /mnt/136/sda/1/9/webmaster.mike/wordpress/wp-commentsrss2.php on line 6
my weblog Comments http://webmaster.mike.free.fr/wordpress babblings! en Fri, 29 Mar 2024 04:51:51 +0000 http://wordpress.org/?v=1.2

Database error: [Table 'webmaster_mike.wp1_comments' doesn't exist]
SELECT comment_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_content, comment_post_ID, wp1_posts.ID, wp1_posts.post_password FROM wp1_comments LEFT JOIN wp1_posts ON comment_post_id = id WHERE wp1_posts.post_status = 'publish' AND wp1_comments.comment_approved = '1' AND post_date < '2024-03-29 05:51:51' ORDER BY comment_date DESC LIMIT 10