Log in

View Full Version : Annoying Database Error


theuploader
02-07-2011, 02:11 AM
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:

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

KevinL
02-07-2011, 02:24 AM
Did you also delete all the files associated with the mod?

theuploader
02-07-2011, 02:34 AM
yes, and i just found the problem. the thanks mod somehow edited the index.php page in /archive and messed it up.

uploaded a backup /archive/index.php and it works fine!