I tried importing my user relationships into friendlist and received an error:
PHP Fatal error: Call to undefined function friendlist_api_set_relations_field() in /home/clients/websites/w_new/public_html/new/sites/all/modules/friendlist/friendlist_import_ur/friendlist_import_ur.module on line 84
Upon closer examination, it appears there is a type-o in the friendlist_import_ur.module. I compared it with friendlist_api.module and friendlist_import_bl.module and found that the function should be friendlist_api_set_relation_field() (no "s"). I fixed the type-o and was able to import but wanted to let you know in case you were unaware.
Thanks
Brandon
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | friendlist.20091007.patch | 4.5 KB | joestewart |
Comments
Comment #1
bmblack commentedThank you for this!!! I could not figure out why I was getting that error!
Comment #2
joestewart commentedUntested patch created based on description.