Is this normal behavior for all variables that are "strongarmed" to be dropped from the variable database table?
This ends up removing entries and breaking one of my modules (facebook connect) as the data that is needs is no longer available in the variable table (I think that is what is happening)

Comments

jmiccolis’s picture

Category: bug » support

Strongarm provides an alternative place (code) to store a variables value, so that a variable can have a value without and entry in the `variable` database table. If you use Drupal's variable API (`variable_set()`, `variable_get()` and `variabl_del()`) this will all just work. If you're accessing that database table directly, you would have issues.

Are you using the API functions?

yhahn’s picture

Status: Active » Postponed (maintainer needs more info)

Setting status.

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Marking this to "closed (cannot reproduce)" since it's been more than 2 weeks in "needs more info" without steps to reproduce.

Please re-open if you can post more details.