GREAT new layout of admin pages for panel pages btw.

Got the following when I disabled a pane and then reenabled and tried to save it:

Fatal error: views_content_views_content_type_admin_info() [function.views-content-views-content-type-admin-info]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "ctools_context" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in l/sites/all/modules/ctools/views_content/plugins/content_types/views.inc on line 451

array(4) { ["type"]=> int(1) ["message"]=> string(472) "views_content_views_content_type_admin_info() [function.views-content-views-content-type-admin-info]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "ctools_context" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition " ["file"]=> string(108) "/sites/all/modules/ctools/views_content/plugins/content_types/views.inc" ["line"]=> int(451) } n/a

Comments

merlinofchaos’s picture

Status: Active » Fixed

I found this bug in a different context but I think it's the same bug. Checked a fix into ctools to deal with it.

To try it real quick, in function page_manager_cache_load($task_name) add a ctools_include('context') prior to loading the cache. It should fix the issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.