View Single Post
  #1  
Old 11th October 2016, 01:31
doozy doozy is offline
Member
 
Join Date: Apr 2013
P2P
Posts: 5
Default Problem with sphinx
When i try configure sphinx.conf using indexer -c /etc/sphinxsearch/sphinx.conf --all

i gave this error on ubutu 12.04 lts

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'...
WARNING: key 'charset_type' was permanently removed from Sphinx configuration. Refer to documentation for details.
WARNING: key 'enable_star' was permanently removed from Sphinx configuration. Refer to documentation for details.
WARNING: key 'enable_star' was permanently removed from Sphinx configuration. Refer to documentation for details.
WARNING: key 'max_matches' was permanently removed from Sphinx configuration. Refer to documentation for details.
ERROR: unknown key name 'compat_sphinxql_magics' in /etc/sphinxsearch/sphinx.conf line 481 col 24.
FATAL: failed to parse config file '/etc/sphinxsearch/sphinx.conf'

in this line we have :
compat_sphinxql_magics = 0

Of course sphinx.conf get from latest version of gazelle what.cd

WHAT can i do?
Reply With Quote