error on adding user to forum leader-group [message #168588] |
Tue, 28 May 2013 08:23 |
|
captain picard
Messages: 15 Registered: March 2013
Karma:
|
Junior Member |
|
|
Hi there,
my constellation:
FUDforum: 3.0.4
PHP: 5.2.10
Database: mysql 5.5.11 (mysqli)
Operating system: Windows NT 5.2
after submitting a user to the leaders-list in the groups-manager (contains already 2 other users) this loop emerges:
(i am using LDAP-Plugin to authenticate domain users)
this is the debug output on adding the user on a group
Query #3: time taken: 0.0016, affected rows: 1, total sql time: 0.0034
SELECT count(*) FROM fud30_users WHERE alias='netnet'
Query #4: time taken: 0.0004, affected rows: 1, total sql time: 0.0038
SELECT id, alias FROM fud30_users WHERE alias='netnet'
Query #5: time taken: 0.0004, affected rows: 1, total sql time: 0.0042
SELECT groups_opti, inherit_id, groups_opt FROM fud30_groups WHERE id=39
Query #6: time taken: 0.0003, affected rows: 1, total sql time: 0.0045
SELECT groups_opti, inherit_id, groups_opt FROM fud30_groups WHERE id=37
Query #7: time taken: 0.0003, affected rows: 1, total sql time: 0.0048
SELECT groups_opti, inherit_id FROM fud30_groups WHERE id=39
Query #8: time taken: 0.0004, affected rows: 1, total sql time: 0.0052
SELECT groups_opti, inherit_id, groups_opt FROM fud30_groups WHERE id=37
----//loop//----
Query #9: time taken: 0.0003, affected rows: 1, total sql time: 0.0055
SELECT groups_opti, inherit_id FROM fud30_groups WHERE id=39
Query #10: time taken: 0.0003, affected rows: 1, total sql time: 0.0059
SELECT groups_opti, inherit_id, groups_opt FROM fud30_groups WHERE id=37
----//loop//----
on /adm/admgroups.php the last 2 query are looping till php max runtime.
I tried to delete the user, but with no effect on the issue...
Any suggestions would be appreciated!! many thanks in advance, as I'm receiving this special ussue in case of another problem: as it was before, i added a user to the leader-group, gave this user moderator-rights.
then created some categories, moved around some of the concerning forums. then this strange thing happened, that the editing field of groupmanager was simply GONE for that leader-user, I mean the editing table just didn't show up.
under this user (another then netnet) the page http://wwwwl/forum/index.php?t=groupmgr was looking good (all the other stuff on it) but without the form groupmgr! this way i started to figure out the other problem...
Thanks,
David
|
|
|