Error: Call to a member function getStorage() on null in Drupal\bibcite_entity\Normalizer\ContributorNormalizer->denormalize() (line 26 of bibcite/modules/bibcite_entity/src/Normalizer/ContributorNormalizer.php)
Looks, this is the reason: #2977107: Use more specific entity.manager services in module .services.yml files
Comments
Comment #2
tokiAfter importing Bibtex file, I had the same issue a few minutes ago with two log messages (using D8.7 and Bibcite 8.1-alpha8) :
Notice: Undefined property: Drupal\bibcite_entity\Normalizer\ContributorNormalizer::$entityManager in Drupal\bibcite_entity\Normalizer\ContributorNormalizer->denormalize()Error: Call to a member function getStorage() on null in Drupal\bibcite_entity\Normalizer\ContributorNormalizer->denormalize()Comment #5
antongp commentedWe pushed a hotfix, should be compatible with both Drupal 8.6 and 8.7. If no new issue appears on Drupal 8.7, we'll release alpha9 tomorrow.
Comment #6
tokiMany thanks for this quick fix, I have tried two different Bibtex imports and everything went well, no more errors.
Comment #8
antongp commented