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

Garrett Albright’s picture

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.

pndur’s picture

Thanks for your reply. I already managed to have it activated by adding the column manually.

Garrett Albright’s picture

Status: Active » Closed (fixed)