Advanced Pack: uuid problems

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

    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.
  • yuri
    Member
    • Mar 2014
    • 8826

    #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
      Senior Member
      • Oct 2023
      • 102

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