Code:
Database error in vBulletin 3.8.0:
Invalid SQL:
SELECT
post.userid, COUNT(userid) AS times
FROM thread
INNER JOIN post ON thread.lastpostid=post.postid
WHERE post.userid=1
GROUP BY post.userid
ORDER BY post.dateline DESC, post.userid;
MySQL Error : Unknown column 'post.userid' in 'field list'
Error Number : 1054
Request Date : Friday, February 27th 2009 @ 09:06:51 PM
Error Date : Friday, February 27th 2009 @ 09:06:53 PM
Classname : vB_Database
MySQL Version : 5.0.67-community
Got this error when doing a recount.