You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: