Skip to:
Content
Pages
Categories
Search
Top
Bottom

Members Directory Page Broken After Update


  • jturet
    Participant

    @jturet

    After updating to the most recent version 2.3.0 the Members directory page appeared blank. After some messing around I have determined that the page only shows up correctly when it is not a child page. To clarify the page appears normal as long as it does not have a parent page and blank if it is under any parent directories. There is no debug output to help me find the issue. This only just started happening after the most recent update.

Viewing 14 replies - 1 through 14 (of 14 total)

  • augustomurriit
    Participant

    @augustomurriit

    Hello, we are havingthe same problem. No members directory after update 2.3

    http://www.formazioneturismo.com/community/membri/

    help!!
    thanks

    I can confirm that the url path is stripped out but the actual members page should still work either directly navigated to or clicking the page link as nested under a parent dropdown which should result in page being found but at it’s root position my-site.com/members/

    Can we confirm that the page does still exist and is viewable, in the meantime I’ll open a trac ticket to log the page hierarchical issue.

    This issue is ticketed for looking into:
    https://buddypress.trac.wordpress.org/ticket/6475#ticket


    jturet
    Participant

    @jturet

    The page exists, however there is no content. Thanks Hugo, your work is greatly appreciated!

    Edit: I should also mention that other Buddypress pages such as Groups and Activity have no such issue.

    Hmm even though the page isn’t being nested under the parent I still have a correctly displaying members loop.

    Is it possible for you to test and confirm how things behave under a WP theme – if you’re using a custom theme – just in case a custom theme is adding to the issue.


    jturet
    Participant

    @jturet

    What exactly do you mean by the page not being nested? In my situation both the nested and un-nested versions are accessible however only the un-nested version displays the member loop. This holds true for any arbitrary blank page that I choose to point the Buddypress page options to.


    jturet
    Participant

    @jturet

    Just tried it with the default theme (not my child theme) and twenty fifteen. Same result, does not appear to be theme related.

    Revising last comment, content isn’t displayed as reported, I had a members page located under the BP set members page which produced my false/positive members loop.

    @jturet @augustomurriit We have a patch up on the ticket and we’ll be running tests on it a bit later to verify it corrects the issue.


    jturet
    Participant

    @jturet

    @hnla Looks like the patch has been accepted, I appreciate everyone’s help. How exactly can I go about applying this to my live install?


    r-a-y
    Keymaster

    @r-a-y

    @jturet – You can make this corresponding change to /buddypress/bp-core/bp-core-catchuri.php for now until v2.3.1 is released:
    https://buddypress.trac.wordpress.org/changeset/9916/branches/2.3/src/bp-core/bp-core-catchuri.php


    jturet
    Participant

    @jturet

    @r-a-y, That was easy, thank you!


    Aryae Coopersmith
    Participant

    @aryae-coopersmith

    Thanks to all of you. I’ve experienced the same issue with my web site: http://www.oneworldlights.net.

    Hugo, ray and jturet — I don’t understand how to apply the patch on my site. (I’ve never used the WP “Editor” directly but have used the “Edit CSS”.) Can someone explain to me how to do this?

    Thanks in advance. 🙂

    Aryae


    jturet
    Participant

    @jturet

    @aryae-coopersmith: Navigate to Plugins -> Editor from your dashboard
    Choose ‘Buddypress’ from the dropdown and click ‘Select’
    Use Cmd+F or Ctrl+F to find ‘buddypress/bp-core/bp-core-catchuri.php’ and click it
    Scroll down or use Cmd+F/Ctrl+F to find // Reset the offset in the page
    Change

                }
    
                // Reset the offset
                $uri_offset = 0;

    to

    
                    // Reset the offset
                    $uri_offset = 0;
                }

    And click ‘Update File’


    Aryae Coopersmith
    Participant

    @aryae-coopersmith

    @jturet:

    Thank you!

    I installed 3.5.1 this morning and that took care of it. I appreciate your help and responsiveness.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Members Directory Page Broken After Update’ is closed to new replies.
Skip to toolbar