MySQL error: 1146
Table 'aydara.mybb_posts' doesn't exist
Query:
SELECT p.pid, p.message, p.tid
FROM mybb_posts p
LEFT JOIN mybb_threads t ON (t.tid=p.tid)
WHERE t.fid IN (1) AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND t.firstpost=p.pid
ORDER BY t.dateline DESC
LIMIT 0, 10