Frank Vèssia Posted January 15, 2016 Share Posted January 15, 2016 Hi, out of the sudden I got this error in two websites Error: Exception: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (in /home/isoladel/public_html/wire/core/Database.php line 114)) any idea of what is it? Link to comment Share on other sites More sharing options...
Wanze Posted January 15, 2016 Share Posted January 15, 2016 Check the MySQL character set of your database or fields and change it from "latin1_swedish_ci" to "utf8_general_ci". But don't do this without backup / testing first 1 Link to comment Share on other sites More sharing options...
Frank Vèssia Posted January 18, 2016 Author Share Posted January 18, 2016 Thanks Wanze, I'll try this. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now