The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Users getting banned, but not really
Hi Folks,
I have tried contacting VB tech support and through their forums and haven't gotten an answer, and I'm in dire need of help. I upgraded from 3.0.7 to 3.6.5. Users on my forum will get a message about being banned and then logs them off (message doesn't show up right away, just when it wants to). What can be causing this? Usergroup permissions are ok. I have no mods yet. Just looking for some input! |
#2
|
|||
|
|||
What is the exact message that your users receive?
|
#3
|
|||
|
|||
You have been banned for the following reason:
No reason was specified. Date the ban will be lifted: Never |
#4
|
|||
|
|||
Go to the vB ACP -> Usergroups -> Usergroup Manager -> Edit Usergroup and make sure "This Usergroup is not a 'Banned' Group" is set to yes except for the 'Banned Users' usergroup where it should be set to no.
|
#5
|
|||
|
|||
That is done, and still a issue.
Thanks for your help though what other ideas do you got? |
#6
|
|||
|
|||
The "you have been banned for the following reason" message is from the vB nopermission_banned phrase. The nopermission_banned phrase appears in the print_no_permission function found in the vB functions.php file:
Code:
if (!($vbulletin->usergroupcache["$usergroupid"]['genericoptions'] & $vbulletin->bf_ugp_genericoptions['isnotbannedgroup'])) { // snipped stuff here generates ban reason and lift date eval(standard_error(fetch_error('nopermission_banned', $reason['reason'], $date))); } Maybe your usergroupcache needs to be rebuild. Try calling the following from your browser: Code:
http://www.your-domain.com/your-forum-dir/your-admincp-dir/index.php?do=buildbitfields |
#7
|
|||
|
|||
Okay did that... We'll see what happens now. Just as an FYI, these users don't actually get banned. They get the message and that's it.
I've even created new usergroups to see if it was a usergroup issue. And the new usergroups had the same problem. Only usergroup not to be effected by this is the administrators. My question is, we had some issues when we upgraded (some files didn't upload right, but all files are right now). Could the mySQL database be the problem? |
#8
|
|||
|
|||
Rebuilding bitfields calls the build_forum_permissions function, which updates usergroupcache and forumcache in the datastore table, so if that was the problem, it should be fixed now.
|
#9
|
|||
|
|||
Still suffering the same issue.
It seems to be happening now after a while being logged in, with no pattern of what brings it up (replying, viewing profiles, etc.) I need help ASAP as its been a week and no solution from VBulletin. Anybody willing to help me in detail, I'll make it worth their while. E-mail me at jackley@racerhub.com . Thanks! |
#10
|
|||
|
|||
Try contacting vB support through the ticket system: http://members.vbulletin.com/members...ontactform.php
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|