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