Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong arguments for overloaded method 'Enquire.mset'. #2

Open
kris opened this issue Jan 8, 2010 · 0 comments
Open

Wrong arguments for overloaded method 'Enquire.mset'. #2

kris opened this issue Jan 8, 2010 · 0 comments

Comments

@kris
Copy link

kris commented Jan 8, 2010

I can do many searches across many models, as a single model or array of models, but for one particular model it croaks with this error. What's weird is it works from the rake task, just not through mongrel.

Wrong arguments for overloaded method 'Enquire.mset'.
Possible C/C++ prototypes are:
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount checkatleast, Xapian::RSet const *omrset, Xapian::MatchDecider const *mdecider)
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount checkatleast, Xapian::RSet const *omrset)
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount checkatleast)
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::doccount maxitems)
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount checkatleast, Xapian::RSet const *omrset, Xapian::MatchDecider const *mdecider, Xapian::MatchDecider const *matchspy)
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::doccount maxitems, Xapian::RSet const *omrset, Xapian::MatchDecider const *mdecider)
Xapian::MSet Enquire.mset(Xapian::doccount first, Xapian::do

Not sure what's causing this. I googled and many suggested editing the plugin, but you already did that, and I'm also not using passenger.

Input?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant