When i turning visibility option to “Hide” it happens.
sorry, can you say exactly where you are changing this setting?
I’m using WP in my native language.
In forum parameters I’m changing visibility option to third (make forum hidden).
just trying to translate it to en correctly
first is 'make global'
second is make private
third is make hidden
so a hidden forum is only viewable by moderators and keymasters.
How many forums do you have, and what is the visibility of these?
100 forums, 64071 topics and 1 065 864 replies.
all others forums have global visibility.
when i changing 1st forum visibility i cannot access all other forums.
so try changing another forum – ie is it just this forum, or any forum?
having one forum hidden works fine on my test site
I imported all forums from vBulletin to bbPress a couple days ago and now moderating it. Maybe import could cause this?
possibly, so if forums are public or private it all works ok ?
with public and private works well.
just tried to login with admin & moderator accounts and it works well with this.
but when i logging in with participant acc it throws this error
ok, again my test site works.
so we need to work out if it is the import, a theme or plugin issue, or something else.
I would suggest next you create a forum, and one topic for it. Then make the forum hidden, and see if this then works.
@robin-w could you check your engagements.php on your test forum?
(/yoursite/wp-content/plugins/bbpress/includes/common/engagements.php)
i’ve got
public function get_users_for_object( $object_id = 0, $meta_key = '', $meta_type = 'post' )
i think $meta_key value shouldn’t be empty…
just have checked plugins, turned off them all and same result 🙁
ok, but can you try this first
I would suggest next you create a forum, and one topic for it. Then make the forum hidden, and see if this then works.
create a forum, and one topic for it. Then make the forum hidden, and see if this then works.
just tried this. not worked
ok, I’d suggest running
dashboard>tools>forums>repair forums>
and run
Recalculate engagements in each topic for each user
and
Recalculate private and hidden forums
and see if that helps.
I still think the core issue is with the import
If that fails, then run all the rest one at a time
Hi @robin-w i’m back with some good news:)
I’ve found the reason of my problem. There is conflict between two plugins which one is bbPress and another one is Redux.
The theme that i’m using requires Redux and i cannot to turn it off. I’m bad at it so if you know what to do next, text me please.
I’ve seen this before, already updated Redux plugin to the latest version but problem seems not to be resolved
ok, so you say you get an error
Error thrown
Call to a member function get_users_for_object() on null
is this the entire error, or is there more?
when does this occur eg on every website page, on bbpress pages, on particular pages ?
It is the entire error showing on the page only. In debug.log file there isn’t this error.
It occurs only on bbpress page, only if i authorized as a “Participant” bbpress role account. On another roles such as moderator or admin or viewer there is no error on bbpress page.
Hello, same problem, installed Template Library and Redux Framework Version 4.3.10 + bbpress, when opening the forum page in the role Participant i get an error:
Error thrown
Call to a member function get_users_for_object() on null
please help, how can i fix it?
Hello, same problem
Hi, still trying to fix this issue. Thinking that there is something wrong with Redux Framework, ’cause when i disable Redux Framework plugin forums work well.