Hello!
It turns out this error in the logs:
Espo.ERROR: CronManager: Failed job running, job [59894c95db2bf8c1a]. Error Details: SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xD0' for column 'name' at row 1 [] []
Coding tables and all fields: utf8_unicode_ci
Will the conversion of tables and databases help: utf8mb4_unicode_ci
It turns out this error in the logs:
Espo.ERROR: CronManager: Failed job running, job [59894c95db2bf8c1a]. Error Details: SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xD0' for column 'name' at row 1 [] []
Coding tables and all fields: utf8_unicode_ci
Will the conversion of tables and databases help: utf8mb4_unicode_ci
Comment