PDA

View Full Version : problem mysql


Milance
12-29-2014, 09:14 PM
I have a problem when I want to delete a post leave me this:

Database error
database has encountered a problem.

UPDATE user
SET thankedcount = thankedcount - 1
WHERE userid = 1207
LIMIT 1;

MySQL Error : BIGINT UNSIGNED value is out of range in '(`blabla_bla`.`user`.`thankedcount` - 1)'
Error Number : 1690

vbulletin 4.1..6

Zachery
12-29-2014, 10:10 PM
You need to post in the addon authors thread. However it seems to indicate that the thankedcount is a UNSINGED int, which means it cannot have a negative number.