After updating to the most recent dev, the following is shown when viewing the panels page:

Notice: Undefined variable: tab_config in panels_ajax_tab_container_render() (line 72 of /var/aegir/platforms/drupal-7.51/sites/SITE/modules/panels_ajax_tab/plugins/content_types/panels_ajax_tab_container.inc).
Warning: Invalid argument supplied for foreach() in panels_ajax_tab_container_render() (line 72 of /var/aegir/platforms/drupal-7.51/sites/SITE/modules/panels_ajax_tab/plugins/content_types/panels_ajax_tab_container.inc).

Comments

NWOM created an issue. See original summary.

rahul.shinde’s picture

Assigned: Unassigned » rahul.shinde
rahul.shinde’s picture

Assigned: rahul.shinde » Unassigned
Status: Active » Needs review

This seems the caching issue. After update if you clear the cache, which help updating

panels_ajax_tab_config_cache

cache to the latest configuration.

rahul.shinde’s picture

Status: Needs review » Active

  • rahul.shinde committed 3fc1b09 on 7.x-1.x
    Issue #2827030 by NWOM, rahul.shinde: 'Undefined variable: tab_config...
rahul.shinde’s picture

Status: Active » Fixed

Clearing whole cache is too much to ask from. So I have included update hook to re-build the panels_ajax_tab_config_cache cache.

Status: Fixed » Closed (fixed)

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

vidhatanand’s picture

Is this already in a current stable release?