Bug Your Notifications: 4,294,967,316 After Deleting An Award

Status
Not open for further replies.

Haltech

Customer
Now this was completely bizarre. So, i ended up deleting an award yesterday from the system. As soon as i delete it, i ended up with "Your Notifications: 4,294,967,316"

so, how can i reset that to working? Thanks
 
Some MySQL versions has issues with setting unsigned integers (numbers that cannot go in the negatives) to their maximum positive value when you do "0 - 1".

Code:
UPDATE user SET dbtech_vbactivity_medalmoderatecount = 0

Remember to add your table prefix :)
 
vb_user instead of just "user" if the contents of the tableprefix config.php variable is vb_ :)
 
Status
Not open for further replies.

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,730
Customer rating
0.00 star(s) 0 ratings
Back
Top