Erreur SQL !
FROM artistes WHERE (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]L’ODYSSÉE[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]L’ODYSSÉE[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]L’ODYSSÉE[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]L’ODYSSÉE[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]DU[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]DU[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]DU[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]DU[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]PASSEUR[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]PASSEUR[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]PASSEUR[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]PASSEUR[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]D’AURORE[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]D’AURORE[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]D’AURORE[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]D’AURORE[[:>:]]") AND affiche_artiste="1" ORDER BY nom_artiste ASC
Illegal argument to a regular expression.