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

bfo’s picture

don't worry about this, I'm having problems with the advanced forum module so probably won't be using this.

mile23’s picture

Status: Active » Postponed
berdir’s picture

Status: Postponed » Closed (won't fix)

Sorry 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.