When trying to view logs or webform results, I get this error:
Recoverable fatal error: Argument 1 passed to realname_load() must be an instance of stdClass, boolean given, called in /etc/drupal/7/sites/all/modules/realname/realname.module on line 73 and defined in realname_load() (line 142 of /etc/drupal/7/sites/all/modules/realname/realname.module).
I'm using the Seven admin theme w/ overlay turned on, so the url I'm trying to access looks something like this:
Comments
Comment #1
dave reidThis is because modules are incorrectly passing non-user objects into format_username(). This has already been fixed in the latest code.
Comment #2
Anonymous (not verified) commentedI am using the latest version, but still get the error.
Comment #3
dave reid7.x-1.x-dev = latest version, not 7.x-1.0-beta1
Comment #4
dave reidOh, nevermind, I think I know what's going on.
Comment #5
dave reidOk this is now fixed with http://drupal.org/cvs?commit=498098. A new 7.x-1.x-dev release will be available within 12 hours.
Comment #6
Anonymous (not verified) commentedRelease candidate tested & error fixed.