I have an error when i call the folowing url:
http://www.mysite.com/component/jsn/Séraph
I specify that i have changed the collation of all tabled,columns and datatabase to utf8_unicode_ci
however i have this error :
General error: 1267 Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE)
for operation '='
if i use the same url without accent it works.
How can i resolve this ?