As recommended, on my production server, I set $conf['environment_indicator_enabled'] = FALSE;

This works correctly. However, the radio button for Status is unselected; it's neither enabled nor disabled. On my development servers where I have the indicator set to true, the status correctly shows as enabled.

Great module, thanks.

Comments

mrfelton’s picture

Please could you try changing that to the following?

$conf['environment_indicator_enabled'] = '0';
mrfelton’s picture

Status: Active » Fixed

Actually, this is fixed in CVS now. You can use '0' or FALSE.

http://drupal.org/cvs?commit=305380

Thanks for reporting.

dankohn’s picture

And thanks for the response.

Status: Fixed » Closed (fixed)

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