After enabling the node_pane module, the following shows up in my logs.

Notice: Undefined offset: 1 in panels_renderer_editor->get_category() (line 589 of ../sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php).

Comments

geek-merlin’s picture

Version: » 7.x-1.x-dev
Priority: Normal » Minor

this is still the case, also some
Notice: Undefined offset: 1 in drupal_http_request() (line 986 of .../includes/common.inc).

setting to minor.

bryancasler’s picture

I'm getting this and I'm not using Node Pane

Notice: Undefined offset: 1 in /srv/bindings/2ee03c00f8594932be2e01064ff77c1c/code/sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php on line 589

elliot’s picture

Issue summary: View changes

I believe this is caused by the category being an array in node_pane.module. Can anyone confirm that this notice disappears after changing line 29 and 53 to 'category' => t('Content'), ?

stanojevic.boban’s picture

Status: Active » Needs review
StatusFileSize
new896 bytes

Confirmed that category, being an array, causes the above mentioned notice. I have created a patch that fixes the issue.