Hi friends,

I enable the user list item as a primary link. After that i saw list of user.

Case1:
Now i login as Administer, i saw a list of users.

User1
User2
User3 . . . etc...

I wish to add User1 as my friend, for that i click the "Add to friend" link. After that i saw an error as follows,

warning: Parameter 2 to friendlist_ui_relation_form() expected to be a reference, value given in C:\wamp\www\communitysite\includes\form.inc on line 372.

Due to this warning my friend request in not send to the corresponding user.

Case2:

Now i login as a User1....

I receive an error message same as the above..

I didnt know where i will go to solve this problem.

Please guide me on this as soon as possible.

Thanks & Regards
Sarav.....

Comments

kenorb’s picture

The same problem.
Please fix it.

kenorb’s picture

Line 207 of friendlist_ui.module

function friendlist_ui_relation_form(&$form_state, &$form_params) {

should be:

function friendlist_ui_relation_form(&$form_state, $form_params) {
kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.