Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jussi

    (@jussibus)

    I think I found the problem. In the query I attached before the query says “WHERE relevanssi.term = relevanssi.term”. That kind of query occurs only when empty search field is submitted. So the result is all posts. For some reason the execution is very long. My Relevanssi index table is quite huge, > 2 000 000 rows. Post count is about 8000. What is happening here? Should I just ignore this kind of empty searches? Or do I have the settings got wrong in Relevanssi plugin?

    Thread Starter Jussi

    (@jussibus)

    Well not really. I think the main issue is that the default registered group ids are 387 and 392 in my phpBB installation. To work with the WP w3all phpBB plugin they should be 2 and 7.

    Possible fixes:

    1) in WP w3all phpBB plugin: to have a filter or config variables for default registered group ids (to have something else than 2 and 7).

    2) in phpBB: show forums even though user is not belonging to any group in phpBB. Don’t know if this is possible.

    Thread Starter Jussi

    (@jussibus)

    Thanks for the reply!

    So you mean the problem is that my installation of phpBB the default groups are with wrong ids?

    By modifying the group forum permissions I don’t know how it can help in my situation. The registered users have already the permissions needed. The problem is that the new users don’t belong to any group as the plugin tries to insert them to groups id 2 and 7. They don’t exist in my installation.

    Thread Starter Jussi

    (@jussibus)

    One thing more: I can see from the source code that the WP w3all phpBB plugin inserts the user to phpBB groups id 2 and 7. What are they? In my phpBB installation there are groups starting from id 385. Any ideas what is going on?

    • This reply was modified 6 years, 2 months ago by Jussi.

    We have experienced similar issue. We have 566 users in the biggest group. Sometimes the users suddenly lose their group. We haven’t found any reason for the issue.

    sgcweb, have you found any solutions to your problem?

    Thanks, Jussi

    Noticed that there are duplicate entries in the objectTypes array located in the class UamAccessHandler. Wrapped the array_merge() in two places with array_unique() to remove the duplicates. It seems working now, hopefully.

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