Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up New Posts
Board CSS-Forum

Table 'mwforum.boardAdmins' doesn't exist

SELECT posts.id, posts.userId, posts.parentId, posts.approved,
posts.postTime, posts.body, posts.userNameBak,
posts.postTime > 1773436405 AS unread,
users.userName,
boardAdmins.userId AS boardAdmin,
userIgnores.userId IS NOT NULL AS ignored,
1 AS new
FROM posts AS posts
LEFT JOIN users AS users
ON users.id = posts.userId
LEFT JOIN boardAdmins AS boardAdmins
ON boardAdmins.userId = posts.userId
AND boardAdmins.boardId = posts.boardId
LEFT JOIN userIgnores AS userIgnores
ON userIgnores.userId = 0
AND userIgnores.ignoredId = posts.userId
WHERE posts.topicId = 15242
AND posts.postTime > 1773436405
AND posts.approved
ORDER BY posts.postTime
LIMIT 100

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill