I'm getting database errors when i click on any of the high or low ranked options in ACP
Invalid SQL:
SELECT lowest, postranktotals.userid, user.username
FROM vb3_postranktotals
INNER JOIN vb3_user AS user ON(postranktotals.userid = user.userid)
WHERE lowest > 0
ORDER BY lowest DESC, user.username
LIMIT 0, 50;
MySQL Error : Unknown column 'postranktotals.userid' in 'field list'
Also if i click on the ranked numbers on some ones profile page i get
Invalid User specified. If you followed a valid link, please notify the administrator
Would be good to put an option to turn this mod on or off in settings.
I have disabled the product for the moment.
|