I am getting the following error when I create a new ad channel.

user warning: Unknown column 'expire' in 'field list' query: INSERT INTO ad_auction SET nid=12, chid=3, group_tid=1, expire=1291183200, start=1288587600 in /var/www/dev/sites/all/modules/ad_auction/ad_auction.module on line 559.

I took a quick peek at the code and it looks like the expire column is in the ad_auction_cycles table and the ad_auction table references the ad_auction_cycles table. Looks like the SQL just needs to be updated to fit the table structure.

Comments

NewZeal’s picture

Status: Active » Fixed

Thanks for that. Bug fixed in alpha5

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.