Opened 16 years ago
Closed 16 years ago
#2285 closed defect (bug) (fixed)
Fix for email change not working in profile/settings
| Reported by: | gian-ava | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Core | Version: | 1.5 |
| Severity: | 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
@
16 years ago
Works for me too on 1.3 bleeding, though I'm not sure why. Seems like it shouldn't.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
1.2.3 works fine for me without making the change, needs further investigation.