using config file ‘/etc/sphinxsearch/sphinx.conf’…
ERROR: unknown key name ‘FROM’ in /etc/sphinxsearch/sphinx.conf line 75 col 13.
FATAL: failed to parse config file ‘/etc/sphinxsearch/sphinx.conf’
I really would appreciate some insight into this one, please.
Is the version of Sphinx the problem or is it the fault of the sphinx.conf itself?
I have followed the wcd guide for both CentOS 7 and Debian 9 and
In each case I receive an identical problem with Shpinx. I have grabbed https://git.oppaiti.me/Oppaitime/Gazelle/wiki/Sphinx-Config and filled in the necessary details done all what was required https://github.com/WhatCD/Gazelle/wiki/Ubuntu-16.04#configure-sphinx and when I finally get to sudo indexer -c /etc/sphinxsearch/sphinx.conf --all the shyte starts to hit the fan I gives me this output on both servers:
root@n312cuck:~# sudo indexer -c /etc/sphinxsearch/sphinx.conf --all
Sphinx 2.2.11-id64-release (95ae9a6)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/etc/sphinxsearch/sphinx.conf'...
ERROR: unknown key name 'FROM' in /etc/sphinxsearch/sphinx.conf line 75 col 13.
FATAL: failed to parse config file '/etc/sphinxsearch/sphinx.conf'
I really would appreciate some insight into this one, please.
Is the version of Sphinx the problem or is it the fault of the sphinx.conf itself?
It appears that the culprit is on line 74
‘_all’ AS fake \ # This is to allow inverted searches without positive matches
Removing \ # This is to allow inverted searches without positive matches after fake including the space fixes it. Thanks Spaghetti
It appears that the culprit is on line 74
'_all' AS fake \ # This is to allow inverted searches without positive matches
Removing \ # This is to allow inverted searches without positive matches after fake including the space fixes it. Thanks Spaghetti
I have followed the wcd guide for both CentOS 7 and Debian 9 and In each case I receive an identical problem with Shpinx. I have grabbed https://git.oppaiti.me/Oppaitime/Gazelle/wiki/Sphinx-Config and filled in the necessary details done all what was required https://github.com/WhatCD/Gazelle/wiki/Ubuntu-16.04#configure-sphinx and when I finally get to sudo indexer -c /etc/sphinxsearch/sphinx.conf --all the shyte starts to hit the fan I gives me this output on both servers:
root@n312cuck:~# sudo indexer -c /etc/sphinxsearch/sphinx.conf --all Sphinx 2.2.11-id64-release (95ae9a6) Copyright © 2001-2016, Andrew Aksyonoff Copyright © 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file ‘/etc/sphinxsearch/sphinx.conf’… ERROR: unknown key name ‘FROM’ in /etc/sphinxsearch/sphinx.conf line 75 col 13. FATAL: failed to parse config file ‘/etc/sphinxsearch/sphinx.conf’
I really would appreciate some insight into this one, please.
Is the version of Sphinx the problem or is it the fault of the sphinx.conf itself?
It appears that the culprit is on line 74 ‘_all’ AS fake \ # This is to allow inverted searches without positive matches Removing \ # This is to allow inverted searches without positive matches after fake including the space fixes it. Thanks Spaghetti
Spaghetti just close this issue it’s not like you are really interested. Oh wait you and azathoth are dead so I guess you can’t /s
Thanks for nothing!