Active
Project:
Fusion Accelerator
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 18:57 UTC
Updated:
21 May 2012 at 19:05 UTC
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
Comment #1
esmerel commentedAre 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: Check for execute permissions on directories that require file write permissions - 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.
Comment #2
Screenack commentedIf I enable error reporting in my index.php file as per http://drupal.org/node/158043 I get this:
Comment #3
RAFA3L commentedI 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.