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
Comment #1
NewZeal commentedThanks for that. Bug fixed in alpha5