Support Forum
It's been a while I am experiencing a problem when adding a member to a user group, I am getting the wait box below showing forever...
This happens in SP Administration, when going to Users Groups / Manage User Groups, in one of my User Groups. I can show the existing members with "Show/Hide Members" button. The problem comes when I press the "Add Members" button, the wait box shows and seems to run forever.
So far, I found in my mysql server logs that this operation creates the following query:
(extract)
SELECT wp_sfmembers.user_id, display_name, admin
FROM wp_sfmembers
WHERE user_id NOT
IN (
SEL....
which goes in "Sending data" for a very long time. I never let it timeout, since it's locking all my other forum queries and I have to kill it manually.
My forum/Wordpress setup has ~80 000 users, the User Group I want to add members on contains just 5 users.
What could be the problem cause, is there a quick fix ?
Thank you.
Yes that would have been the case but I am going to need to investigate further.
I think the current query there is probably inefficient but constructing an alternative may not be quite as straightforward as I first thought. So - still looking into it but not necessarily an instant fix...
YELLOW
SWORDFISH
|
1 Guest(s)