MyBB Community Forums

Full Version: UserCP not accessible by any member.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
On my forums the UserCP is not accessible by any member, not even member number one. I checked the permissions and it appears that all groups have access to it.

error Wrote:You do not have permission to access this page. This could be because of one of the following reasons:

1. Your account has either been suspended or you have been banned from accessing this resource.
2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
3. Your account may still be awaiting activation or moderation. (Resend Activation Code)


You are currently logged in with the username: 'test'

Forum URL: http://mxiia.it.cx/forum/
Test Account: test
Test Password: test123
Any Ideas?
I know you said that you're pretty sure that all groups have access to it, but I would double check.

Make sure "Can access User CP?" is checked in Registered, Moderators, Super Moderators, Admins, etc. Basically all groups except Guests and Banned.
It appears all the groups, except Banned, Guest, and Awaiting Activation have access.
I have the same issue.

I had it a few weeks ago and it randomly allowed access again but it still needs to be fixed as it looks bad when your members think you have messed up your permissions. They will go on a hacking expedition looking for more errors.
I think it began when I updated to 1.4.3.
(2008-11-08, 07:43 PM)monacelli Wrote: [ -> ]Make sure "Can access User CP?" is checked in Registered, Moderators, Super Moderators, Admins, etc. Basically all groups except Guests and Banned.

Are you guys sure this is correctly checked on your forums?
(2008-11-08, 09:23 PM)destroyer Wrote: [ -> ]
(2008-11-08, 07:43 PM)monacelli Wrote: [ -> ]Make sure "Can access User CP?" is checked in Registered, Moderators, Super Moderators, Admins, etc. Basically all groups except Guests and Banned.

Are you guys sure this is correctly checked on your forums?

I am possitive, I do not believe this has anything to do with the permissions. I think its a bug.
Yes, I am 100% sure as well, I even checked the MySQL database with PHPMyAdmin. All but Guest and Banned have "1" And I checked the usercp.php file
if($mybb->user['uid'] == 0 || $mybb->usergroup['canusercp'] == 0)

{

	error_no_permission();

}

is there but I get the error_no_permission error with any user.
Does anyone have a solution?
Yea. This problem is really stumping me, I am considering removing the line of code that I posted above, but that would allow guests to view the UserCP.
Pages: 1 2 3