Advanced Pack: uuid problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a.slyzhko
    Member
    • Oct 2023
    • 95

    Advanced Pack: uuid problems

    Hi there!
    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)
    I think all of them occur for the same reason: "maxLength": 24 set in entityDefs for every corresponding column.
  • yuri
    Member
    • Mar 2014
    • 8485

    #2
    I'll look when get a chance.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • a.slyzhko
      Member
      • Oct 2023
      • 95

      #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...