Hi,

I recently installed userpoints and userpoint contributed modules into Drupal 5.7

When I run the update I got this error:

user warning: Unknown column 'upt.event' in 'where clause' query: SELECT DISTINCT(up.uid) FROM userpoints up INNER JOIN userpoints_txn upt USING(uid) WHERE upt.event <> 'expire' AND up.points > 0 AND upt.time_stamp < 1203356571 in /home/newmill/public_html/includes/database.mysql.inc on line 172.

Can someone help ?

Thanks in advance.

Hanly

Comments

jredding’s picture

Category: bug » support
Status: Active » Closed (won't fix)

You are using userpoints contributed modules version 2.x with userpoints API version 3.x; They are incompatible.

userpoints_expire from version 2 contributed modules is built into version 3 and thus not compatible.