tags:

views:

110

answers:

1

I am getting the error

ERROR: expected searchd protocol version 1+, got version '0'. 

Does anyone knows why is it coming so when i run test2.php of sphinx api(ver 0.9.9-win32).

A: 

Check if you have started the searchd daemon. If not, find where you have the searchd installed, go to its directory and issue ./searchd command.

Basically, follow chapter 2.6 from the Sphinx manual

mloskot
thanks mloskot.but now i am getting 2 warnings.WARNING: forcing --console mode on WindowsWARNING: seamless_rotate is not yet supported in windows; forcing seamless_rotate=0listening on all interfaces, port=9312accepting connections
akku
@akku as far as I know, you can ignore it. It tells you didn't install searchd as a Windows service, you just control it manually.
mloskot

related questions