Opened 13 years ago
Closed 13 years ago
#5140 closed defect (bug) (duplicate)
request membership inside of private group gives 404
| Reported by: | wdfee | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Groups | Version: | 1.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | info@… |
Description
hello,
when requesting membership out of a private group the user is sent to the 404 page, no request was sent. requesting out of the group directory works.
I didn't test 1.8 on this, maybe the issue came with this version. Of course I already deactivated all plugins and choose bp default theme. WP 3.6
Change History (6)
#2
@
13 years ago
- Keywords has-patch removed
How exactly are you requesting membership of the private group? Can you go through step-by-step, and provide example URLs if possible?
I've just tried recreating this and wasn't able to.
#3
@
13 years ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
Closing issue as no feedback from reporter, and we need more details on how to recreate this issue.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It's caused by the following: in bp-groups-screens.php function groups_screen_group_request_membership() the request is done
if ( isset( $_POST['group-request-send']) ). But the $_POST variable is empty because it's a pure link button. I commented out line 471 and 483 (closing of the condition) - now it works.