MySQL error: 1146
Table 'petersux.game_posts' doesn't exist
Query:
SELECT t.*, f.name AS forumname, p.message AS postmessage, p.edittime
FROM game_threads t
LEFT JOIN game_forums f ON (f.fid=t.fid)
LEFT JOIN game_posts p ON (p.pid=t.firstpost)
WHERE t.visible=1 AND t.closed NOT LIKE 'moved|%'
ORDER BY t.dateline DESC
LIMIT 0, 20