SQL error 1406 when updating issue
Posted: 29 Mar 2018, 14:17
Since the introduction of multiline text fields, we were getting errors when updating an issue that has such a field. This is caused by the fact that Mantis stores its history in mantis_bug_history_table, and the fields old_value and new_value are limited to 255 characters.
'Data too long for column 'new_value' at row 1'
The workaround for now is that I substr the values in history_api.php
'Data too long for column 'new_value' at row 1'
The workaround for now is that I substr the values in history_api.php