Errore sul database di WordPress: [Table '.\talevidb\wpt_comments' is marked as crashed and should be repaired]SELECT SQL_CALC_FOUND_ROWS wpt_comments.comment_ID FROM wpt_comments JOIN wpt_icl_translations icltr2
ON icltr2.element_id = wpt_comments.comment_post_ID
JOIN wpt_posts ON wpt_posts.ID = icltr2.element_id
AND CONCAT('post_', wpt_posts.post_type) = icltr2.element_type
LEFT JOIN wpt_icl_translations icltr_comment
ON icltr_comment.element_id = wpt_comments.comment_ID
AND icltr_comment.element_type = 'comment'
WHERE ( comment_approved = '1' ) AND comment_post_ID = 2777 AND comment_parent = 0 AND icltr2.language_code = 'it'
AND (icltr_comment.language_code IS NULL
OR icltr_comment.language_code = icltr2.language_code
) ORDER BY wpt_comments.comment_date_gmt ASC, wpt_comments.comment_ID ASC