Insert Problem Hesk
Posted: Tue Jan 30, 2007 12:42 pm
I am getting the following error when i trie to make a ticket.
Het lukt niet SQL te draaien: INSERT INTO `hesk_tickets` ( `id`,`trackid`,`name`,`email`,`category`,`priority`,`subject`,`message`,`dt`,`ip`,`status` ) VALUES ( '','GEN876SM7E','Christiaan','ch2@buschoten.nl','1','3','Gmail','Gmail problem',NOW(),'127.0.0.1','1' )
MySQL zegt:
Incorrect integer value: '' for column 'id' at row 1
I think the problem lies with the ID value. But i don't no how to solve this problem.
Tnx
Het lukt niet SQL te draaien: INSERT INTO `hesk_tickets` ( `id`,`trackid`,`name`,`email`,`category`,`priority`,`subject`,`message`,`dt`,`ip`,`status` ) VALUES ( '','GEN876SM7E','Christiaan','ch2@buschoten.nl','1','3','Gmail','Gmail problem',NOW(),'127.0.0.1','1' )
MySQL zegt:
Incorrect integer value: '' for column 'id' at row 1
I think the problem lies with the ID value. But i don't no how to solve this problem.
Tnx