I am using defaultconfig in an installation profile and run defaultconfig_rebuild_all() and I get this error Fatal error: Call to undefined function features_get_default() in defaultconfig.module on line 129.
By including module_load_include('inc', 'features', 'features.export'); in defaultconfig_rebuild_fields() this problem was resolved. Patch supplied.
| Comment | File | Size | Author |
|---|---|---|---|
| include_features_export.patch | 502 bytes | pontus_nilsson |
Comments
Comment #1
dsy73 commentedThe patch works for me. I had the bug at the installation of nodestream and when I rebuild default config.
Comment #2
fabsor commentedFixed!
http://drupal.org/commitlog/commit/25986/5696b64552a962319457547cf95d549...
Comment #3
fabsor commentedI updated the nodestream make file to the latest revision of default config. This should now be resolved.