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).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | node_pane-fixes-notice-add-node-1859374-4.patch | 896 bytes | stanojevic.boban |
Comments
Comment #1
geek-merlinthis is still the case, also some
Notice: Undefined offset: 1 in drupal_http_request() (line 986 of .../includes/common.inc).setting to minor.
Comment #2
bryancasler commentedI'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
Comment #3
elliot commentedI 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'),?Comment #4
stanojevic.boban commentedConfirmed that category, being an array, causes the above mentioned notice. I have created a patch that fixes the issue.