- Issue created by @gaelicmichael
- πΊπΈUnited States gaelicmichael
I has just occurred to me that the page I was using for specifying the mapping of fields when importing is under the CSL (whatever that stands for) tab. There is also a tab titled PubMedId.
When I select that tab, an error is displayed:
Error message
Warning: Undefined array key "types" in Drupal\bibcite\Plugin\BibciteFormat->getTypes() (line 25 of modules/contrib/bibcite/src/Plugin/BibciteFormat.php).
Warning: foreach() argument must be of type array|object, null given in Drupal\bibcite_entity\Form\MappingForm->buildForm() (line 86 of modules/contrib/bibcite/modules/bibcite_entity/src/Form/MappingForm.php).
Warning: Undefined array key "fields" in Drupal\bibcite\Plugin\BibciteFormat->getFields() (line 18 of modules/contrib/bibcite/src/Plugin/BibciteFormat.php).
Warning: foreach() argument must be of type array|object, null given in Drupal\bibcite_entity\Form\MappingForm->buildForm() (line 108 of modules/contrib/bibcite/modules/bibcite_entity/src/Form/MappingForm.php).Is this where the mapping is supposed to be provided? Is there a fix for this error?