In the publish-cvs the publish.mysql file has a typo.

CREATE TABLE publish_q (
qit int(11) NOT NULL default '0',

should read:

CREATE TABLE publish_q (
qid int(11) NOT NULL default '0',

Comments

jvandyk’s picture

Assigned: Unassigned » jvandyk
Status: Active » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)