DB function failed with 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 'Hiver%' OR c.country LIKE '%Palais D'Hiver%' OR c.venue LIKE '%Palais D'Hiver...' at line 2 SQL=SELECT COUNT(c.cid) FROM site_concert c
WHERE (c.city LIKE '%Palais D'Hiver%' OR c.country LIKE '%Palais D'Hiver%' OR c.venue LIKE '%Palais D'Hiver%') AND c.published = 1
ORDER BY ctime ASC