mjda
Well-known member
So today I decided to just run a test import to make sure the data would import correctly. Everything was fine until I got this error
Any ideas what I could do to get around this?
EDIT: I'm assuming it has something to do with the fact that one of the users has a value of "4294967295" for warning_points already. Geeze...how does this happen?
Code:
In AbstractStatement.php line 217:
MySQL query error [1264]: Out of range value for column 'warning_points' at row 1
xf:import [--processes PROCESSES] [--finalize]
Exception query:
UPDATE xf_user
SET warning_points = warning_points + ?
WHERE user_id = ?
Any ideas what I could do to get around this?
EDIT: I'm assuming it has something to do with the fact that one of the users has a value of "4294967295" for warning_points already. Geeze...how does this happen?