Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: All site data visible to members and non-members alike


andrew_s1
Participant

@andrew_s1

I stuck this line into function bp-lockdown, just after the global statement:

error_log(“bp->current_component='{$bp->current_component}'”);

and then viewed my /var/log/apache2/error.log

It’s fine on the registration page, “/{blog}/register/” . Here, bp->current_component contains ‘register’, as expected, so no loop

But at “/{blog}/wp-login.php” , bp->current_component is empty.

This is the same, whether I’m actually logged in, or not.

Skip to toolbar