The default autocomplete feature does not work and gives me following error:
Notice: Undefined variable: eid in finder_autocomplete_autocomplete() (line 376 of …/modules/finder/plugins/element_handler/autocomplete.inc)
This happens in 7.x-2.x-dev and 7.x-2.x-rc2 as well.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | finder-autocomplete-error-1720324-10.patch | 1.15 KB | amanire |
Comments
Comment #1
Georgii commentedI have the same, however autocomplete works for me. I think there is a problem with this piece of code:
…/modules/finder/plugins/element_handler/autocomplete.inc from 370I suppose that this
$eidis actually an$element_id. After a small replacement it stopped throwing and error.Hope it will work for you also
Comment #2
jdlind38 commentedThis also worked for me in version 7.x-2.0. Thanks for the fix.
Comment #3
nikkubhai commentedWeird, in my case, autocomplete works for admin user but not for normal user.
Comment #4
Georgii commentednikkubhai, is it the same issue or a different one?
Comment #5
Miguel.Andrade commentedYap, #1 solved it for me too. tnx
Comment #6
NicoDruif commentedI had exactly the same error, and the proposed fix worked for me too!
Comment #7
wxman commentedSame here. It was driving me crazy trying to fix it.
Comment #8
PaperWeight commentedGood fix
Comment #9
mvdve commentednikkubhai , You are probably searching for content where only the administrator has viewing wrights.
For example commerce product fields etc.
Comment #10
amanire commentedWorks for me. Here's a patch from #1. Looks like a straightforward bug fix.
Comment #12
danielb commented