Closed (fixed)
Project:
Panelizer (obsolete)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2012 at 17:57 UTC
Updated:
8 Mar 2013 at 18:00 UTC
Steps to reproduce:
1) Fresh drupal 7.15 install.
2) Download panelizer-7.x-3.x-dev and dependencies.
3) Enable node and user page templates in page manager.
4) Enable all options for Article "Full page override" in admin/config/content/panelizer.
5) In 'list' (admin/config/content/panelizer/node/article.page_manager/list), click 'Add' action link.
Error warnings:
Warning: Missing argument 1 for PanelizerEntityNode::get_default_display(), called in /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/export_ui/panelizer_defaults_ui.class.php on line 85 and defined in PanelizerEntityNode->get_default_display() (line 81 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityNode.class.php).
Warning: Missing argument 2 for PanelizerEntityNode::get_default_display(), called in /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/export_ui/panelizer_defaults_ui.class.php on line 85 and defined in PanelizerEntityNode->get_default_display() (line 81 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityNode.class.php).
Notice: Undefined variable: bundle in PanelizerEntityNode->get_default_display() (line 82 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityNode.class.php).
Notice: Undefined variable: view_mode in PanelizerEntityNode->get_default_display() (line 82 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityNode.class.php).
Notice: Undefined index: display in PanelizerEntityDefault->get_default_display() (line 1804 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityDefault.class.php).
Notice: Undefined index: display in PanelizerEntityDefault->get_default_display() (line 1804 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityDefault.class.php).
Notice: Undefined variable: view_mode in PanelizerEntityNode->get_default_display() (line 89 of /Applications/MAMP/htdocs/drupal/sites/all/modules/panelizer/plugins/entity/PanelizerEntityNode.class.php).
I'm not sure if this is related, but I'm also unable to select panel page manager in the node edit form. Access is always set as false in the panelizer element.
Comments
Comment #1
laoguxintan commentedSame as you.
Comment #2
sonicthoughts commentedIn 7.x.3.1:
I only have one content type enabled for panels, but I keep getting an error:
The user template page is currently not enabled in page manager. You must enable this for Panelizer to be able to panelize users." when I try to do anything in http://shofar.shawnholt.com/admin/config/content/panelizer. In fact the error appears twice. I do not want to override Users, just a node with a content type. Is this a bug?
Comment #3
merlinofchaos commentedHm. Doublecheck to make sure you're using the latest Panelizer version? Because I recently fixed a bug just like this.
Comment #4
sonicthoughts commentedYes -that was it!
Comment #5
merlinofchaos commentedComment #6.0
(not verified) commentedsmall change