Encountered only this error, it still works, but not on the first click to display it.
Code:
Invalid SQL:
SELECT postid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post.userid = 3
AND post.post_thanks_amount != 0
AND thread.forumid IN(1,2,56,3,82,4,5,6,83,7,84,77,76,35,46,50,51,52,53,112,86,45,73,74,88,85,87,89,106,20,21,107,108,109,110,111,95,96,65,66,113,31,32,33,34,70,105,10,102,101,103,104,11,93,94,64,47,48,49,98,99,100,13,14,57,58,71,63,12,15,16,17,19,22,23,24,25,39,69,92,8,41,42,43,44)
ORDER BY post.dateline DESC
LIMIT 1000;
MySQL Error : Unknown column 'post.post_thanks_amount' in 'where clause'
Error Number : 1054