Postponed (maintainer needs more info)
Project:
Real Name
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2011 at 04:54 UTC
Updated:
15 Dec 2016 at 21:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David4514 commentedI am making a little progress. The problem appears to be an infinite recursion issue. Attached is a call stack (most recent calls at top). The area highlighted by the red rectangle keeps repeating. I stopped it on the 46th iteration. I don't yet understand the problem.
Comment #2
David4514 commentedThis is caused by a loop, though I do not know enough to assign fault.
This is locking out other members. This seems to be a major issue. Normal>>Major ??
Comment #3
muschpusch commentedI can confirm this behaviour. Similar error when filling in realname on user registration pages:
parts of my xdebug output:
Comment #4
David4514 commentedHere is the hack that I used. I had created a field named "field_displayname" which I associated with the user. This hack tests for that name in the og_field_access_field_access function. If the name matches, it returns true since OG should not care about this field. This stops the recursive loop for me.
Edit: I should note that this is an OG patch, not a realname patch.
Comment #5
muschpusch commentedI had the error on the user pages. My really bad fix:
Disable in the funtion realname_update
//module_invoke_all('realname_update', $realname, $account);
Comment #6
ezra-g commentedI'm unable to reproduce this bug with the following steps:
1) Fresh Drupal install with OG 7.x-2.x dev
2) Define name_first and name_last fields.
3) Configure RealName to use [user:field_name_first] [user:field_name_last] for the user token.
4) Create a public group
5) Create a Bob Jones user
6) Log in as Bob Jones
7) Join a public group
Perhaps this is only reproducible with OG-7.x-1.x?
Comment #7
davidpugh commentedUnable to reproduce with
Website running:
Drupal 7 with OG 7.x-2.9
Real Name 7.x-1.3