I am completely failing at this, apparently? It seems to be failing at:
# if no gearman, bail my $gc = LJ::gearman_client(); return "Sorry, content searching is not configured on this server.\n" unless $gc && @LJ::SPHINX_SEARCHD;
I am pretty sure that it's the gearman_client call, but once I found that, I... have no clue how to fake it. Do you have any pointers?
no subject
# if no gearman, bailmy $gc = LJ::gearman_client();
return "Sorry, content searching is not configured on this server.\n"
unless $gc && @LJ::SPHINX_SEARCHD;
I am pretty sure that it's the gearman_client call, but once I found that, I... have no clue how to fake it. Do you have any pointers?