Code:
Invalid SQL:
SELECT count(inthread) as viewers, inthread, thread.title FROM vb3_session
LEFT JOIN vb3_thread ON thread.threadid=session.inthread
WHERE inthread > 0
AND lastactivity >= 1119493313
GROUP BY inthread ORDER BY viewers DESC
mysql error: Unknown table 'thread' in field list
mysql error number: 1109
there is no thread.title (or forum.title) in the sessions table. (i'm running 3.0.7)