Quote:
Originally Posted by Moparx
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)
|
Those are to read from the thread and forum tables for the tile.
I just updated the file, please re-download, and let me know if it fixes the problem.