MYSQL ERROR 1267
-
Hi. I suddenly have an mysql error:
ERROR: Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,IMPLICIT) for operation ‘=’
CALLER: SELECT IFNULL(zone_name,’Other Zones’)zone,method_id,instance_id ,IFNULL((SELECT option_value
FROM wpyg_options o
WHERE o.option_name LIKE ‘woocommerce_f%settings’
AND o.option_name=CONCAT(‘woocommerce_’,m.method_id,’_’,m.instance_id,’_settings’)),’a:1:{s:5:”title”;s:7:”Default”;}’)meta
FROM wpyg_woocommerce_shipping_zone_methods m
LEFT JOIN wpyg_woocommerce_shipping_zones z
ON m.zone_id=z.zone_id
ORDER BY z.zone_order, m.method_order;Your plugin worked fine a couple of days ago when I installed and then it stopped working. It was prior to the latest update so it’s not related to this.
- The topic ‘MYSQL ERROR 1267’ is closed to new replies.