Announcement

Collapse
No announcement yet.

Error in the logs: General error: 1366 Incorrect string value: '\xD0'

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error in the logs: General error: 1366 Incorrect string value: '\xD0'

    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

  • #2
    Hello
    What does job [59894c95db2bf8c1a] have to do? How does it named in database?

    Comment


    • #3
      Called GetOrganizationData

      Comment


      • #4
        Periodically synchronizes data with an external source...

        Comment


        • #5
          Sorry, it's your code, I can't help

          Comment

          Working...
          X