Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,046
- How-to & Troubleshooting
- 129,728
- Creating & Extending
- 25,799
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
This is line 566:
if ( !$domain = wp_cache_get( 'bp_user_domain_' . $user_id, 'bp' ) ) {
It sounds like you’re using some type of caching on your site. Try turning it off to see if the error goes away.
The function where this line resides — bp_core_get_user_domain() — only outputs a link to the user’s profile. Without knowing too much about your code, there’s not much we can do on our end.