Hi,

there is an issue with IMCE in combination with features. My
IMCE configuration is exported via features. Features exports variables with
Strongarm.

Strongarm initalize all varibales in its own hook_init. But IMCE use a variable already in an menu access callback (imce_roles_profiles) wich is invoked before strongarm_init. So its not possible for strongarm to setup all the variables correctly. Ther variable 'imce_roles_profiles' is always empty after a feature is reverted and the users gets an 'Access denied' regardless of his permissions. Here is a patch to resolve this issue in IMCE.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webflo’s picture

ufku’s picture

Status: Needs review » Closed (won't fix)

I think this should be handled at strongarm side.