Error as in title on Views Preview.
$lineage = $row->$field_alias;
Where $field_alias is undefined.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | lineage_795996.patch | 420 bytes | xjm |
Error as in title on Views Preview.
$lineage = $row->$field_alias;
Where $field_alias is undefined.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | lineage_795996.patch | 420 bytes | xjm |
Comments
Comment #1
kenorb commentedBacktrace:
Comment #2
xjmNot sure why the field alias isn't defined when views tries to render the preview, but the attached patch will fall through to a non-nested set to at least make the errors go away.
Comment #3
xjmActually, I'm going to commit this so that the view editing interface is less frustrating to use, and open a separate issue for getting views previews to work properly.
http://drupal.org/cvs?commit=397458
See: #864162: Views preview not working properly with nested plugin