Possibly related:
WordPress database error: [Table 'samdevol_wendy.wp_post2cat' doesn't exist]
SELECT DISTINCT posts.ID, posts.post_title, posts.post_date, posts.comment_count
FROM wp_posts posts, wp_post2cat post2cat
WHERE posts.ID <> 25
AND posts.post_status = 'publish'
AND posts.ID = post2cat.post_id
AND post2cat.category_id IN(4)
AND posts.post_date > 20080107155808
ORDER BY RAND()
LIMIT 5
Category:

