I'm trying to import features (Feature module). My features depend on UUID module (I'm using 7.x-1.0-alpha3). When I enable that module I get the error
SearchApiException: Unknown or invalid item type node. in search_api_get_datasource_controller() (line 1336 of /.... /profiles/commerce_kickstart/modules/contrib/search_api/search_api.module).

Comments

jsacksick’s picture

This definetly sounds unrelated to Kickstart, did you manage to get this working outside Kickstart ?
If yes then that's a Kickstart issue, if not you should either move this to Search API or UUID.

spypolo’s picture

I reported the bug here (Search API)
http://drupal.org/node/1781772#comment-7012502

jsacksick’s picture

Project: Commerce Kickstart » Universally Unique IDentifier
Version: 7.x-2.2 » 7.x-1.0-alpha3
Priority: Major » Normal
Status: Active » Closed (duplicate)

Ok the issue has nothing to do with Kickstart, the alpha 3 of the UUID module is currently broken.
This also has nothing to do with Search API,
UUID is doing a bad foreach in the hook_entity_property_info_alter(), See #1782422: Bad foreach in hook_entity_property_info_alter().
You'll have to use the dev version and ask for a stable release in the UUID issue queue, See #1663390: Roll a new UUID stable release.