With 3.7.11 I'm getting a database error when running recount. Tried a total reinstall of the mod and gets the samme error still.
Code:
Database error in vBulletin 3.7.0 Release Candidate 1:
Invalid SQL:
SELECT COUNT(p.postid) AS own_ppd
FROM post AS p
INNER JOIN thread AS t ON (p.threadid = t.threadid)
WHERE p.visible=1 AND p.dateline>1205291040 AND p.userid=1;
MySQL Error : Table 'forum.post' doesn't exist
Error Number : 1146
Edit: A couple TABLE_PREFIX was missing from class_xperience.php. Manually added them and all good.
Can also confirm that the problem with 100% bars are fixed.