[buddypress-trac] [BuddyPress Trac] #8141: bp_invitations table not created on update

buddypress-trac noreply at wordpress.org
Tue Oct 8 02:29:56 UTC 2019


#8141: bp_invitations table not created on update
--------------------------+------------------------------
 Reporter:  shanebp       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Groups        |     Version:  5.0.0
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by dcavins):

 Huh, well, then `bp_update_to_5_0()` should have already run. Can you
 check that the other task in that function ran? (bp_xprofile_meta should
 be 'allow_custom_visibility' => 'disabled' for the "fullname" xprofile
 field-though it may have already been that way, so this is not a 100%
 check.)

 Can you look back in your logs for any problems with
 `bp_core_install_invitations()` which would have relied on
 `$GLOBALS['wpdb']->get_charset_collate()`, `bp_core_get_table_prefix()`
 and `dbDelta()` (if that helps with looking in the logs for issues).

 If you don't see any clues in the logs, you can manually set the
 `_bp_db_version back` to something less than 12385, and
 deactivate/reactivate to see if you can see any new errors from
 `bp_update_to_5_0()`.

 I wonder if anyone remembers any problems like what you're seeing with 2.5
 and the introduction of the new email system.

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


More information about the buddypress-trac mailing list