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:

http://mysite/myform#overlay=node/##/webform-results

Comments

dave reid’s picture

Status: Active » Fixed

This is because modules are incorrectly passing non-user objects into format_username(). This has already been fixed in the latest code.

Anonymous’s picture

I am using the latest version, but still get the error.

dave reid’s picture

7.x-1.x-dev = latest version, not 7.x-1.0-beta1

dave reid’s picture

Oh, nevermind, I think I know what's going on.

dave reid’s picture

Ok 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.

Anonymous’s picture

Release candidate tested & error fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.