Announcement

Collapse
No announcement yet.

Advanced Pack: uuid problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Advanced Pack: uuid problems

    Hi there!
    We encountered three problems when using Advanced Pack.

    PHP Code:
    ERRORWorkflow [25043036-8cc4-45d6-b02e-c5bdd38be638]: Action failed, [startBpmnProcess] [0], SQLSTATE[22001]: String dataright truncated1406 Data too long for column 'workflow_id' at row 1.

    CRITICAL
    : (22001SQLSTATE[22001]: String dataright truncated1406 Data too long for column 'descendor_id' at row 1 :: POST /WorkflowCategory :: /var/www/espocrm/application/Espo/ORM/Executor/DefaultSqlExecutor.php(77)

    CRITICAL: (22001SQLSTATE[22001]: String dataright truncated1406 Data too long for column 'descendor_id' at row 1 :: POST /ReportCategory :: /var/www/espocrm/application/Espo/ORM/Executor/DefaultSqlExecutor.php(77)​ 
    I think all of them occur for the same reason: "maxLength": 24 set in entityDefs for every corresponding column.

  • #2
    I'll look when get a chance.

    Comment


    • #3
      Hi there! Thanks for fixing BpmnProcess and ReportCategory in 3.5.3. But you forgot to do the same trick with WorkflowCategory as you did with ReportCategory.

      Comment

      Working...
      X