MyBB Community Forums

Full Version: Trying to get into UserCP as member 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I get
Quote: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: 'MXIIA'

And, as I said, I am logged in as member # 1
Do you have Admin CP access? If so, you should make sure your usergroup has permission to access the User CP.
Yes, I do have ACP access, and group #4 (Administrator) has UCP access. I still get that error, but I can edit my profile through the MCP.
I still have this problem.
Can you create a test account for us to try?? Smile
All other accounts work, it is only the member one account, as far as I know, but I will make a test account with username test and password test123
What's the URL??

You could try to run this in PHPMyAdmin

UPDATE `mybb_usergroups` SET `canusercp` = '1' WHERE `canusercp` = '0' AND `gid` = '4'

Make sure that the database prefix matches your one before you do that (i.e. make sure mybb_ is your table prefix and change it to yours if it is not). This should just make totally sure that the admin group can access the UCP.
Ok, also, it appears I cannot make a new registration even though in my ACP I have disable registrations set to no.

I will run that command in PMA, can you give me one that lets me enable registration as well?

(I did not make the test account for this reason, I don't want to make it in the ACP because I want to make sure my registrations work, they did work, but I moved to a new server and apparently they no longer work.)

Edit: That code didn't fix anything, it said 0 lines affected.
Hmm, that just means it was as it should be to begin with then... ok, are you a member of any secondary/additional groups that do not have UCP access?? Bit of a long shot and I'm not sure if that would have any effect but it's worth checking.
No, I'm only in group 4 - Admin.
Pages: 1 2