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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roman042
    Member
    • Jun 2017
    • 64

    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
  • tanya
    Senior Member
    • Jun 2014
    • 4308

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

    Comment

    • roman042
      Member
      • Jun 2017
      • 64

      #3
      Called GetOrganizationData

      Comment

      • roman042
        Member
        • Jun 2017
        • 64

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

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

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

          Comment

          Working...