I am trying to create a new field and recieve the 500 error rebuilding database. This happens with any field type we are trying to create.
[2020-04-22 15:03:00] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type bit requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] [] [2020-04-22 15:03:01] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Location ) , InputData: {"type":"url","required":false,"dynamicLogicVisibl e":null,"dynamicLogicRequired":null,"dynamicLogicR eadOnly":null,"name":"virtualTour","label":"Virtua l Tour","tooltipText":"","default":"","maxLength":nu ll,"audited":false,"readOnly":false,"tooltip":fals e} - Error while rebuilding database. See log file for details. [] [] [2020-04-22 15:03:01] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /api/v1/Admin/fieldManager/Location [] []
[2020-04-22 15:03:00] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type bit requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] [] [2020-04-22 15:03:01] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Location ) , InputData: {"type":"url","required":false,"dynamicLogicVisibl e":null,"dynamicLogicRequired":null,"dynamicLogicR eadOnly":null,"name":"virtualTour","label":"Virtua l Tour","tooltipText":"","default":"","maxLength":nu ll,"audited":false,"readOnly":false,"tooltip":fals e} - Error while rebuilding database. See log file for details. [] [] [2020-04-22 15:03:01] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /api/v1/Admin/fieldManager/Location [] []
Comment