Closed (fixed)
Project:
Taxonomy Lineage
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 21:01 UTC
Updated:
8 Aug 2010 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
stinky commentedI changed line 267 from
$output .= $row;to$output .= $row->$row;The error message went away, but I'm not getting the data I want. I'm getting the taxonomy terms, but not the linked nodes. E.g.,
(term) Government & Law
(subterm)Alaska Government & Law
(sub-subterm)Alaska Current Legislation - Bill action/status, committee schedules
I want to get
(term) Government & Law
(subterm)Alaska Government & Law
*link
*link
(sub-subterm)Alaska Current Legislation - Bill action/status, committee schedules
*link
*link
*link
*link
Comment #2
kenorb commentedDuplicate here:
#795958: Object of class stdClass could not be converted to string in views_plugin_style_lineage_nested.inc on line 267
Bactrace available here:
http://drupal.org/node/795958#comment-2954064
Comment #3
kenorb commentedPatch attached.
Comment #4
xjmCommitted. Not sure exactly why it's getting an object instead of an array on the view edit pages but it has something to do with the view preview function.
http://drupal.org/cvs?commit=397444
See also: #864162: Views preview not working properly with nested plugin