http://localhost/content/sisr-0#overlay=group/node/2/admin/people

Strict warning: Declaration of og_handler_field_user_roles::pre_render() should be compatible with that of views_handler_field::pre_render() in require_once() (line 6 of C:\xampp\htdocs\aegis\sites\all\modules\og\includes\views\og_handler_field_user_roles.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amitaibu’s picture

Are you using the latest views version?

jaypark’s picture

stable versions of
Views 7.x-3.1
Organic groups Views integration 7.x-1.0

bulldozer2003’s picture

Status: Active » Needs review
FileSize
541 bytes

Views expects a reference (&) to $values. Changing pre_render($values) to pre_render(&$values) in og_handler_field_user_roles.inc removes the warning.

I also checked if $values is being altered; it is not.

amitaibu’s picture

Status: Needs review » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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