A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) AND (`date` > NOW()) ORDER BY price, date' at line 8

SELECT name_ru, name_lv, name_en, slug, price, date, hotel, images.id AS image, hotels.name as name FROM `offers` JOIN `countries` ON `offers`.country = `countries`.id JOIN `hotels` ON `offers`.hotel = `hotels`.id LEFT JOIN `images` ON `offers`.hotel = `images`.parent AND `images`.type = 'hotel' AND `images`.main = 1 WHERE (ended = '0') AND (offers.country IN ()) AND (`date` > NOW()) ORDER BY price, date

Filename: /srv/www/fly/www/controllers/region.php

Line Number: 60