I was testing out the latest context-6.x-3.x-dev, and it caused features to break. Normally I'd post this bug against context, but it seems like it might be a features bug.
drush features gave the ever unhelpful "Drush command could not be completed.", but trying to review Feature overrides in the gui produced the error Fatal error: Call to undefined function context_var_export() in sites/all/modules/features/includes/features.context.inc on line 192.
The weirdest part is that it looks like context_var_export() has never been in the 3.x branch of context, yet features worked just fine with context-6.x-3.0-beta5.
Sorry if that's not the most helpful bug report, I didn't have time to look into it further.
Comments
Comment #1
yhahn commentedCTools version? Might be related to some CTools changes in the latest release.
Comment #2
tim.plunkett6.x-1.7
Comment #3
yhahn commentedOh. Can you please update to CVS of Features DRUPAL-6--1? Should be fixed.
Comment #4
tim.plunkettIt's "fixed" in that it works now, but includes/features.context.inc still has two calls to context_var_export().
Comment #5
yhahn commentedYes, this function is used in the 2.x branch of context for exporting. In 3.x CTools handles the object export.