[wp-meta] [Making WordPress.org] #5756: Activity log is not populated when a topic title consists of only emoji

Making WordPress.org noreply at wordpress.org
Fri Dec 17 04:49:41 UTC 2021


#5756: Activity log is not populated when a topic title consists of only emoji
-----------------------+---------------------
 Reporter:  bradparbs  |       Owner:  (none)
     Type:  defect     |      Status:  new
 Priority:  normal     |   Milestone:
Component:  Profiles   |  Resolution:
 Keywords:             |
-----------------------+---------------------
Changes (by dd32):

 * component:  Plugin Directory => Profiles


Comment:

 > -1 Unable to save activity

 Looks like this is caused by WPDB rejecting the DB Insert via
 `wpdb->strip_invalid_text_from_query`:
 > WPOrg_Profiles_Activity_Handler->handle_forum_activity, bp_activity_add,
 BP_Activity_Activity->save, hyperdb->query,
 wpdb->strip_invalid_text_from_query, wpdb->get_table_charset,
 wpdb->get_results, hyperdb->query

 The fields in this case are `CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci`
 and the connection should be `utf8mb4`, so I'm not quite sure what the
 issue is.. unless it needs to be upgraded to `utf8mb4_unicode_520_ci`..

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5756#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list