Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Steve Herschbach Posted June 11 Posted June 11 (edited) I added a new Full Member group (ID 14) some time ago and restricted what new members can do, automatically advancing them to the Full Member group once certain goals are hit. Mainly a way to slow down spammer by limiting their options on joining. I am trying to track down why my forum stalls for up to 15 and up 30 seconds on random events. Had Invision look into one obvious error. Doubled my self-hosted memory. Still getting these odd pauses, so I'm looking for configuration errors. It seems like my troubles started when I added this new member group. I just saw that it is not in the conf_global file which has: $INFO['banned_group'] = '5'; $INFO['admin_group'] = '4'; $INFO['guest_group'] = '2'; $INFO['member_group'] = '3'; $INFO['auth_group'] = '1'; I assume this is normal as is the Moderator group not being here, but just checking everything that I can think of. Better to ask than assume. Thanks. Edited June 11 by Steve Herschbach
Solution teraßyte Posted June 11 Solution Posted June 11 Yes, that's all normal. You have a couple of old values that aren't used anymore in 4.7 (banned_group & auth_group), but they won't cause any issues if you leave them there. Steve Herschbach 1
Recommended Posts