Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2011-12-28 07:41:55

bryan
Member
Registered: 2011-12-09
Posts: 12

Install Sphinx for Adult Script Pro problem

comes an Error when I was trying to install sphinx .

ERROR: unknown key name 'GROUP_CONCAT' in /etc/sphinx/sphinx.conf line 19 col 22.
FATAL: failed to parse config file '/etc/sphinx/sphinx.conf'

who can fix this?
thanks

Offline

#2 2011-12-28 08:24:05

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Install Sphinx for Adult Script Pro problem

You are using a very old mysql version or you made a mistake when you wrote sphinx.conf


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2012-01-02 07:29:21

bryan
Member
Registered: 2011-12-09
Posts: 12

Re: Install Sphinx for Adult Script Pro problem

here is my PHP Version 5.2.17
And I follow the  Documentation
» [HOWTO] Install Sphinx for Adult Script Pro
source videos
{
        type        = mysql
    sql_host    = localhost
    sql_user    = mysql-username
    sql_pass    = mysql-password
    sql_db      = mysql-database
    sql_sock    = /var/lib/mysqld/mysqld.sock (this depends on your server)
    sql_port    = 3306

    sql_query_pre       = SET NAMES utf8
    sql_query           = \
        SELECT v.video_id, v.title, v.description, v.mobile, v.add_time, \
         v.rating, v.total_views, v.duration, v.video_id AS video, \ #added in RC4
         GROUP_CONCAT(DISTINCT t.name SEPARATOR ' ') AS tags \
        FROM video AS v \
        LEFT JOIN video_tags AS t ON (t.video_id = v.video_id) \
        AND v.status = 1 \
        GROUP BY v.video_id

        sql_attr_uint           = video #added in RC4
        sql_attr_uint           = mobile
        sql_attr_uint           = total_views
        sql_attr_float          = duration
        sql_attr_float          = rating
        sql_attr_timestamp  = add_time
        sql_attr_multi          = uint categories FROM query; SELECT video_id, cat_id FROM video_category
        sql_query_info          = SELECT video_id, add_date FROM video WHERE video_id=$id
}

index videos
{
    source          = videos
    path            = /var/lib/sphinxsearch/data/videos (this depends on your distribution)
        charset_type    = utf-8
        min_prefix_len  = 3
        enable_star     = 1
}

searchd
{
        port            = 3312
        log                     = /var/log/sphinxsearch/searchd.log (this depends on your distribution)
        query_log       = /var/log/sphinxsearch/query.log (this depends on your distribution)
        pid_file        = /var/log/sphinxsearch/searchd.pid (this depends on your distribution)
}

I stiil can not fix that.
thanks

Last edited by bryan (2012-01-02 07:30:23)

Offline

Board footer

Powered by FluxBB