[buddypress-trac] [BuddyPress Trac] #8055: Intersite user and user information synchronization in Multisite
buddypress-trac
noreply at wordpress.org
Fri Mar 1 03:48:25 UTC 2019
#8055: Intersite user and user information synchronization in Multisite
-------------------------------+------------------------------
Reporter: m2sahin | Owner: (none)
Type: feature request | Status: new
Priority: high | Milestone: Awaiting Review
Component: Members | Version: 4.1.0
Severity: major | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Changes (by boonebgorges):
* keywords: => reporter-feedback
Comment:
Hi @m2sahin - Thank you for the detailed report. Your English is quite
good :)
The setup that you want is, if I understand correctly,
`BP_ENABLE_MULTIBLOG`. I just tested this setting with a new instance of
WordPress Multisite, and I can confirm that it works *correctly*. In other
words, when updating profile fields on one site, the changes are reflected
on another site.
In your example 2, you are *not* seeing this. I have a few questions:
1. Are you using a Multi Network plugin, like wp-multi-network? This kind
of plugin will cause `BP_ENABLE_MULTIBLOG` to work in ways that are
difficult to predict.
2. Are you using any persistent caching tools, like Memcached, or a static
page caching plugin like W3 Total Cache? Can you try disabling them?
3. Look at your database tables. There should be a set of tables for each
site (`wp_posts`, `wp_comments`, etc for site 1, `wp_2_posts`,
`wp_2_comments`, etc for site 2) but just a single set of BP tables:
`wp_bp_xprofile_data`, etc. Do you see the same thing, or do you see more
than one set?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8055#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list