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

drupalninja99’s picture

Project: OpenChurch » Fusion Accelerator
Version: 7.x-1.9-alpha1 » 7.x-2.x-dev
Status: Active » Needs work

Moving 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.

drupalninja99’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta1

OK 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?

esmerel’s picture

Status: Needs work » Closed (duplicate)

Duplicate of #1373296: Support Panels - or, well, at least I've already made note of this problem as part of that overall issue.