-
I upgraded to new version of Rank Math, but it doesn’t work well. Constant errors with: WordPress database error Illegal mix of collations – utf8mb4_unicode_520_ci and utf8mb4_unicode_c. Mr. developer, maybe you don’t know what unicode collation you need to assign? I will say that the module must contain utf8mb4_general_ci in all db fields. Quickly make corrections so that the module is not thrown by error and check all fields to have the necessary utf settings.
Code sample:
WordPress database error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' for query SELECT t2.object_id, SUM(t1.pageviews) AS traffic FROM wp_rank_math_analytics_ga AS t1 Left JOIN wp_rank_math_analytics_objects AS t2 ON t1.page=t2.page WHERE t2.object_id IN ( 27049, 23135, 22899, 22613, 22592, 22534, 22044, 21879, 21877, 21875, 21869, 21864, 21830, 21377, 21235, 21232, 21126, 21103, 20959, 20800 ) and t1.created BETWEEN Now() - inte
The ticket ‘WordPress database error Illegal mix of collations – utf8mb4_unicode_520_ci’ is closed to new replies.