I'm getting the following error message when I try to edit an article - it happens after I hit Save. Any ideas? Appreciate the help..
Database error in vBulletin 4.2.0:
Database error in vBulletin 4.2.0:
Invalid SQL:
UPDATE forum SET
threadcount = threadcount - 1,
replycount = replycount - 1
WHERE forumid = 3;
MySQL Error : BIGINT UNSIGNED value is out of range in '(`my_db`.`forum`.`threadcount` - 1)'
Error Number : 1690
Request Date : Friday, November 30th 2012 @ 12:42:56 PM
Error Date : Friday, November 30th 2012 @ 12:42:56 PM
Script : http://mydomain.com/content.php?114-About
Referrer : http://mydomain.com/content.php?114-About/edit
UPDATE forum SET
threadcount = threadcount - 1,
replycount = replycount - 1
WHERE forumid = 3;
MySQL Error : BIGINT UNSIGNED value is out of range in '(`my_db`.`forum`.`threadcount` - 1)'
Error Number : 1690
Request Date : Friday, November 30th 2012 @ 12:42:56 PM
Error Date : Friday, November 30th 2012 @ 12:42:56 PM
Script : http://mydomain.com/content.php?114-About
Referrer : http://mydomain.com/content.php?114-About/edit
Comment