A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: Unknown column 'fb_current_bid' in 'where clause'
- SQL Query: SELECT * FROM probid_auctions WHERE
active=1 AND closed=0 AND deleted=0 AND
(
(end_time<'1337523142' AND auction_type!='first_bidder') OR
(reserve_price>=fb_current_bid AND auction_type='first_bidder')
)
AND close_in_progress=0 AND bid_in_progress=0
LIMIT 0, 50