Hi,
When attempting to delete a default friend I get a blank content screen. I upgraded to 6.x-1.0-RC4 but still have the same problem. Please see the screen shot.
Anyone have any ideas as I need to delete one of my default friends on a production site!
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationship_screenshot.jpg | 12.96 KB | victoria_b |
Comments
Comment #1
victoria_b commentedSorry,
Forgot to add the following from my log...
Parameter 2 to user_relationship_defaults_delete_form() expected to be a reference, value given in includes/form.inc on line 372.
So is this a PHP5.3 (which I'm running) problem?
Thank you.
Comment #2
alex.k commentedWow, good catch. Thanks for reporting. Passing by reference was indeed the problem. Fix committed in http://drupal.org/cvs?commit=373256. Please try it out.
Comment #3
victoria_b commentedAlex,
Thanks for this quick update.
I can confirm that the fix does work however checking through my logs the below error is appearing:
Object of class stdClass could not be converted to string in /beta/sites/all/modules/user_relationships/user_relationship_defaults/user_relationship_defaults.module on line 194.
Again, any thoughts on this?
Victoria
Comment #4
victoria_b commentedSorry for the bump, but does the above error still need fixing in relation to this issue for it to be considered fixed? Or can it be safely ignored?
Comment #5
alex.k commentedI will take a look at the second error, but, if the module works for you right now, then I'd not worry about it being a problem.
Comment #6
alex.k commentedComment #7
mrf commentedComment #8
mrf commentedI'm not able to replicate this one.