2013-03-04, 06:54 AM
Hey,
Every time I try to access the member list, using an administrator or normal account, I get the message that I do not have permission to access the page. I have the member list enabled in the settings.
It isn't one of my plugins, because when I disable all plugins in the General Configuration, the member list is still inaccessible.
Also, the problem is still there after switching themes.
Also, when I comment out this in the php file:
When I tried to put:
URL to page: http://forum.infohoarder.com/memberlist.php
Test account: Sandbox
Test password: Test123
Please help, this is really bugging me.
Thanks in advance!
Every time I try to access the member list, using an administrator or normal account, I get the message that I do not have permission to access the page. I have the member list enabled in the settings.
It isn't one of my plugins, because when I disable all plugins in the General Configuration, the member list is still inaccessible.
Also, the problem is still there after switching themes.
Also, when I comment out this in the php file:
if($mybb->usergroup['canviewmemberlist'] == 0)
{
error_no_permission();
}
the member list works, so I know it has something to do with the settings of the usergroup. So I went into the database, and found a column in the usergroups row that said canviewmemberlist, and I set it to 1 for all groups except guests and banned users. Still nothing.When I tried to put:
$mybb->usergroup['canviewmemberlist']
in a seperate file to see the output, it seems that it always outputs 0, regardless of what I have stored in my database.URL to page: http://forum.infohoarder.com/memberlist.php
Test account: Sandbox
Test password: Test123
Please help, this is really bugging me.
Thanks in advance!