So i recently tried installing the Thanks mod, about a month ago. Which i did uninstall the same day because i did not need it. Now i am seeing about 300 hundred of these errors every hour.
Please help me!
atabase error in vBulletin 3.8.6:
PHP Code:
Invalid SQL:
SELECT post.postid, post.pagetext, IFNULL( user.username , post.username ) AS username, dateline, post.userid, post.thankscache
FROM post AS post
LEFT JOIN user AS user ON (user.userid = post.userid)
WHERE threadid = 10153
AND visible = 1
ORDER BY dateline ASC
LIMIT 0,250;
MySQL Error : Unknown column 'post.thankscache' in 'field list'
Error Number : 1054