I got SQL error as well
PHP Code:
Database error in vBulletin 3.5.0 Release Candidate 2:
Invalid SQL:
SELECT a.*, au.*
FROM award AS a
LEFT JOIN award_user AS au ON (a.award_id=au.award_id)
WHERE (au.userid = 192)
ORDER BY au.issue_time;
Most likely because you are using the same table name as AnimeWebby's hack for 3.0x. Might be good to rename your table or mention this might happen.