I got this error

Notice: Undefined variable: endpoints en relation_endpoint_field_formatter_view() (línea 269 de /home/avellane/web/desarrollo/sites/all/modules/relation/relation_endpoint.module).

on page mysite.com/relation/1

I searched on code and found that $endpoints was not initialized on the function relation_endpoint_field_formatter_view

Comments

chx’s picture

BrandonCapitalism’s picture

Dear chx,

You say "fixed," how do I implement your fix? Thank you!

hazah’s picture

You need to change the corresponding lines of PHP that are referenced in the link he gave you. It tells you what file and what line to change. - prefix means delete that line, + means add that line in.