System seems to be working well, except I get the following errors in EspoCRM/data/log when attempting to add a field or trying to Rebuild:
[2018-04-19 17:56:08] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 17:56:08] Espo.ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Error while rebuilding database. See log file for details." at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php line 100 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Error while rebuilding database. See log file for details. at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php:100)"} []
[2018-04-19 18:04:57] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 18:04:57] Espo.ERROR: API [POST]:/Admin/rebuild, Params:Array ( ) , InputData: - Error while rebuilding database. See log file for details. [] []
[2018-04-19 18:04:57] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /EspoCRM/api/v1/Admin/rebuild [] []
[2018-04-19 21:45:14] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 21:45:14] Espo.ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Error while rebuilding database. See log file for details." at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php line 100 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Error while rebuilding database. See log file for details. at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php:100)"} []
[2018-04-19 21:46:34] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 21:46:34] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Account ) , InputData: {"type":"varchar","required":false,"trim":true, "dy namicLogicVisible":null,"dynamicLogicRequired":nul l,"dynamicLogicReadOnly":null,"name":"test","lab el ":"Test","tooltipText":"","default":"","maxLen gth" :null,"audited":false,"readOnly":false,"tooltip":f alse} - Error while rebuilding database. See log file for details. [] []
[2018-04-19 21:46:34] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /EspoCRM/api/v1/Admin/fieldManager/Account [] []
Have checked the logs but can't find anything obvious. Can you throw me a life-line?
Thanks...
[2018-04-19 17:56:08] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 17:56:08] Espo.ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Error while rebuilding database. See log file for details." at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php line 100 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Error while rebuilding database. See log file for details. at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php:100)"} []
[2018-04-19 18:04:57] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 18:04:57] Espo.ERROR: API [POST]:/Admin/rebuild, Params:Array ( ) , InputData: - Error while rebuilding database. See log file for details. [] []
[2018-04-19 18:04:57] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /EspoCRM/api/v1/Admin/rebuild [] []
[2018-04-19 21:45:14] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 21:45:14] Espo.ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Error while rebuilding database. See log file for details." at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php line 100 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Error while rebuilding database. See log file for details. at /var/www/www.hi2caliproductions.com/public_html/EspoCRM/application/Espo/Core/DataManager.php:100)"} []
[2018-04-19 21:46:34] Espo.ERROR: Fault to rebuild database schema. Details: Unknown database type enum requested, Espo\Core\Utils\Database\DBAL\Platforms\MySqlPlatf orm may not support it. [] []
[2018-04-19 21:46:34] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Account ) , InputData: {"type":"varchar","required":false,"trim":true, "dy namicLogicVisible":null,"dynamicLogicRequired":nul l,"dynamicLogicReadOnly":null,"name":"test","lab el ":"Test","tooltipText":"","default":"","maxLen gth" :null,"audited":false,"readOnly":false,"tooltip":f alse} - Error while rebuilding database. See log file for details. [] []
[2018-04-19 21:46:34] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /EspoCRM/api/v1/Admin/fieldManager/Account [] []
Have checked the logs but can't find anything obvious. Can you throw me a life-line?
Thanks...
Comment