Hello,
when trying to update the database of a live site after Drupal 10 core updates, I get from the Watchdog:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 139 of [...]/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php)
I set up remote debugging but even so I am not clear as to what to do to fix the issue.
My question however is: just for the sake of performing the database update after the Drupal 10 core codebase update, do I risk any major issues if I bypass the exception and just log an error message? And then restore the original exception-throwing code after the update is complete?
Hello Jรผrgen, thank you for the help.
I created a Flagging view and then the flagging user ID shows up in the view (I am printing it to watchdog for debugging purposes).
However, I don't seem to be able to access the UIDs by token, so eg my view token is named [flagging_subscriber_list] and I can print the full list to watchdog using that token, but if I try to narrow down to the UIDs as [flagging_subscriber_list:uid] then the token is not expanded even though the uid field shows up in the log when I print the full view result.
fortran77 โ created an issue.
Thank you very much for your kind explanation.
That's great, thank you very much Jรผrgen.
I discovered the ECA module recently and am just starting getting acquainted with the docs You have done an amazing job and this seems to be the missing piece that many D7 Rules power users were waiting for. Thanks again.
fortran77 โ created an issue.
fortran77 โ created an issue.