Page MenuHomePhabricator

SQL error while installing PageTriage on a test Wiki (SQLite 3.7.8)
Closed, ResolvedPublic

Description

Creating pagetriage_tags table ...A database query error has occurred.
Query: INSERT INTO pagetriage_tags (ptrt_tag_name, ptrt_tag_desc)
VALUES
('linkcount', 'Number of inbound links'),
('category_count', 'Category mapping count'),
('csd_status', 'CSD status'),
('prod_status', 'PROD status'),
('blp_prod_status', 'BLP PROD status'),
('afd_status', 'AFD status'),
('rev_count', 'Number of edits to the article'),
('page_len', 'Number of bytes of article'),
('snippet', 'Beginning of article snippet'),
('user_name', 'User name'),
('user_editcount', 'User total edit'),
('user_creation_date', 'User registration date'),
('user_autoconfirmed', 'Check if user is autoconfirmed' ),
('user_bot', 'Check if user is in bot group'),
('user_block_status', 'User block status'),
('user_id', 'User id'),
('reference', 'Check if page has references')

Function: DatabaseBase::sourceFile( /srv/www/htdocs/extensions/PageTriage/sql/PageTriageTags.sql )

Error: 1 near ",": syntax error

using https://github.com/wikimedia/mediawiki-extensions-PageTriage/tree/770e697dd10703ccd8781fd555def4c0441c50fb/


Version: unspecified
Severity: minor

Details

Reference
bz54013

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:07 AM
bzimport set Reference to bz54013.
bzimport added a subscriber: Unknown Object (MLST).

Error occurs when running update script

$ php update.php

It's about http://www.mediawiki.org/wiki/Extension:PageTriage which is lacking in the component select of Bugzilla

Which MediaWiki version is this about?

The HEAD of the MASTER branch.

Change 83917 had a related patch set uploaded by Rillke:
Use SQL that SQLite 3.7.8 understands

https://gerrit.wikimedia.org/r/83917

Change 83917 merged by jenkins-bot:
Use SQL that SQLite 3.7.8 understands

https://gerrit.wikimedia.org/r/83917

Restricted Application added a subscriber: TerraCodes. · View Herald Transcript