A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: Undeclared variable: 10
- SQL Query: SELECT a.auction_id, a.name, a.start_price, a.max_bid, a.nb_bids, a.currency,
a.end_time, a.closed, a.bold, a.hl, a.buyout_price, a.is_offer, a.reserve_price, a.owner_id, a.postage_amount,
a.fb_current_bid, a.auction_type, a.start_time, a.is_relisted_item, a.enable_swap FROM
bid_auctions a
LEFT JOIN bid_users u ON u.user_id=a.owner_id WHERE a.active=1 AND a.approved=1 AND a.deleted=0 AND a.creation_in_progress=0 AND a.closed=0 AND (a.list_in='auction' OR u.shop_active='1') AND a.buyout_price!=a.start_price
GROUP BY a.auction_id
ORDER BY a.list_in ASC, a.end_time ASC LIMIT 0, 10∨der_field=a.nb_bids∨der_type=ASC