Closed (duplicate)
Project:
Universally Unique IDentifier
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 14:53 UTC
Updated:
31 Jan 2013 at 00:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
cutesquirrel commentedHere is the patch needed to fix the problem.
Comment #2
gilgabar commentedExperienced the same issue noted in #1240250: SearchApiException: Unknown or invalid item type redirect. in search_api_get_datasource_controller(). The patch in #1 resolved the problem.
Comment #4
gmclelland commented#1: uuid-bad_foreach_entityproperty-1782422-1.patch queued for re-testing.
Comment #6
mattcasey commentedThis patch didn't work at first, since I had search api installed in Panopoly the file path was wrong. You can do git patch -p1 < filename.patch to make it work. I was also getting WSOD until I flushed the cache by truncating (emptying) the cace table in PHPMyadmin.
Comment #7
cilestin commentedI can confirm that this patch also fixes the Rules module's data selector.
See http://drupal.org/node/1423234#comment-6239588
Comment #8
socialnicheguru commentedthat patch doesn't apply to the dev version
Comment #9
zhangtaihao commentedThis has been fixed since March 2012. Please check against 7.x-1.x-dev.
Marking as duplicate of #1497094: uuid_entity_property_info_alter overrides &$info.
Comment #10
shashi_lo commentedI replaced the variable $info with $values and it worked for me!
Comment #11
zhangtaihao commentedPlease do not re-open a fixed issue unless something is wrong with the fix.
The development snapshot (7.x-1.x-dev) is working. If you wish to voice your need for a new release to include the fix, please chime in on #1663390: Roll a new UUID stable release.