SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM user AS user
WHERE post_thanks_thanked_times > '0'
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, 15;
MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
Error Number : 1054
Request Date : Wednesday, October 6th 2010 @ 08:55:45 PM
Error Date : Wednesday, October 6th 2010 @ 08:55:45 PM
Script : http://www.onlinedebate.net/forums/forum.php
Referrer : http://www.onlinedebate.net/forums/s...e=2&styleid=54
IP Address : xxxx
Username : xxxx
Classname : vB_Database
MySQL Version :
I have access to phpmyadmin...but I don't see how to remove the leftovers in the db for this hack to resolve the above error that occurs on occasion.