Deprecated: Function ereg_replace() is deprecated in /home/vhosts/satelitepro.6te.net/mkportal/include/functions.php on line 486
ERROR: Database error.
Cannot execute the query:
SELECT
m.posterTime, m.subject, m.ID_TOPIC, m.ID_MEMBER, m.ID_MSG,
IFNULL(mem.realName, m.posterName) AS posterName, t.ID_BOARD, b.name AS bName,
m.body, m.smileysEnabled
FROM messages AS m, topics AS t, boards AS b
LEFT JOIN members AS mem ON (mem.ID_MEMBER = m.ID_MEMBER)
WHERE t.ID_TOPIC = m.ID_TOPIC
AND m.ID_MSG >= 1044
AND b.ID_BOARD = t.ID_BOARD
AND FIND_IN_SET(-1, b.memberGroups)
ORDER BY m.ID_MSG DESC
LIMIT 5
MySql Error returned: Unknown column 'm.ID_MEMBER' in 'on clause'
MySql Error code: 1054