hi guys em facing a problem on my dle 9.3 site when any new guest try to register him self he get this error:
MySQL Error!
------------------------
The Error returned was:
Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
Error Number:
1267
SELECT COUNT(*) as count FROM dle_users WHERE email = 'asldkfj@lkjasdf.com' OR LOWER(name) REGEXP '[[:<:]][a?]d[s5]f[a?][s5]df[[:>:]]' OR name = 'adsfasdf'
does anyone have any idea what this is about ?
MySQL Error!
------------------------
The Error returned was:
Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
Error Number:
1267
SELECT COUNT(*) as count FROM dle_users WHERE email = 'asldkfj@lkjasdf.com' OR LOWER(name) REGEXP '[[:<:]][a?]d[s5]f[a?][s5]df[[:>:]]' OR name = 'adsfasdf'
does anyone have any idea what this is about ?