Erreur SQL !
FROM artistes WHERE (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]on[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]on[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]on[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]on[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]peut[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]peut[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]peut[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]peut[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]i[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]i[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]i[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]i[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]aler[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]aler[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]aler[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]aler[[:>:]]") AND affiche_artiste="1" ORDER BY nom_artiste ASC
Illegal argument to a regular expression.