Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#4652 closed defect (bug) (worksforme)

All members profile edit link goes to ​http://members/1

Reported by: minminloveislonely Owned by:
Priority: normal Milestone:
Component: Members Version: 1.6.1
Severity: normal Keywords:
Cc:

Description

Upgraded to 1.6.1. Have some problems. When I click on buddypress directories and / or "single" member's profile etc. it returns infinite redirect loop error.

So I tried to delete the child theme files, and in this way, I assume system will look for the files in default theme, then it works mostly.

However, there's one link still not working, that is the edit profile link for each member. And it returns to error page like this: http://members/1 ("1" is apparently the user id) So it returns the url with user id instead of user name.

I use the default edit.php in default theme. Suppose it's not the issue of my child theme then.

I need help otherwise members cannot edit their profiles. Why does the script look for user id instead of user name and why doesn't the url contain domain but only the directory name?

Change History (2)

#1 @minminloveislonely
14 years ago

  • Component CoreMembers
  • Severity criticalblocker
  • Summary Edit Profile Link Returns Error (with User ID Instead of User Name and without Domain but Directory Only)All members profile edit link goes to ​http://members/1

All members profile edit link goes to http://members/1 actually. It looks like the domain is omitted and it cannot get members' user names.

#2 @johnjamesjacoby
14 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review
  • Resolutionworksforme
  • Severity blockernormal
  • Status newclosed

You're likely using a _get_ function in place of something that should be echo'ing.

If this is happening in your child theme, this belongs in the support forums.

Closing as worksforme.

Note: See TracTickets for help on using tickets.