Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
LiveSearch 1.1
This discussion has been closed.
Comments
It's strange that it's looking for the ajax.php in /vanilla/account/extensions/...
before you do the fresh install, though, you can try to turn off the extension, delete the livesearch folder from your server, re-download a fresh livesearch, re-upload to your server, enable and see if it works then. it didn't for me, but it's worth a shot.
I see 'strawberries' has a problem with the extension too (you can see how it messes up his styles when using livesearch on a discussion page: http://www.love2escape.com/chat/discussion/39/you-tube/#Item_0)
Change this line in LiveSearch/default.php:
if( in_array($Context->SelfUrl, array('index.php', 'comments.php', 'account.php')) ) {
to:
if( in_array($Context->SelfUrl, array('index.php', 'account.php')) ) {
ahh.. yes it does.