[buddypress-trac] [BuddyPress Trac] #5749: bp_blogs_record_existing_blogs() improvements (was: Blogmeta not removed when running bp_blogs_record_existing_blogs())
buddypress-trac
noreply at wordpress.org
Thu Jul 10 19:56:14 UTC 2014
#5749: bp_blogs_record_existing_blogs() improvements
-----------------------------+------------------
Reporter: johnjamesjacoby | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.1
Component: Blogs | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------
Description changed by johnjamesjacoby:
Old description:
> Even though BuddyPress empties the `bp_user_blogs` table, the
> `bp_user_blogmeta` table remains fully populated. This is an unintended
> limitation in `bp_blogs_record_existing_blogs()` where it cannot reliably
> be reran.
>
> A good example of this would be disabling BuddyPress for a period of time
> where new sites are created. In this instance, those new sites can never
> become visible in BuddyPress's UI, and also do not have a tool available
> to repopulate that data.
New description:
A few separate issues I see here:
* No limitations on the number of sites being recorded
* `bp_user_blogs` is emptied, but not truncated, meaning auto-increment is
never reset
* We should probably truncate `bp_user_blogmeta` also, to ensure accurate
data is populated
--
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5749#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list