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
Comments
Comment #1
Garrett Albright commentedThis 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.
Comment #2
pndur commentedThanks for your reply. I already managed to have it activated by adding the column manually.
Comment #3
Garrett Albright commented