Carmen Fréchette - carmenf
SELECT * FROM yacs_categories AS categories WHERE categories.keywords RLIKE '[[:<:]]mise a jour 1 juillet 2012 encore en vigueur ce 1 février 2017[[:>:]]' LIMIT 1
3685: Illegal argument to a regular expression.
SELECT * FROM yacs_categories AS categories WHERE categories.keywords RLIKE '[[:<:]]encore à jour ce 28 janv 2017[[:>:]]' LIMIT 1
3685: Illegal argument to a regular expression.
SELECT * FROM yacs_categories AS categories WHERE categories.keywords RLIKE '[[:<:]]mise a jour 1 janvier 2011[[:>:]]' LIMIT 1
3685: Illegal argument to a regular expression.
SELECT sections.* FROM yacs_sections AS sections WHERE (sections.anchor='' OR sections.anchor IS NULL) AND (sections.active='Y') AND (sections.index_map = 'Y') AND ((sections.activation_date is NULL) OR (sections.activation_date <= '2025-12-06 00:26:42')) AND ((sections.expiry_date is NULL) OR (sections.expiry_date <= '0000-00-00 00:00:00') OR (sections.expiry_date > '2025-12-06 00:26:42')) ORDER BY rank, title, edit_date DESC LIMIT 0,8
1064: 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 ', title, edit_date DESC LIMIT 0,8' at line 1