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 (4,5) GROUP BY ID

Pseudotoad » 2005 » March

Archive for March, 2005

OSC test

Sunday, March 20th, 2005

Made a small Open Sound Control server test available at downloads.

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

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

No Comments »

OpenSound Control

Friday, March 18th, 2005

I have been investigating a bit of OpenSound Control for purposes of integrating my software with those of others. If the visual software had a decent OpenSound Control server, it could mean for instance collaborations with people running Pure Data. But not much is written as we speak aside from some preliminary tests. Anyway, here […]

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

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

No Comments »