Closed (fixed)
Project:
Ad Auction
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2010 at 01:58 UTC
Updated:
7 Oct 2010 at 09:40 UTC
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