In development this works but on my production server I get this error
Error while accessing the database
Incorrect datetime value: ‘’ for column ‘ticketDetailDate’ at row 1
[TABLE]
[TR]
[TD]INSERT INTO ticketDetail(idticket ,ticketDetailDate ,ticketContent ,ticketAssignStatus ,ticketStatus) VALUES( ‘173’, ‘’, ‘i wish this was somple’, ‘5’, ‘1’)[/TD]
[/TR]
[/TABLE]
As you can see it is not pulling anything for the ticketDetailDate field. In scrip case I set this field to be the datetime of insert so I am not sure what I am missing