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

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still a problem in alpha13?

VenDG’s picture

I 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.

catch’s picture

Version: 5.x-2.0-alpha11 » 5.x-2.0-beta1

how about beta1?

VenDG’s picture

I haven't downloaded that version yet. I will report back on if I still get the error after trying the beta.

VenDG’s picture

Using panels 5.x-2.0-beta2, no problems so far.

catch’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks for posting back, I'll mark this as fixed then!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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