A Database Error Occurred
Error Number: 144
Table './grantrob_misi/animations' is marked as crashed and last (automatic?) repair failed
SELECT animations.content_id, animations.animation_id, animations.animation_title, animations.animation_description, animations.animation_frames, content.content_id, content.author_id, content.title, content.date_created, content.is_public, content.views, people.person_id, people.username, (SELECT COUNT(*) FROM comments WHERE animations.content_id = comments.content_id ) AS total_comments FROM animations JOIN content ON content.content_id = animations.content_id JOIN people ON people.person_id = content.author_id WHERE content.is_public = 1 ORDER BY content.date_created DESC LIMIT 10 OFFSET 0