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

yhahn’s picture

Assigned: Unassigned » yhahn

CTools version? Might be related to some CTools changes in the latest release.

tim.plunkett’s picture

6.x-1.7

yhahn’s picture

Oh. Can you please update to CVS of Features DRUPAL-6--1? Should be fixed.

tim.plunkett’s picture

Status: Active » Needs review

It's "fixed" in that it works now, but includes/features.context.inc still has two calls to context_var_export().

yhahn’s picture

Status: Needs review » Fixed

Yes, this function is used in the 2.x branch of context for exporting. In 3.x CTools handles the object export.

Status: Fixed » Closed (fixed)

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