I get the following errors when I try an use this module.
I'm using postgres so I assume it's got something to do with that.
pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near "(" at character 554 in /mounts/max30/home/cath/www/ukra/includes/database.pgsql.inc on line 125.
query: CREATE TABLE userpoints_txn ( txn_id SERIAL, uid INTEGER NOT NULL default '0', approver_uid INTEGER NOT NULL default '0', points INTEGER NOT NULL default '0', time_stamp INTEGER NOT NULL default '0', status INTEGER NOT NULL default '0', event VARCHAR, description VARCHAR, expirydate INTEGER NOT NULL default '0', expired BOOLEAN, parent_txn_id INTEGER NOT NULL default '0' PRIMARY KEY (txn_id) ); in /mounts/max30/home/cath/www/ukra/includes/database.pgsql.inc on line 144.
Comments
Comment #1
bfo commenteddon't worry about this, I'm having problems with the advanced forum module so probably won't be using this.
Comment #2
mile23Comment #3
berdirSorry for spamming the participants in this issue. Due to the release of Drupal 7 and the lack of time from the maintainers, I'm closing all remaining 5.x issues for Userpoints.
Feel free to re-open this issue or create a new one for 6.x or even better 7.x if this bug is still open or feature is missing for these versions.