I'm subtheming fusion 7.x-2.0-beta2 + fusion starter light. When I'm on the admin/appearance/settings/ page, and I disable the "Support IE 6-8" checkbox and click [ Save Configuration ] the page returns with the same checkbox still checked.

Comments

esmerel’s picture

Are you getting an error like this: The specified file temporary://fileIAkLk0 could not be copied, because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.

there's #944582: ./sites/default/files directory permission check is incorrect during install AND status report (affects Docker on Windows) - which may be related. I wasn't able to successfully get it to work, but I suspect this may be either the core issue, or related to it.

Screenack’s picture

If I enable error reporting in my index.php file as per http://drupal.org/node/158043 I get this:

Notice: Undefined index: sidebar_tablet_landscape_enabled in _fusion_accelerator_save_grid() (line 465 of /Volumes/gp/public_html/sites/all/modules/fusion_accelerator/fusion_accelerator.module).
Notice: Undefined index: sidebar_phone_landscape_enabled in _fusion_accelerator_save_grid() (line 465 of /Volumes/gp/public_html/sites/all/modules/fusion_accelerator/fusion_accelerator.module).
RAFA3L’s picture

I change #default_value of

$form['tnt_container']['general_settings']['theme_grid_config']['responsive_ie_shim'] to FALSE in fusion_accelerator.module

And now the checkbox switch ok after save, and the value responsive_ie_shim in theme_fusion_starter_settings variable is set ok too.