When trying to export the configuration with features it leads to errors:

Notice: Undefined index: api in _ctools_features_get_info() (Line 275 of /var/www/html/profil/sites/all/modules/contrib/features/includes/features.ctools.inc).
Notice: Undefined index: current_version in _ctools_features_get_info() (Line 275 of /var/www/html/profil/sites/all/modules/contrib/features/includes/features.ctools.inc).
Notice: Undefined index: api in ctools_features_export() (Line 66 of /var/www/html/profil/sites/all/modules/contrib/features/includes/features.ctools.inc).
Notice: Undefined index: current_version in ctools_features_export() (Line 66 of /var/www/html/profil/sites/all/modules/contrib/features/includes/features.ctools.inc).
Notice: Undefined index: api in ctools_features_export() (Line 66 of /var/www/html/profil/sites/all/modules/contrib/features/includes/features.ctools.inc).
Notice: Undefined index: current_version in ctools_features_export() (Line 66 of /var/www/html/profil/sites/all/modules/contrib/features/includes/features.ctools.inc).

The feature's info file contains an invalid api specification: features[ctools][] = oauthconnector::

Although the data gets exported, Features does never recognize the default state or could build up by the data provided in the feature.

Comments

jsacksick’s picture

Status: Active » Closed (cannot reproduce)

Commerce Kickstart has successfully exported oauthconnector providers (Take a look at commerce_kickstart_social), the features export has been fixed here, See #1712262: Fix the ctools exportable integration, are you really using the latest version?