Opened 12 years ago
Closed 12 years ago
#4493 closed defect (bug) (worksforme)
Fatal Error when disabling then re-enabling Profiles and Forums
Reported by: | fanquake | Owned by: | fanquake |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | |
Cc: | fanquake |
Description
On the BuddyPress Components admin page,
Disable Extended Profiles and Discussion Forums. This creates two separate warnings.
Warning: Creating default object from empty value in /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-members/bp-members-loader.php on line 101
Warning: Creating default object from empty value in /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-loader.php on line 206
Re-tick Extended Profiles and Discussion Forums and on saving settings the following warning and error will occur..
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-members/bp-members-loader.php:101) in /Applications/MAMP/htdocs/wp-includes/pluggable.php on line 881
Fatal error: Call to undefined function bp_forums_is_installed_correctly() in /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-admin.php on line 329
I should point out that WP_DEBUG needs to be on, however that should be standard for any developers.
Putting in 1.7 milestone but bumpable if we don't get a patch.