sphinx error
Posted: Mon Nov 24, 2014 9:51 pm
Hello,
When my admin tries to load the Sphinx config it fails:
root@elsocorro:/root # su serverco
$ indexer --all --rotate
Sphinx 2.1.7-release (rel21-r4638)
Copyright (c) 2001-2014, Andrew Aksyonoff
Copyright (c) 2008-2014, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/usr/local/etc/sphinx.conf'...
indexing index 'scj_index'...
ERROR: index 'scj_index': sql_query: Unknown column 'tags' in 'field list' (DSN=mysql://serverco_scj:***@localhost:3306/serverco_scj09).
total 0 docs, 0 bytes
total 0.002 sec, 0 bytes/sec, 0.00 docs/sec
total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
total 0 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
$
The query is
SELECT id, date, tags, alt, description, duration, sponsor_id, rgroup FROM
rot_galleries as g JOIN rot_gallery_stats AS gs ON g.id = gs.thumb_id WHERE status = 1 and gs.best_thumb = 'yes' and rgroup !
= 0
He thinks maybe my scj install is out of date?
When my admin tries to load the Sphinx config it fails:
root@elsocorro:/root # su serverco
$ indexer --all --rotate
Sphinx 2.1.7-release (rel21-r4638)
Copyright (c) 2001-2014, Andrew Aksyonoff
Copyright (c) 2008-2014, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/usr/local/etc/sphinx.conf'...
indexing index 'scj_index'...
ERROR: index 'scj_index': sql_query: Unknown column 'tags' in 'field list' (DSN=mysql://serverco_scj:***@localhost:3306/serverco_scj09).
total 0 docs, 0 bytes
total 0.002 sec, 0 bytes/sec, 0.00 docs/sec
total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
total 0 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
$
The query is
SELECT id, date, tags, alt, description, duration, sponsor_id, rgroup FROM
rot_galleries as g JOIN rot_gallery_stats AS gs ON g.id = gs.thumb_id WHERE status = 1 and gs.best_thumb = 'yes' and rgroup !
= 0
He thinks maybe my scj install is out of date?