Hi friends,

I enable the user list (which is presented in navigation menu) 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 dont know how to rectify this problem.

Please guide me on this as soon as possible.

Thanks & Regards
Sarav.....

Comments

thirstysix’s picture

change the friendlist module into friendlist_ui.module line no:207

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

change to

function friendlist_ui_relation_form(&$form_state, $form_params) {

then save....

thirstysix’s picture

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