I've been looking at some products, and somehow, somewhere, the ones which involve fractions of an inch (ie: 2¾") have become corrupted. For example:
So, I looked in the database, and it looks even weirder in there!
So, if I do this:
It says there's zero rowsCode:UPDATE products_description SET products_description = REPLACE (products_description, 'Ã?ÂÂ', '' );
And if I do this:
it comes back withCode:UPDATE products_description SET products_description = REPLACE (products_description, 'Ã?Â', '' );
Sigh. Any ideas?Code:#1270 - Illegal mix of collations (latin1_general_ci,IMPLICIT), (utf8_unicode_ci,COERCIBLE), (utf8_unicode_ci,COERCIBLE) for operation 'replace'






Bookmarks