PHP Fatal error: Call to undefined function user_relationships_types_load() in /sites/all/modules/contrib/activity/contrib/user_relationshipsactivity/user_relationshipsactivity.module on line 10

Can you please make change in code?

Chris

CommentFileSizeAuthor
#4 ur-activity.patch560 bytesnorio

Comments

artscoop’s picture

Status: Active » Fixed

activelyOUT, can you tell us how you did to resolve it ?
Thanks.

socialnicheguru’s picture

at line 10 of the file with the rror (see above) change user_relationships_types_load to user_relationships_type_load.

Scott Reynolds’s picture

Title: (SOLVED) Php Fatal error: Should be user_relationships_type_load » user_relationships_types_load should be user_relationships_type_load
Status: Fixed » Active

Only mark as fixed if you committed the code (which I know you didn't cause ur not one of the maintainers :-D).

activelyOUT could you roll a patch for people to review?
drupal.org/patch/create

norio’s picture

Status: Active » Needs review
StatusFileSize
new560 bytes

This is my first patch, hope this helps :)

sirkitree’s picture

Status: Needs review » Closed (won't fix)

closing. 1.x no longer supported.