WordPress database error: [Table 'kaaku_blog.wp_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE post_status = 'publish' AND ID IN (45) GROUP BY ID

Kaaku’s blog » 2005 » April

Archive for April, 2005

The world revolves around me

Thursday, April 14th, 2005 at about 9:49 am

Some people in my family and circle of close friends actually believe that the world does not revolve around me but around some ball of fire.

I do not understand.

Posted in General
by divisha

WordPress database error: [Table 'kaaku_blog.wp_comments' doesn't exist]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 45 AND comment_approved = '1';

WordPress database error: [Table 'kaaku_blog.wp_comments' doesn't exist]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '45' AND comment_approved = '1'

Leave a Comment