Hello,
On 2019-08-24 16:11, BKH wrote:
i put
define('SPHINX_VERSION', 311);
if a similar line wasn't there already, then your sphinx.conf version is
not ready for 3.1.1. Grab this one:
https://bitbucket.org/jsuto/piler/raw/c84bea95061820135cc1edcc8beb88ccb0d0f053/etc/sphinx.conf.in
and save it as sphinx.conf (note that @LOCALSTATEDIR@ must be fixed at
the beginning).
Set 311 for the sphinx version, then check if searchd is happy with it:
(it will print any issues it encounters)
searchd -c /usr/local/etc/piler/sphinx.conf
if so, then kill it, and restart it with the rc script or systemctl.
Janos