Need to export taxonomy terms but can't re-create the features it throws

Call to undefined function deploy_plan_load_all()

Steps to re-produce:

1. Download Features, uuid_features and required dependencies
2. Enable modules, enable uuid_features and required module uuid to be enabled first.
3. Saved visit create/re-create features. WSOD will show up
4. Check logs and see PHP Fatal error: Call to undefined function deploy_plan_load_all()

Modules Version:
UUID: Version: 7.x-1.0-beta2
UUID Features: Version: 7.x-1.0-rc1

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

roald.umandal created an issue. See original summary.

roaldumandal’s picture

I think deploy module should also be added as required dependencies in .info file, as it has a function "uuid_entities_features_export_options" that also call function in uuid module "deploy_plan_load_all" to prevent WSOD.

roaldumandal’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: 2861868-add-deploy-module-as-dependencies.patch, failed testing.