Ow got another database error and experience got something to do with it.
Database error in vBulletin 3.8.3:
Invalid SQL:
SELECT
u.userid,
points_post_thanks_got_total
AS get_count
FROM vb_xperience_stats as s
LEFT JOIN vb_user as u ON u.userid = s.userid
WHERE 1 = 1 AND NOT (1=2 OR u.usergroupid = '6' OR FIND_IN_SET(6, u.membergroupids))
ORDER BY get_count DESC, points_xperience DESC
LIMIT 0,1;
MySQL Error : Unknown column 'points_post_thanks_got_total' in 'field list'
Error Number : 1054
|