WordPress database error: [Table './i6085405_wp1/wp_postmeta' is marked as crashed and last (automatic?) repair failed]SELECT wp_posts.ID, wp_posts.post_content, p2.meta_value as priority
FROM wp_posts
INNER JOIN wp_postmeta p1 ON (wp_posts.ID = p1.post_id)
INNER JOIN wp_postmeta p2 ON (wp_posts.ID = p2.post_id)
INNER JOIN wp_postmeta p3 ON (wp_posts.ID = p3.post_id)
WHERE (( p1.meta_key = 'wbcr_inp_snippet_scope' AND p1.meta_value = 'evrywhere')
AND
( p3.meta_key = 'wbcr_inp_snippet_activate' AND p3.meta_value = '1')
AND p2.meta_key = 'wbcr_inp_snippet_priority' )
AND wp_posts.post_type = 'wbcr-snippets'
AND (wp_posts.post_status = 'publish')
ORDER BY CAST(priority AS UNSIGNED) DESC
WordPress database error: [Table './i6085405_wp1/wp_postmeta' is marked as crashed and last (automatic?) repair failed]SELECT wp_posts.ID, wp_posts.post_content, p2.meta_value as priority
FROM wp_posts
INNER JOIN wp_postmeta p1 ON (wp_posts.ID = p1.post_id)
INNER JOIN wp_postmeta p2 ON (wp_posts.ID = p2.post_id)
INNER JOIN wp_postmeta p3 ON (wp_posts.ID = p3.post_id)
WHERE (( p1.meta_key = 'wbcr_inp_snippet_scope' AND p1.meta_value = 'auto')
AND
( p3.meta_key = 'wbcr_inp_snippet_activate' AND p3.meta_value = '1')
AND p2.meta_key = 'wbcr_inp_snippet_priority' )
AND wp_posts.post_type = 'wbcr-snippets'
AND (wp_posts.post_status = 'publish')
ORDER BY CAST(priority AS UNSIGNED) ASC