Major problem with user reputation comments.
For some reason, I am unable to edit or delete the reputation comments for certain users. What appears to have happened is that the number of reputation comment entries in the database has exceeded 2147483647 (a 32 bit integer). Although the database can handle this without any issues (as the data type is set to an unsigned integer), the php functions can not and thus if I pass any value larger than 2147483647 to the delete and edit functions, it gets reduced to 2147483647 making it impossible to touch any of the newer reputation comments.
My question is whether this has been addressed and is there any sort of fix for it. Since the board in question is already very customized (template wise), I'm hoping there is a way to get around this without having to update the board. In case you are wondering, it is using Vbulletin v3.6.10 Patch Level 4.
|