WordPress database error: [Can't open file: 'wp_comments.MYD'. (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 (13,14,12) GROUP BY ID

Curioso! » 2004 » September


Archive for September, 2004

New version of PictPress

Tuesday, September 14th, 2004

I have prepared a new release of PictPress. A lot has been rewritten, what has stayed the same is the basic approach, automatic generation of posts from a directory of images. A major change is that I now focus on creating a post per image instead of appending one page per image to a single post. A master post contains thumbnails that point to the various picture posts. The old functionality is still there but will not be further developed by me. Read the rest of this entry »

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 13 AND comment_approved = '1';

Comments Off

PictPress 0.99

Tuesday, September 14th, 2004

Update: The newest version is PictPress 1.0.

PictPress is a WordPress 1.2 plugin that automatically generates a post with thumbnails and picture posts for all images found in a directory. Thumbnails and pictures are resized on the fly and stored in a cache directory. For an example see my post with pictures of a Treble concert.
Read the rest of this entry »

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 14 AND comment_approved = '1';

Comments Off

Simple editing of plugin options in WortdPress

Saturday, September 11th, 2004

WordPress 1.2 has a simple built-in mechanism to generate an edit form with all options from one particular group. Unfortunately this has been removed in the CVS version. I hope that something similar will still be possible in the final 1.3 version… Read the rest of this entry »

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 12 AND comment_approved = '1';

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '12' AND comment_approved = '1'

No Comments »