Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2285 closed defect (bug) (fixed)

Fix for email change not working in profile/settings

Reported by: gian-ava's profile gian-ava 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)

#1 @DJPaul
15 years ago

  • Keywords needs-testing added

1.2.3 works fine for me without making the change, needs further investigation.

#2 @boonebgorges
15 years ago

Works for me too on 1.3 bleeding, though I'm not sure why. Seems like it shouldn't.

#3 @r-a-y
14 years ago

  • Keywords 2nd-opinion added
  • Version set to 1.3

Same result as Boone on 1.3-bleeding and on a standard WP install of 3.0.3.

However, we should probably patch the line so it uses "ABSPATH . WPINC" for sanity's sake.

Quickly tested the change on the same setup and it works fine.

#4 @boonebgorges
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3578]) Corrects path to registration.php in bp_core_screen_general_settings(). Fixes #2285; props gian-ava. Also fixes some WP_DEBUG problems in the blogs component.

Note: See TracTickets for help on using tickets.