Hi there!
We encountered three problems when using Advanced Pack.
I think all of them occur for the same reason: "maxLength": 24 set in entityDefs for every corresponding column.
We encountered three problems when using Advanced Pack.
PHP Code:
ERROR: Workflow [25043036-8cc4-45d6-b02e-c5bdd38be638]: Action failed, [startBpmnProcess] [0], SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'workflow_id' at row 1.
CRITICAL: (22001) SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'descendor_id' at row 1 :: POST /WorkflowCategory :: /var/www/espocrm/application/Espo/ORM/Executor/DefaultSqlExecutor.php(77)
CRITICAL: (22001) SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'descendor_id' at row 1 :: POST /ReportCategory :: /var/www/espocrm/application/Espo/ORM/Executor/DefaultSqlExecutor.php(77)
Comment