akirk/friends

quick subsscribing to rss parrot handles fails due too 🦜

Closed this issue · 1 comments

Quick subscibing to rss feeds from RSS-parrot fails due too the parrot in the feed name:

PHP message: WordPress database error Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=' for query SELECT  t.term_id
			 FROM wp_terms AS t  INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
			 WHERE tt.taxonomy IN ('friends-virtual-user') AND t.name IN ('\xf0\x9f\xa6\x9c-Feed-Name')
			 ORDER BY t.term_id ASC
			 LIMIT 1 made by do_action('friends_page_add-friend'), WP_Hook->do_action, WP_Hook->apply_filters, Friends\Admin->render_admin_add_friend, Friends\Admin->process_admin_add_friend, Friends\User::create, Friends\Subscription::create, term_exists, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms

Thank you for the report! Interesting to have an emoji in the username :) It'll be fixed in the next version!