SQL:
SELECT p.*,
FROM cdb_posts p
LEFT JOIN cdb_members m ON m.uid=p.authorid
WHERE p.tid='9' ORDER BY dateline LIMIT 0, 10
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM cdb_posts p
LEFT JOIN cdb_members m ON m.uid=p.authorid
WHERE p.t' at line 2
Errno.: 1064
Similar error report has beed dispatched to administrator before.