It would be great for installation profiles on drupal.org if you could create a release from the 1.0 branch so that profiles can rely on it.
It would be great for installation profiles on drupal.org if you could create a release from the 1.0 branch so that profiles can rely on it.
Comments
Comment #1
gregglesSee also #905946: Call to undefined function exportables_sync() in hyperlocalnews_vocabularies.
Comment #2
hefox commentedFeatures 1.0 and exportables 1.x-dev both use the function taxonomy_features_api; this mostly isn't a problem as features checks if taxonomy_features_api else includes includes/features.taxonomy.inc in general, except on a page where features manually includes that file, producing fatal error #900122: Cannot redeclare taxonomy_features_api().
(Changing to use features vocabulary support proves to be a bit painful ( see comment 4 in that issue) but do-able.)
Comment #3
alaaber111 commented