user warning: Unknown column 'points' in 'field list' query: INSERT INTO uc_updiscounts
baalsgate - December 28, 2008 - 10:25
| Project: | Ubercart Userpoints |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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 ??

#1
That's not this module... that's part of the Ubercart Userpoints integration module package.
#2
The initial install of the module creates the table with the column. If the column is not being created that sounds like a different problem.
#3
#4
I am closing this issue due to a lack of response but have no problem reopening it if it shows up again.