Opened 15 years ago
Closed 15 years ago
#1018 closed defect (bug) (fixed)
Disabling extended profiles generates errors in sub-blog.
Reported by: | stevegk | Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
The following error messages are generated when trying to view any blog other than the main blog if extended profile component is disabled.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'xprofile_screen_display_profile' was given in /Users/steve/Sites/wpmu/wp-includes/plugin.php on line 414
Warning: Cannot modify header information - headers already sent by (output started at /Users/steve/Sites/wpmu/wp-includes/plugin.php:414) in /Users/steve/Sites/wpmu/wp-content/plugins/buddypress/bp-core.php on line 1170
Warning: Cannot modify header information - headers already sent by (output started at /Users/steve/Sites/wpmu/wp-includes/plugin.php:414) in /Users/steve/Sites/wpmu/wp-content/plugins/buddypress/bp-core.php on line 1171
Warning: Cannot modify header information - headers already sent by (output started at /Users/steve/Sites/wpmu/wp-includes/plugin.php:414) in /Users/steve/Sites/wpmu/wp-includes/pluggable.php on line 865
No blog output.
Using BuddyPress trunk revision 1885 on clean WPMU 2.8.4a sub-folder install with 2 sub-blogs.
Fixed in r1891