Hi,

There are notices when using the module:
"
Notice: Trying to get property of non-object in views_php_handler_field->render() (line 214 of /var/www/kk/sites/all/modules/contrib/views_php/plugins/views/views_php_handler_field.inc).
"

Fast look at the code:

foreach ($this->view->display_handler->get_handlers('field') as $field => $handler) {
        $normalized_row->$field = isset($values->{$handler->field_alias}) ? $values->{$handler->field_alias} : NULL;
      

It seems that $values is actually array but not object.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rumenyordanov’s picture

SocialNicheGuru’s picture

Issue summary: View changes
Status: Active » Needs review