
This is what I keep getting:
Unknown column 'postTodos.postId' in 'on clause'
SELECT topics.*
FROM topics AS topics
INNER JOIN posts AS posts
ON posts.topicId = topics.id
AND posts.id = postTodos.postId
INNER JOIN postTodos AS postTodos
ON postTodos.userId = 547
WHERE topics.boardId = 1
GROUP BY topics.id
ORDER BY topics.lastPostTime
LIMIT 100
If you think this is a real error, you can inform the administrator. Please include the exact error message and the time of occurrence.
Barbara and the Grey Curly Tails.