WordPress database error: [Incorrect key file for table 'wp_post2cat'; try to repair it]
SELECT DISTINCT * FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) WHERE 1=1 AND (category_nicename = 'pilates-articles') AND post_date_gmt <= '2009-07-04 02:28:59' AND (post_status = "publish") GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 100
WordPress database error: [Incorrect key file for table 'wp_post2cat'; try to repair it]
# sem_theme_init
SELECT
categories.*, COUNT( DISTINCT post2cat.post_id ) as num_posts
FROM
wp_categories AS categories
INNER JOIN
wp_post2cat AS post2cat
ON post2cat.category_id = categories.cat_ID
INNER JOIN
wp_posts AS posts
ON posts.ID = post2cat.post_id
WHERE
posts.post_status = 'publish'
AND posts.post_date_gmt <= '2009-07-04 02:28:59'
AND (
categories.cat_name REGEXP '^(blog|archives|buzz|gallery|resources|links|projects|downloads|solutions|services|about|contact|legal)$'
OR
categories.category_nicename REGEXP '^(blog|archives|buzz|gallery|resources|links|projects|downloads|solutions|services|about|contact|legal|home|sidebar|highlights)$'
)
GROUP BY
cat_ID
HAVING num_posts > 0
The Pilates BlogPilates method exercise news and articles |
No posts matched your criterias |
SyndicatePagesCategories
WordPress database error: [Incorrect key file for table 'wp_post2cat'; try to repair it] Archives
|
|||||||||||||||||||||||||||||||||||||||||||||||||
|
Copyright 2009, PilatesMethodExercise.com |
Made with WordPress and the Semiologic CMS | Design by Denis de Bernardy