Changes between Version 1 and Version 2 of Ticket #6940, comment 6
- Timestamp:
- 03/11/2016 05:48:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6940, comment 6
v1 v2 13 13 On this install, the table is truncated, but the blog records are never repopulated because the `get_users()` call fails with a WSOD. (This is due to the size of the userbase.) 14 14 15 Now, here is the interesting part. BuddyPress tries to repopulate the blog records whenever the admin dashboard is loaded via `bp_core_activation_notice()` of all places!15 Now, here is the interesting part. BuddyPress tries to repopulate the blog records if it is empty whenever the admin dashboard is loaded via `bp_core_activation_notice()` of all places! 16 16 17 So the admin dashboard always gets a WSOD.17 So on this site, the admin dashboard always gets a WSOD. 18 18 19 19 ----