Hi,
I use version 7.84 with vBulletin 4.2.2 patch level 4
I have this error when I want delete post:
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
UPDATE user
SET post_thanks_thanked_times = post_thanks_thanked_times - 2, post_thanks_thanked_posts = post_thanks_thanked_posts - 1, reputation = reputation - 2
WHERE userid = '2004';
MySQL Error : BIGINT UNSIGNED value is out of range in '(`base`.`user`.`post_thanks_thanked_posts` - 1)'
Error Number : 1690
...
Classname : vB_Database
MySQL Version : 5.5.14
Any help please