Automatically closed - issue fixed for 2 weeks with no activity.
https://www.drupal.org/project/dynamic_entity_reference → is very special and does very special things. As we found out in a database issue (see CU at DD) it also uses MySQL Triggers, which is quite untypical for Drupal and adds further complexity.
Moving databases around, this may lead to mad MySQL permission issues like
General error: 1449 The user specified as a definer ('xxxxxxx'@'%') does not exist: INSERT INTO ...
for DER fields.
This happens when using DER >= 2.x
see issues like
https://www.drupal.org/project/issues/dynamic_entity_reference?text=trig... →
or
#3204103: Use virtual index instead of triggers →
So we should decide, if we're using dynamic_entity_reference widely enough it's worth this!
I'm unsure if it's even easy to understand for users or if we should better drop it generally?
Let's check this more in detail and discuss if we should remove it in future versions.
Fixed
4.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.