I found one same problem.
When i hit on test in Manage Awards on an new made award that i dont us and not filld in i get this database error:
Invalid SQL:
SELECT
u.userid, u.username,
AS get_count
FROM vb_xperience_stats as s
INNER JOIN vb_user as u ON u.userid = s.userid
ORDER BY get_count DESC, points_xperience DESC
LIMIT 10;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS get_count
FROM vb_xperience_stats as s
INNER JOIN vb_user as u ON u' at line 4
Error Number : 1064
Just a small bug