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
Switch to threaded view of this topic Create a new topic Submit Reply
error on adding user to forum leader-group [message #168588] Tue, 28 May 2013 08:23 Go to next message
captain picard is currently offline  captain picard   Austria
Messages: 15
Registered: March 2013
Karma: 0
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
Aw: error on adding user to forum leader-group [message #168589 is a reply to message #168588] Tue, 28 May 2013 08:24 Go to previous messageGo to next message
captain picard is currently offline  captain picard   Austria
Messages: 15
Registered: March 2013
Karma: 0
Junior Member
forgot: the consistency check didn't find any problem...!

Thanks
David
Aw: error on adding user to forum leader-group [message #168591 is a reply to message #168589] Tue, 28 May 2013 10:47 Go to previous messageGo to next message
captain picard is currently offline  captain picard   Austria
Messages: 15
Registered: March 2013
Karma: 0
Junior Member
ok think i got it, problem must have appeared at switching the forums around, the was an inheriting entry of a non-existing forum, maybe this isn't fully checked out in the consistency check... if inheriting options of another (non-existing) forum get fixed!

Cheers David
Aw: error on adding user to forum leader-group [message #168593 is a reply to message #168591] Tue, 28 May 2013 11:56 Go to previous message
captain picard is currently offline  captain picard   Austria
Messages: 15
Registered: March 2013
Karma: 0
Junior Member
hello, it's me again,

now i can say whats going on here, this error (loop) emerges, on (2nd grade) inheritance:
when a forum inherits permissions from another forum that inherits. wold be nice if this feature would really inherit through more generations...! I thought so.

Thank you anyway for this good forum Smile

[Updated on: Tue, 28 May 2013 12:51]

Report message to a moderator

  Switch to threaded view of this topic Create a new topic Submit Reply
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: Sat Apr 27 16:36:29 GMT 2024

Total time taken to generate the page: 0.02823 seconds