ISSUE:

When Profile2 is enabled, we are getting numerous Undefined Index errors after saving any View or any Context (via the Context module.

Notice: Undefined index: users in views_handler_field_field->access() (line 115 of /var/aegir/platforms/sprockets-3.0-drupal-7.14/profiles/sprockets/modules/contrib/views/modules/field/views_handler_field_field.inc).
Notice: Undefined index: users in views_handler_field_field->access() (line 115 of /var/aegir/platforms/sprockets-3.0-drupal-7.14/profiles/sprockets/modules/contrib/views/modules/field/views_handler_field_field.inc).
Notice: Undefined index: users in views_handler_field_field->access() (line 115 of /var/aegir/platforms/sprockets-3.0-drupal-7.14/profiles/sprockets/modules/contrib/views/modules/field/views_handler_field_field.inc).
Notice: Undefined index: users in views_handler_field_field->access() (line 115 of /var/aegir/platforms/sprockets-3.0-drupal-7.14/profiles/sprockets/modules/contrib/views/modules/field/views_handler_field_field.inc).

Repeated about 50 more times . . .

The error does not seem to affect anything, and does not re-appear until the next time somebody tries to save a View or a Context.

If we disable the Profile 2 module, the error goes away completely.

CURRENT ENVIRONMENT:

I've tried all of the various flavors for all of the modules involved here, but I'm currently running on the latest DEV version of Profile2, Entity API, Ctools, and Views. The same error is present regardless of whether I am running DEV versions of these modules, or if I am running the latest stable release.

Any ideas here? Thanks.

Comments

minneapolisdan’s picture

It seems related to this post, http://drupal.org/node/1142470

DarrellDuane’s picture