[buddypress-trac] [BuddyPress Trac] #6346: Upgrade DB tables to utf8mb4

buddypress-trac noreply at wordpress.org
Fri Sep 4 15:29:44 UTC 2015


#6346: Upgrade DB tables to utf8mb4
---------------------------------+------------------
 Reporter:  DJPaul               |       Owner:
     Type:  enhancement          |      Status:  new
 Priority:  normal               |   Milestone:  2.4
Component:  Component - Any/All  |     Version:
 Severity:  major                |  Resolution:
 Keywords:  dev-feedback         |
---------------------------------+------------------
Changes (by wpdennis):

 * cc: mail@… (added)
 * keywords:   => dev-feedback


Comment:

 Didn't want to open a new ticket, but I think Emojii support is more than
 an enhancement and kind of necessary to prevent unexpected behaviour.

 If someone is posting content with Emojies in e.g. bbpress,
 ''$wpdb->query()'' returns false and BuddyPress fails silently without
 creating the activity in ''BP_Activity_Activity->save()'':

 {{{
 if ( false === $wpdb->query( $q ) ) {
     return false;
 }
 }}}

 So, in cases where Emojis are "injected" by bp_activity_add() BuddyPress
 doesn't work as expected. Depending on the level of usage of activites
 (e.g. "What's new?" widgets), this could be an issue.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6346#comment:16>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list