FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » error on adding user to forum leader-group (loop emerges on adding user to leader-list)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
error on adding user to forum leader-group [message #168588] Tue, 28 May 2013 08:23 Go to previous message
captain picard is currently offline  captain picard   Austria
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... Crying or Very Sad


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
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can't set up a number of topics per page higher than 5
Next Topic: datadump import/export
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri May 10 19:48:45 GMT 2024

Total time taken to generate the page: 0.04960 seconds