OpenEdition / lodel

Science publishing CMS
GNU General Public License v2.0
50 stars 27 forks source link

Pb caractères spéciaux sur moteur de recherche #141

Open ericferrante opened 10 months ago

ericferrante commented 10 months ago

Le moteur de recherche produit une erreur lorsque la recherche se fait sur un mot contenant un caractère spécial :

Error (Internal Error) in file '/var/www/interfas/lodel/lodel/scripts/searchfunc.php' on line 100 : SQL ERROR : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'

PHP Error in file '/var/www/interfas/lodel/lodel/scripts/searchfunc.php' on line 105 : Call to a member function MoveNext() on bool

Que faut-il faire pour corriger cela ? Merci.