Tables not updated to utf8mb4
-
Only detected doing a 4.4 update. Might be valid for 4.x in general.
Likely only occurs when installed with 3.x and upgraded to 4.x as the collation is not adjusted for the tables but the client only.Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' in query SELECT * FROM wp_prli_links WHERE slug='...' in require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), call_user_func_array, prli_template_redirect, prli_redirect, PrliLink->is_pretty_link, PrliLink->is_pretty_link_slug, PrliLink->getOneFromSlug
Can not see broken behaviour but did not test to deep, just a load of log-spam. Not tested with conflicting character codes or stricter SQL modes.
- The topic ‘Tables not updated to utf8mb4’ is closed to new replies.