This module doesnt seem to be working when drupal is installed in a subdir. I get
/var/www/html/livesearch/test in my error log when my drupal is installed in
/var/www/html/myblog/
You might also want to make a 4.5 brach for this module since I find it very usefull!

Comments

al’s picture

Assigned: Unassigned » al

Should now be fixed.

bertboerland’s picture

I picked the new javascript file and cped it to the existing livesearch dir on my host. The *results* of livesearch once a user has pressed "enter" is okay, however, the page that the "popup" is showing wheil searching is my 404 page.

It looks like the javascripts is still unawre of the base dir:

[Tue Dec  7 17:27:17 2004] [error] [client 213.84.158.14] File does not exist: /var/www/html/livesearch/test

and

 grep -i base livesearch.*

gives no results?

So are you sure the $base_url is taken into account?

al’s picture

Now updated to not use clean URLs.
Please test and close this bug if it works for you.

bertboerland’s picture

Thanks al, its fixed! you were ahead on google on this thing ;-)

Anonymous’s picture