A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: Table 'probid_auctions' is marked as crashed and should be repaired
- SQL Query: SELECT * FROM probid_auctions WHERE
active=1 AND closed=0 AND deleted=0 AND
(
(end_time<'1369212785' 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