boboldehampsink / reverserelations

DEPRECATED - Reverse Relations Plugin for Craft CMS
MIT License
16 stars 3 forks source link

Error on trying to save reverse relations field. #1

Closed juskaiser closed 9 years ago

juskaiser commented 9 years ago

After selecting an entry for a relationship and clicking save, I'm getting the error below and am unable to save.

Fatal error: Call to a member function getContent() on null in .../craft/plugins/reverserelations/fieldtypes/ReverseRelations_EntryFieldType.php on line 119

juskaiser commented 9 years ago

Ok, I think that I didn't have the "Target Field" setup correctly. Once I pointed that to a regular entries relationship the plugin began working and showing me the reverse related entries after establishing a "normal" related entry first.