When I trun on solr auto complete module and type a word in the search box we will receive an error message like"
------------------------------
AN AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: http://..../apachesolr_autocomplete
StatusText: error
Response Text:
ReadyState:4
--------------------------------"
Then stop there. I'm using Apache Solr Autocomplete 7x.1.2
Apache Solr framework 7.x-1.0-beta8

Can anyone give me some tips to fix this problem?
Thanks a lot!

Comments

__cj’s picture

I was also having this issue.

The error is being thrown in a core file (/misc/autocomplete.js - line 309).

I think this issue is directly related to:
'Drupal alerts "An AJAX HTTP request terminated abnormally" during normal site operation, confusing site visitors/editors'
- http://drupal.org/node/1232416

AND by extension of this:
'Use throw when error occurs'
- http://drupal.org/node/1606362

So I don't think this is a project issue at the moment.

Chris.

janusman’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Should retry with newer code, or close.