- 🇮🇹Italy finex
Hi, I'm also experiencing this issue. Changed field type from blob to mediumblob temporary fixed it. A
Than we will have :
Drupal\Core\Entity\EntityStorageException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'layout_section_section' at row 1: INSERT INTO {section_library_template__layout_section} ("entity_id", "revision_id", "bundle", "delta", "langcode", "layout_section_section") 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);
In the table Table: section_library_template__layout_section change layout_section_section column from to LongBlob
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi, I'm also experiencing this issue. Changed field type from blob to mediumblob temporary fixed it. A