- 🇪🇸Spain oskar_calvo
I had the same problem because I had mapped a field from a module, and when I uninstalled module the field gone.
Deleting the missing field in Correspondence fixed it.
Possibly should be split between Feeds and Feeds Tamper. I made up a User importer a while back. It worked great. Since then I have updated Feeds. Trying the importer now and i get these errors when trying to edit the Feed Type:
Users -> Tamper
Error: Call to a member function getLabel() on null in Drupal\feeds_tamper\Form\TamperListForm->buildTampersTable() (line 178 of modules/contrib/feeds_tamper/src/Form/TamperListForm.php).
Users -> Mapping
Error: Call to a member function hasProperty() on null in Drupal\feeds\Form\MappingForm->buildRow() (line 215 of modules/contrib/feeds/src/Form/MappingForm.php).
My guess would be these are node functions which don't apply to users; but odd that it used to work fine.
Postponed: needs info
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I had the same problem because I had mapped a field from a module, and when I uninstalled module the field gone.
Deleting the missing field in Correspondence fixed it.