Error 404 when joining a private group
-
Hi there! ๐
When trying to join a hidden group I get a 404 error page when clicking to join.
Iโve found an old solution but it does not work. It said it only failed when the user is an admin. I’ve tried both with an admin and an editor. Both fail.
My site is in spanish. I say it for if it affects the resulting URL…
This is the code:
/* *** */
On line ~1026 of buddypress/bp-templates/bp-legacy/js/buddypress.js, replace
jq(โ#groups-dir-listโ).on(โclickโ, โ.group-button aโ, function() {
with
jq(โ#groups-dir-list, #item-metaโ).on(โclickโ, โ.group-button aโ, function() {
/* *** */
Any idea on how to solve it?
This is the link I get to a page that does not exist:
http://mydomain.com/groups/my-group-name//request-membership/?_wpnonce=xxxxxxxxxx
Thanks.
- You must be logged in to reply to this topic.