Cannot generate content for person content type

Created on 11 July 2023, about 1 year ago

When attempting to create content for the person content type using Devel generate I am receiving the following error message:

Failed to generate elements due to "SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'field_sic_value' at row 1: INSERT INTO "node__field_sic" ("entity_id", "revision_id", "bundle", "delta", "langcode", "field_sic_value", "field_sic_format") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6); Array ( [:db_insert_placeholder_0] => 64 [:db_insert_placeholder_1] => 134 [:db_insert_placeholder_2] => person [:db_insert_placeholder_3] => 0 [:db_insert_placeholder_4] => en [:db_insert_placeholder_5] =>

I do not receive this error message when I generate content for Place content type or Organization content type using devel generate

πŸ› Bug report
Status

Postponed: needs info

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cindy_codediaries

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @cindy_codediaries
  • Status changed to Postponed: needs info about 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    What is the field_sic_value? It seems like a custom field.

    If devel content generation is throwing an error the issue most likely is coming from the devel_generate.module.

Production build 0.71.5 2024