Closed (won't fix)
Project:
User Points
Version:
5.x-3.x-dev
Component:
Code: userpoints API
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2008 at 17:53 UTC
Updated:
4 Mar 2008 at 10:04 UTC
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
Comment #1
jredding commentedYou 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.