WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE ID IN (29) GROUP BY ID

Open AJAX » 2006 » May

Archive for May, 2006

Buttonator

Friday, May 19th, 2006

Buttonator is a cool AJAX app, here’s a blurb from the folks at Buttonator.com:

The Buttonator is a 90’s idea with 00’s twist - professional looking buttons in seconds. It utilises the latest Rails 1.1.2 release and the RMagick image processing library. A big thanks goes out to Rails team for an awesome framework and the […]

WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 29 AND comment_approved = '1';

WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '29' AND comment_approved = '1'

No Comments »