- Issue created by @eameyers
- Status changed to RTBC
about 1 month ago 8:43am 21 March 2025 - 🇨🇿Czech Republic parisek
I have same issue within Media upload (using also entity_usage) and this patch helped, thank you, making RTBC
Drupal\Core\Entity\EntityStorageException: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (ascii_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=': DELETE FROM "entity_usage" WHERE ("source_id_string" = :db_condition_placeholder_0) AND ("source_type" = :db_condition_placeholder_1); Array ( [:db_condition_placeholder_0] => 1-1154103-1742542846810-Obrázek_test.png [:db_condition_placeholder_1] => file_resup )
- 🇳🇱Netherlands ricovandevin
We also ran into this issue. The patch in #2 properly applies and resolves the issue!