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 '' at line 4
- SQL Query: SELECT a.auction_id, a.name as name, a.country, a.city as city, a.category_id, c.name as country
FROM probid_auctions a
LEFT JOIN probid_countries c ON (a.country = c.id)
WHERE auction_id=