WordPress database error: [Table 'anionicom.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 (10) GROUP BY ID

Pseudotoad » 2004 » November

Archive for November, 2004

Piksel04 aftermath

Saturday, November 6th, 2004

I’ve returned from piksel.no at Norway and the spirits are high. The very openness of the open source community was an eye-opener and I’ll try to contribute to that scene in the future. Greetings fly out to all the people I met, it was interesting talking to you. Check out piksel’s software page for many […]

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

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

No Comments »