A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and is_draft=0 AND active=1 AND (A.name LIKE '%izap%' ) GROUP BY A.auction_id ' at line 4
- SQL Query: SELECT A.auction_id , A.name, A.start_price, A.max_bid, A.currency, A.listing_type, A.buyout_price, A.nb_bids, A.currency, A.end_time, A.closed, A.buyout_price, A.is_offer, A.reserve_price, A.owner_id, A.animated, A.classified, AM.media_id , AM.media_url, AM.media_type, AM.upload_in_progress
FROM auctions A
LEFT JOIN auction_media AM ON AM.auction_id = A.auction_id
WHERE closed=0 AND approved=1 and deleted=0 and A.auction_id != and is_draft=0 AND active=1 AND (A.name LIKE '%izap%' ) GROUP BY A.auction_id LIMIT 5