WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 144)]
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 (130)
GROUP BY ID
the blog of DC Drinking Liberally
That’s odd.
The line in the description of the Freeper, I mean Freedom Walk that used to say:
Participants are encouraged to arrive at the Pentagon South parking lot between 7 a.m. and 8 a.m. for screening to avoid long lines.
Now says:
Participants are encouraged to arrive at the Pentagon South parking lot between 7 a.m. and 8 a.m.
Does that mean that they’re not screening participants any more? Or does it just mean that they’re extremely attentive to the language used to describe the event? If I showed up wearing my “Bush Lied, People Died” t-shirt would I be screened, or wouldn’t I? What if I showed up wearing a t-shirt that said: “Dissent is Patriotic”? Conversely, how about a t-shirt that supported the Republican party?
I’m just wondering whether they’re planning to screen people or not. If so, what are the criteria?
WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 144)]
SELECT * FROM wp_comments WHERE comment_post_ID = '130' AND comment_approved = '1' ORDER BY comment_date
Subscribe to an announcement list (or more than one) so you’ll always know what’s going on:
WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 144)]
SELECT * FROM wp_comments LEFT JOIN wp_posts ON wp_posts.ID=wp_comments.comment_post_ID WHERE (post_status = 'publish' OR post_status = 'static') AND comment_approved= '1' AND post_password = '' AND comment_type = '' ORDER BY comment_date DESC LIMIT 10
39 queries. 0.682 seconds