Dear reader,
I've installed php-cmdb on IIS 5.1 with php5 and mysql 5.
When I try to create a CI-type I get an error: ERROR: DB error ('Incorrect datetime value: '' for column 'cit_last_changed' at row 1')
Does anyone have an idea how to solve this??
Regards, Jarcol
I did some research. The php-cmdb code enters for the cit_last_changed record automatically a ''.
This should be NULL.
Does anyone know where to change this?
I've add a bug entry into the tracker for following it.
Log in to post a comment.
Dear reader,
I've installed php-cmdb on IIS 5.1 with php5 and mysql 5.
When I try to create a CI-type I get an error:
ERROR: DB error ('Incorrect datetime value: '' for column 'cit_last_changed' at row 1')
Does anyone have an idea how to solve this??
Regards,
Jarcol
I did some research. The php-cmdb code enters for the cit_last_changed record automatically a ''.
This should be NULL.
Does anyone know where to change this?
I've add a bug entry into the tracker for following it.