Frank Vèssia Posted January 15, 2016 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?
Wanze Posted January 15, 2016 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
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