• Resolved kbaldac

    (@kbaldac)


    Getting errors from different collations:

    WordPress database error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation ‘=’ for query UPDATE

    ggx_blc_synch AS synch

    JOIN ggx_posts AS posts ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)

    How do I avoid these errors without modifying the database table structures?

Viewing 1 replies (of 1 total)
  • I’m getting the same errors. The rest of the error message is:

    made by activate_plugin, do_action(‘activate_broken-link-checker/broken-link-checker.php’), WP_Hook->do_action, WP_Hook->apply_filters, blc_activation_hook, require(‘/plugins/broken-link-checker/includes/activation.php’), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch

Viewing 1 replies (of 1 total)
  • The topic ‘Illegal mix of collations’ is closed to new replies.