Posted by spypolo on January 30, 2013 at 10:03am
5 followers
Jump to:
| Project: | Universally Unique IDentifier |
| Version: | 7.x-1.0-alpha3 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
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.
#2
I reported the bug here (Search API)
http://drupal.org/node/1781772#comment-7012502
#3
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.