Closed (duplicate)
Project:
Fusion Accelerator
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2012 at 03:57 UTC
Updated:
26 Mar 2012 at 17:40 UTC
Fresh profile install:
Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of .../modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
Comments
Comment #1
drupalninja99 commentedMoving to fusion accelerator queue, you can kick it back to OC if you think it's an OC problem. Also I have in my documentation to disable notices bc many contrib modules throw notices and I can't control that.
Comment #2
drupalninja99 commentedOK researched this:
I don't think you can assume $pane->did exists as in
element = 'pane__' . $pane->did . '__' . $pane->pid;If the panel is exported to a feature module it doesn't have a did. merlinofchaos says that it only has a did if it is saved in the database? Can we only use '$pane->did' if it exists so that we don't get notice errors?
Comment #3
esmerel commentedDuplicate of #1373296: Support Panels - or, well, at least I've already made note of this problem as part of that overall issue.