Nodes aren't saved
pndur - November 4, 2008 - 20:31
| Project: | Ubercart Auction |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
While saving an auction node i get the following error:
user warning: Unknown column 'purchased' in 'field list' query: INSERT INTO uc_auction (nid, expiry, notified, purchased, high_bidder, start_price) VALUES (1, 1226435170, 0, 0, 0, 750.00)
The node isn't saved as an auction, but as an ordinary product type.
this is the latest dev release of oct 7

#1
This could happen if you upgraded from a previous development release of Ubercart Auction without completely uninstalling and reinstalling the module. (Since it's just a dev release, I didn't bother implementing a "proper" upgrading thingie.) Try disabling and uninstalling the Ubercart Auction module (click on the "Uninstall" tab on the module list page), and then re-enabling it.
#2
Thanks for your reply. I already managed to have it activated by adding the column manually.
#3