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

Comments

smoothify’s picture

Sorry for the delay in replying on this issue but are these errors still occurring?

smoothify’s picture

Status: Active » Closed (cannot reproduce)
Fidelix’s picture

They are ocurring to me.

peter.thorndycraft’s picture

StatusFileSize
new1.37 KB

This 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

moonray’s picture

Status: Closed (cannot reproduce) » Needs review
StatusFileSize
new2.43 KB

There are a couple more related notices. Updated patch fixes those as well.