Opened 12 years ago
Closed 12 years ago
#4652 closed defect (bug) (worksforme)
All members profile edit link goes to http://members/1
Reported by: | minminloveislonely | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6.1 |
Component: | Members | 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
@
12 years ago
- Component changed from Core to Members
- Severity changed from critical to blocker
- Summary changed from Edit Profile Link Returns Error (with User ID Instead of User Name and without Domain but Directory Only) to All members profile edit link goes to http://members/1
#2
@
12 years ago
- Keywords needs-patch removed
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Severity changed from blocker to normal
- Status changed from new to closed
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.
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.