M
|
MikeB941 author 4/17/2020 |
A quick update - |
M
|
MikeB941 author 4/17/2020 |
Just ran debug and confirmed based on the generated SQL that on the edit page, PHPRUNNER 10.3 is changing date fields that are stored in mysql as 0000-00-00 to null which bombs upon SAVE when it tries to update the field in mysql with the null value (these date fields are NOT set to accept null values). |
M
|
MikeB941 author 4/17/2020 |
Just ran debug and confirmed based on the generated SQL that on the edit page, PHPRUNNER 10.3 is changing date fields that are stored in mysql as 0000-00-00 to null which bombs upon SAVE when it tries to update the field in mysql with the null value (these date fields are NOT set to accept null values). |
M
|
MikeB941 author 4/18/2020 |
I went ahead and converted all of the date fields to accept null values with a default of null and that has resolved the issue |