Bug Overloaded Award Requests

Status
Not open for further replies.

delicateglow

Customer
Pretty sure this isn't a browser issue.
This is happening on all my skins.

Recently, I got a couple of award requests, so I took care of all of them. After that, it now shows I have 4,294,967,295 Award Requests on my Notifications (top right)
 
This is a browser issue, you need to use the Maxthon browser to have it working properly.

Haha naw just joking.

This is actually a MySQL bug. If someone else handles the request and then you also handle it, certain MySQL versions will wrap back over to the maximum value of an unsigned integer instead of just staying at 0.

Code:
UPDATE user SET dbtech_vbactivity_medalmoderatecount = 0
should take care of it. Remember to add your table prefix if you use one.
 
Status
Not open for further replies.

Similar threads

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