Closed (won't fix)
Project:
Panels
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 18:49 UTC
Updated:
1 Oct 2009 at 18:59 UTC
Just a note about how to resolve a panels issue with a fatal error on import. I believe this is a result of this panel having lived through Panels 2 and on into Panels 3, but tried to clone it today (or export and import, with same result)
Fatal error: Call to undefined method panels_display::__set_state() in /home/rfay/workspace/itsmylocker/sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc(1263) : eval()'d code on line 26
It's not hard to fix: export the panel and in the exported code, change $page->conf - just delete it and put
$page->conf = array();
Comments
Comment #1
rfayMarking won't fix as this is probably not an issue in panels created with current code.