
02-05-2015, 10:06 PM
|
|
|
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Radibux
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
|
Please read first post for fix or use dbtech plugin
|