WordPress database error: [Table './ready4ch_wrdp1/wp_posts' is marked as crashed and should be repaired]
SELECT
posts.ID
FROM
wp_posts as posts
WHERE
posts.post_status = 'publish' AND posts.post_type = 'page'
AND posts.post_name = 'home'
LIMIT 1
WordPress database error: [Table './ready4ch_wrdp1/wp_posts' is marked as crashed and should be repaired]
SELECT
posts.ID
FROM
wp_posts as posts
WHERE
posts.post_status = 'publish' AND posts.post_type = 'page'
AND posts.post_name = 'blog'
LIMIT 1
WordPress database error: [Table './ready4ch_wrdp1/wp_posts' is marked as crashed and should be repaired]
SELECT wp_posts.* 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_id IN (8) AND (post_type = 'post' AND (post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY post_date DESC