I see bunches of PHP Notices when rebuilding funsion-based theme cache:

Error message

  • Notice: Undefined index: sidebar_tablet_landscape_enabled in _fusion_accelerator_save_grid() (line 465 of /var/www/sites/windbrothers/www/sites/all/modules/fusion_accelerator/fusion_accelerator.module).
  • Notice: Undefined index: sidebar_tablet_portrait_enabled in _fusion_accelerator_save_grid() (line 465 of /var/www/sites/windbrothers/www/sites/all/modules/fusion_accelerator/fusion_accelerator.module).
  • Notice: Undefined index: sidebar_phone_landscape_enabled in _fusion_accelerator_save_grid() (line 465 of /var/www/sites/windbrothers/www/sites/all/modules/fusion_accelerator/fusion_accelerator.module).

Patch is on the way

CommentFileSizeAuthor
#1 fusion-1772324-0.patch990 bytesOnkelTem
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

OnkelTem’s picture

Status: Active » Needs review
FileSize
990 bytes

The problem is that if a theme setting like "sidebar_tablet_landscape_enabled" equals to "0" (disabled) it was being skipped in fusion_core_preprocess_html() and didn't get into $options array.

Poieo’s picture

Issue summary: View changes
Status: Needs review » Postponed (maintainer needs more info)

I cannot reproduce this. Can you post the exact theme configuration and action that produces this error?