I get this error when I either try to view a panel or preview a panel. It happens with mini-panels and node panels. I also was noting that the layout function when creating a panel was not operating in a way that was consistent, namely that it did not show the layout grid that I chose from which you place items in the different sections of the panel. I cannot move forward with a very tenuous deadline at this point. I know this is not anyone's problem other than mine and my teams, but I just want to set a context in case it would make a difference.
I am also getting:
Fatal error: Call to undefined method stdClass::render() in /home/dev/devsmoke/sites/all/modules/panels/panels.module on line 1023
Using:
ctools 6.x-1.8
panels 6.x-3.9
Thanks!
Comments
Comment #1
anawillem commentedFirst error line 10:
define('PANELS_REQUIRED_CTOOLS_API', '1.8');Second error line 1023:
return drupal_render_form($form_context->form_id, $form_context->form);Comment #2
anawillem commentedthe whole context includes a reference to ctools:
Comment #5
anawillem commentedThese are the significant errors from Watchdog:
Invalid argument supplied for foreach() in /.../modules/panels/plugins/display_renderers/panels_renderer_standard.class.php on line 225.
Invalid argument supplied for foreach() in /.../modules/panels/panels.module on line 849.
Table 'devsmoke.panels_layout' doesn't exist query: ctools_export_load_object /* admin : ctools_export_load_object */ SELECT * FROM panels_layout t__0 WHERE plugin = 'flexible' in /.../modules/ctools/includes/export.inc on line 379.
Table 'devsmoke.panels_layout' doesn't exist query: ctools_export_load_object /* admin : ctools_export_load_object */ SELECT * FROM panels_layout t__0 WHERE plugin = 'flexible' in /.../modules/ctools/includes/export.inc on line 379.
Unknown column 'title_pane' in 'field list' query: drupal_write_record /* admin : drupal_write_record */ INSERT INTO panels_display (layout, panel_settings, title, hide_title, title_pane) VALUES ('', 'a:1:{s:14:\"style_settings\";a:1:{s:7:\"default\";N;}}', '', 1, 0) in /.../includes/common.inc on line 3545.
Comment #6
anawillem commentedThe issue was that I was not aware that the upgrade from d5 to d6 had been incompletely executed. I used the instructions here: http://drupal.org/node/515140 ...and it worked.
Comment #6.0
anawillem commentedadding additional message