Well, all I can say is: Fix your database.
product.productid must be the compatible with plugin.product and cron.product (and phrase.product, setting.product, productcode.productid, faq.product, ... you get the idea?)
All those standard fields really should already be the same (otherwise you would have gotten errors earlier).
With a standard MySQL installation they will most likely be latin1_swedish_ci
I suggest to export your DB schema and attach it here, that would make it a lot easier to point out which fields/tables do have the wrong collation.
|