#3712 closed defect (bug) (fixed)
Fatal Error: function bp_get_settings_slug undefined
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | major | Version: | 1.5 |
Component: | Core | Keywords: | needs-patch |
Cc: |
Description
If you disable Account Settings in BP components then navigate to a group and attempt to promote a member a fatal error is thrown:
Call to undefined function bp_get_settings_slug() in /html/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 172
Tested this back and fourth and can confirm enabling Account Settings again clears the issue.
Feels as though a if(function_exists()) is required?
I haven't time to break work flow right now to try out a patch but will tomorrow if necessary.
Change History (5)
Note: See
TracTickets for help on using
tickets.
At the moment, I think "Account settings" should be mandatory because notifications in various components require it.
Maybe notifications should be split up into its own component, so it isn't so tied to settings.