I wish I could give a better description as to the origin of this problem. The crux of it is I'm seeing a bunch of error notices whenever I choose the panelizer tab:

    Notice: Undefined property: stdClass::$display in panelizer_panels_cache_get() (line 878 of [my drupal site]/sites/all/modules/contrib/panelizer/panelizer.module).
    Notice: Undefined property: stdClass::$layout in panels_renderer_standard->init() (line 167 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).
    Notice: Undefined property: stdClass::$layout in panels_edit_display_settings_form() (line 218 of [my drupal site]/sites/all/modules/contrib/panels/includes/display-edit.inc).
    Notice: Undefined property: stdClass::$content in panels_renderer_standard->prepare() (line 195 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).
    Warning: Invalid argument supplied for foreach() in panels_renderer_standard->prepare_panes() (line 224 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).
    Notice: Undefined property: stdClass::$panels in panels_renderer_standard->prepare() (line 196 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).
    Notice: Undefined index: theme in panels_renderer_standard->render_layout() (line 392 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).
    Notice: Undefined property: stdClass::$css_id in panels_renderer_standard->render_layout() (line 395 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).
    Notice: Undefined property: stdClass::$layout_settings in panels_renderer_standard->render_layout() (line 395 of [my drupal site]/sites/all/modules/contrib/panels/plugins/display_renderers/panels_renderer_standard.class.php).

This happens when I choose the panelizer tab after I've created a new bit of content of a content type that I've chosen to be panelize-able. Under the panelizer configuration, the settings for this content type are:

Panelize: Yes
Provide default panel: No
Allow panel choice: Yes

The new content type is not panelized when this error shows up (but the panelizer tab IS visible).

Comments

Anonymous’s picture

Version: 7.x-2.x-dev » 7.x-2.0
Priority: Major » Normal

Reported version incorrect; should be panelizer 2.0. Also, downgrading status; the page does still appear to function (although I haven't tested it rigorously)

merlinofchaos’s picture

Hm. Without a default, there's something there that makes it *think* there's a panel for it, but when it goes to render it, it's not there.

I suspect this bug wont happen in the 3.x branch.