You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using config file '/opt/redmine/config/production.sphinx.conf'...
WARNING: key 'enable_star' was permanently removed from Sphinx configuration. Refer to documentation for details.
indexing index 'issue_core'...
ERROR: index 'issue_core': id is not a valid attribute name.
total 0 docs, 0 bytes
total 0.004 sec, 0 bytes/sec, 0.00 docs/sec
skipping non-plain index 'issue'...
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 text was updated successfully, but these errors were encountered:
by the way, I used mysql and rails 4.2
and in the conf file I found SQL that
sql_query = SELECT SQL_NO_CACHE issues.id * 2 + 0 AS id, issues.subject AS subject, issues.id AS sphinx_internal_id, 'Issue' AS sphinx_internal_class, 0 AS sphinx_deleted, issues.id AS id, issues.status_id AS status_id, issues.project_id AS project_id FROM issues WHERE (issues.id BETWEEN $start AND $end) GROUP BY issues.id, issues.subject, issues.id, issues.id, issues.status_id, issues.project_id ORDER BY NULL
I doubt the sql is wrong in mysql... anyone could tell me how to solve it? Thanks so much.
when I bundle rake index , occured an error. How can I fix it? Thanks so much.
the error information is
The text was updated successfully, but these errors were encountered: