[CWB] CQPWeb 3.2.11 autosetup MySQL error

Stephen Barrett Stephen.Barrett at glasgow.ac.uk
Tue Apr 26 15:21:18 CEST 2016


Hi,

I downloaded and installed the most recent version of CQPWeb (3.2.11) from cwb.sourceforge. The autoconfig seemed to run fine but when I run autosetup I get a MySQL error. I turned on print_debug_messages with the output copied below. Can anyone help with what might be causing the problem here, please?
    
Many thanks
    
Stevie
   
 ---
     
INSERT INTO user_info (
                    username,
                    realname,
                    email,
                    passhash,
                    acct_status,
                    expiry_time,
                    acct_create_time,
                    conc_kwicview,
                    conc_corpus_order,
                    cqp_syntax,
                    context_with_tags,
                    use_tooltips,
                    thin_default_reproducible,
                    coll_statistic,
                    coll_freqtogether,

- Ignored:
                    coll_freqalone,
                    coll_from,
                    coll_to,
                    max_dbsize,
                    linefeed
                    )
                    VALUES
                    (
                    'admin',
                    'unknown person',
                    'not-specified at nowhere.net',
                    '$2a$11$......................ZLXvySjf6/.CiTNyQGIjw.wMWUXzaS.',
                    1,
                    0,
                    CURRENT_TIMESTAMP,
                    1,
                    1,
                    0,
                    0,
                    1,
                    1,
                    ,
                    5,
                    5,
                    -3,
                    3,
                    1000000,
                    'au'
                    )
            /* from User: ??? | Function: add_new_user() | 2016-Apr-26 12:45:36 */
    
    
    
    Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
                    5,
                    5,
                    -3,
                    3,
                    1000000,
                    'au'
                    )
            /* from User: ??? | Function: add_' at line 38


More information about the CWB mailing list