Closed (duplicate)
Project:
Panels
Version:
6.x-2.x-dev
Component:
Views panes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2008 at 23:12 UTC
Updated:
19 Sep 2008 at 00:47 UTC
I'm getting the following error in my page panel:
recoverable fatal error: Object of class stdClass could not be converted to string in C:\xampp\htdocs\drupal\modules\panels\panels_views\panels_views.module on line 124.
I created a view page that accepts a Node ID as argument (in my view this is taken to be a Nodereference ID, but whatever). Works fine in page view, shows me the list of content depending upon the argument.
When I stick this view into a page panel - context Node ID as argument, set to override a content-type, and I add the view, I get the above error. The content itself is showing up just fine, it's just the view that doesn't appear.
(I tried telling the view to take an additional argument from the URL, but no dice).
Comments
Comment #1
Renee S commentedThis is the same bug first mentioned here: http://drupal.org/node/307628