Closed (fixed)
Project:
Ubercart Userpoints
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2008 at 10:25 UTC
Updated:
3 Mar 2009 at 13:40 UTC
Seems i get an error tring to pay a discount with userpoints.
user warning: Unknown column 'points' in 'field list' query: INSERT INTO uc_updiscounts (uid, oid, ptamt, points) VALUES (5, 5, '10', -10000) in /www/neuro/http/includes/database.mysql.inc on line 174.
any idea why this is happening oviously I dont have a points column in uc_updiscounts but what was supose to install that , I have tried updating the database reinstalling the modules no change same issue .
problem ??
Comments
Comment #1
rszrama commentedThat's not this module... that's part of the Ubercart Userpoints integration module package.
Comment #2
bmagistro commentedThe initial install of the module creates the table with the column. If the column is not being created that sounds like a different problem.
Comment #3
bmagistro commentedComment #4
bmagistro commentedI am closing this issue due to a lack of response but have no problem reopening it if it shows up again.