Opened 15 years ago
Closed 14 years ago
#2285 closed defect (bug) (fixed)
Fix for email change not working in profile/settings
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | 1.5 | |
Component: | Core | Keywords: | 2nd-opinion needs-testing |
Cc: |
Description
If you go in profile > settings and try to change the email, it doesn't work.
You need to change "bp-core-settings.php" line 41:
WPINC . '/registration.php'
to:
ABSPATH . WPINC . '/registration.php'
That fix it.
As suggested from Brajesh Singh in this thread:
http://buddypress.org/forums/topic/fatal-error-when-a-member-changes-the-email-in-settingsgeneral?replies=5#post-46653
Change History (4)
#2
@
15 years ago
Works for me too on 1.3 bleeding, though I'm not sure why. Seems like it shouldn't.
Note: See
TracTickets for help on using
tickets.
1.2.3 works fine for me without making the change, needs further investigation.