Hi,
i'm newbie in HCL and desperating with a bug ...
When i start an operator chat, i get the following message:
Out of range value adjusted for column 'chatid'
INSERT INTO `hcl_sessions` (chatid,assignid,departmentid,operatorid,nick,timeo,timeg,alert) VALUES ("op_1", "0", "0", "1", "Default", UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), "opchat")
In fact, the chatid field has integer type in DB and HCL tries to insert an alphanumeric value ("op_1").
Does anyone any idea what's happening?
Thanks in advance.
Juan P. Rubio