I'm getting the error:

"Notice: Trying to get property of non-object in biblio_handler_citation->render() (line 58 of /media/storage1/software/workspace/factsandvalues/sites/all/modules/biblio/views/biblio_handler_citation.inc)."

The corresponding code is:

$item = node_load($values->{$this->aliases['nid']});

$this->aliases['nid'] for me is a string "node_field_data_field_citation_nid". I'm not sure why this is not just '$values->nid'

Comments

nkLiVF’s picture

Sorry for the noise. This seems to occur when one of the plugins are not enabled. I'm not sure if this qualifies as an error handling bug though.

EDIT - Sorry I'm still getting this error. I'm not yet sure how this comes up, but I have all plugins enabled now and it's still producing this error.

nkLiVF’s picture

Sorry I'm still getting this error. I'm not yet sure how this comes up, but I have all plugins enabled now and it's still producing this error.

rjerome’s picture

I'll check on this today.

rjerome’s picture

Status: Active » Fixed

You're right, I don't know why it wasn't $values->nid. Must have been some cruft from years gone by.

Fixed now. http://drupalcode.org/project/biblio.git/commit/b7d22b4

Ron.

Status: Fixed » Closed (fixed)

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