I don't have the thank you hack installed but yet I continue to get these errors:
PHP Code:
Invalid SQL:
SELECT post_groan.postid AS postid
FROM post_groan AS post_groan
LEFT JOIN post AS post USING (postid)
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post_thanks.userid = 18555
AND thread.forumid IN(72,18,1,87,2,3,4,5,6,88,89,30,32,78,31,73,74,77,20,8,10,19,7,75,21,9,22,33,85,11,13,36,25,29,42,46,45,47,82,79,80,15,17,81,61,62,63,64,65,66,56,57,58,59,60,48,49,50,51,52,53,54,55,67,68,69,70,71,34,37,38,39,40)
ORDER BY post.dateline DESC
LIMIT 1000;
MySQL Error : Unknown column 'post_thanks.userid' in 'where clause'
Error Number : 1054