ERROR: Database error.
Cannot execute the query: SELECT
m.posterTime, m.subject, m.ID_TOPIC, m.ID_MEMBER, m.ID_MSG, m.ID_BOARD,
IFNULL(mem.realName, m.posterName) AS posterName, t.ID_BOARD, t.numReplies, b.name AS bName,
m.body, m.smileysEnabled, m.Icon, mem.avatar, av.filename
FROM (smf_topics AS t, smf_messages AS m, smf_boards AS b)
LEFT JOIN smf_members AS mem ON (mem.ID_MEMBER = m.ID_MEMBER)
LEFT JOIN smf_attachments AS av ON (mem.ID_MEMBER = av.ID_MEMBER)
WHERE m.ID_MSG = t.ID_FIRST_MSG
AND m.ID_MSG >= 172489
AND b.ID_BOARD IN (2,15,18,24,25,26)
AND b.ID_BOARD = t.ID_BOARD
ORDER BY m.ID_MSG DESC
LIMIT 1
MySql Error returned: Table './embru/smf_messages' is marked as crashed and should be repaired
MySql Error code: 145