Closed (outdated)
Project:
Real Name
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 19:47 UTC
Updated:
31 May 2016 at 22:21 UTC
Jump to comment: Most recent
Comments
Comment #1
tstackhouse commentedI was able to correct the issue. The problem stems from the anonymous user having no name. This is amplified by calling the calculation helper method directly in realname_nodeapi. The helper method does not bypass the lookup for the anonymous user, therefore a value of '' is attempted to be written into the DB, breaking the queries.
A simple, if somewhat hacky fix, is to make sure that the helper recognizes the anonymous user and behaves accordingly.
Comment #2
hass commented