With current (as of October 4) Panels tabs, Panels-dev and so on, I'm getting the following messages in my logs at the moment:
Notice: Undefined index: style in panels_tabs_panels_pre_render() (line 45 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: slogan_space in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: logo_space in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: menu_region in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: right_side_bar in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: top_margin in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: left_gap in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: right_gap in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined property: stdClass::$region_style in panels_tabs_panels_pane_content_alter() (line 77 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Oct 4 02:53:27 crca drupal: last message repeated 4 times
Notice: Undefined index: style in panels_tabs_panels_pre_render() (line 45 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined index: middle in panels_tabs_panels_pre_render() (line 53 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined property: stdClass::$region_style in panels_tabs_panels_pane_content_alter() (line 77 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Notice: Undefined property: stdClass::$region_style in panels_tabs_panels_pane_content_alter() (line 77 of /home/crca-website/public_html/sites/all/modules/panels_tabs/panels_tabs.module).
Oct 4 02:53:27 crca drupal: last message repeated 6 times
Regards,
Nigel
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | panels_tabs-check_style_isset-930722-5.patch | 2.43 KB | moonray |
| #4 | panels_tabs-check_style_isset-4.patch | 1.37 KB | peter.thorndycraft |
Comments
Comment #1
smoothify commentedSorry for the delay in replying on this issue but are these errors still occurring?
Comment #2
smoothify commentedComment #3
Fidelix commentedThey are ocurring to me.
Comment #4
peter.thorndycraft commentedThis patch removed the errors in our setup. The problem seems that the key 'style' may not be set, we simply check that it does.
Peter
Comment #5
moonray commentedThere are a couple more related notices. Updated patch fixes those as well.