Hm, 600mb for 25 million posts, I guess I'll give it a shot
So, we just rolled out our sphinx search. All is well, but some users are reporting a ton of warnings after clicking submit and before they get their results.
I'm not exactly what is causing it, but the error is:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /includes/sphinx.php on line 142
Looks as though $sphinx_conventry_id is not getting set on this line?
if (!can_moderate($docinfo['attrs'][$sphinx_can_moderate_forumid]) AND in_array($docinfo['attrs'][$sphinx_conventry_userid], $Coventry))
Any thoughts?