Hi
In the hook_init() implementation (search_autocomplete_init()) you have used the $base_url; global variable, but have missed to declare it first!
adding this line at the top of that function, will solve the problem!

global $base_url;

CommentFileSizeAuthor
search_autocomplete.patch419 byteshejazee

Comments

dom.’s picture

Status: Active » Patch (to be ported)

Hi!

Sorry I did not reply earlier, I was in holiday.

Thanks for reporting the problem and for the patch. I will port it in the next release.

Thanks a lot,
Miro

dom.’s picture

Ported in 6.x-2.2

Thanks a lot for reporting!
Miro

dom.’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.