The exact message is
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/websites/drupal/sites/all/modules/panels/includes/plugins.inc on line 95.
The backtrace at this point is
#0 panels_optional_context->add_empty() called at [/home/websites/drupal/sites/all/modules/panels/includes/plugins.inc:104] #1 panels_optional_context->select(, ) called at [/home/websites/drupal/sites/all/modules/panels/includes/plugins.inc:755] #2 _panels_context_select(, panels_optional_context Object ([keywords] => any,[title] => Taxonomy: Term ID), ) called at [/home/websites/drupal/sites/all/modules/panels/includes/plugins.inc:743] #3 panels_context_select(, Array ([0] => panels_optional_context Object ([keywords] => any,[title] => Taxonomy: Term ID)), ) called at [/home/websites/drupal/sites/all/modules/panels/panels.module:730] #4 panels_pane_select_context(stdClass Object ([pid] => 67,[did] => 15,[panel] => left_top,[type] => views,[access] => Array (),[configuration] => Array ([view] => view_ressort,[type] => embed,[override_title] => 1,[override_title_text] => ,[link_to_view] => 0,[use_pager] => 0,[pager_id] => 1,[nodes_per_page] => 1,[offset] => ,[panel_args] => 0,[args] => 241/content_artikel_aufmacher,[url] => ),[position] => 0,[subtype] => view_ressort), ) called at [/home/websites/drupal/sites/all/modules/panels/includes/plugins.inc:485] #5 panels_get_pane_title(stdClass Object ([pid] => 67,[did] => 15,[panel] => left_top,[type] => views,[access] => Array (),[configuration] => Array ([view] => view_ressort,[type] => embed,[override_title] => 1,[override_title_text] => ,[link_to_view] => 0,[use_pager] => 0,[pager_id] => 1,[nodes_per_page] => 1,[offset] => ,[panel_args] => 0,[args] => 241/content_artikel_aufmacher,[url] => ),[position] => 0,[subtype] => view_ressort)) called at [/home/websites/drupal/sites/all/modules/panels/panels_page/panels_page.admin.inc:234]
The problem is that in panels_get_pane_title() $display is used but not defined.
--
Olav
Comments
Comment #1
merlinofchaos commentedIs this still a problem in alpha13?
Comment #2
VenDG commentedI am getting this error "warning: array_merge() [function.array-merge]: Argument #2 is not an array in ...\sites\all\modules\panels\includes\plugins.inc on line 94." using 5.x-2.0-alpha13. This happened on a panel page several times when editing the content. When I save the panel again, the errors go away, but any change to the panel, means I am saving more than once before the error goes away in the admin interface and the change shows up on the front end.
Comment #3
catchhow about beta1?
Comment #4
VenDG commentedI haven't downloaded that version yet. I will report back on if I still get the error after trying the beta.
Comment #5
VenDG commentedUsing panels 5.x-2.0-beta2, no problems so far.
Comment #6
catchThanks for posting back, I'll mark this as fixed then!
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.