|
Error fetching Recent Topics: Table \'d00371a3.smf_messages\' doesn\'t exist SQL=SELECT
\n mem.realName, m.posterTime, ms.subject, m.ID_TOPIC, m.ID_MEMBER, m.ID_MSG, b.ID_BOARD, b.name AS bName, t.numReplies, t.ID_LAST_MSG,
\n IFNULL(mem.realName, m.posterName) AS posterName, 1 AS isRead, 0 AS new_from, LEFT(m.body, 384) AS body, m.smileysEnabled, m.icon
\n FROM (smf_messages AS m, smf_topics AS t, smf_boards AS b, smf_messages AS ms)
\n LEFT JOIN smf_members AS mem ON (mem.ID_MEMBER = m.ID_MEMBER)
\n WHERE t.ID_LAST_MSG >= 2645
\n AND t.ID_LAST_MSG = m.ID_MSG
\n AND b.ID_BOARD = t.ID_BOARD
\n AND FIND_IN_SET(-1, b.memberGroups)
\n AND ms.ID_MSG = t.ID_FIRST_MSG
\n ORDER BY t.ID_LAST_MSG DESC
\n LIMIT 20 |
|