MyBB Community Forums

Full Version: [Solved] mybb_adminpermissions gone...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi guys,

Well, I went to the ACP today, and since I added a new admin, I went to change the permissions for him.  So, I go to the ACP's admin permissions:
"Access Denied
You do not have permission to access this part of the administration control panel."

I then went to phpmyadmin, and I don't see the mybb_adminpermissions table!

[sql]
Error
SQL query:  

SELECT *
FROM mybb_adminpermissions
WHERE 1
LIMIT 0 , 30

MySQL said:  

#1146 - Table 'coolguy_forumz.mybb_adminpermissions' doesn't exist
[/sql]

So, can someone please give me the layout of the adminperm table so I can recreate it?  

Cheers
Uh, there isn't an adminpermissions table o.o
it is mybb_adminoptions Toungue
I recall there being one... oO

Allright, then how do I set myself to be able to edit the admin permissions in the ACP?
Upload a fresh version of the page, because it looks like it got modified.
Aha, I see now. Thanks for your help, zaher. Smile
run this query in phpmyadmin

update mybb_adminoptions SET caneditaperms ='yes' WHERE uid='1'
I already fixed it. Smile The issue was that I had created two admin accounts, Forum ADmin and Matt. I then deleted Forum Admin, but forgot to set the permission for Matt. Anyway, thanks zaher.

* Cool_Guy votes for zaher to join the support team.
Cool_Guy Wrote:I already fixed it. Smile The issue was that I had created two admin accounts, Forum ADmin and Matt. I then deleted Forum Admin, but forgot to set the permission for Matt. Anyway, thanks zaher.
Ah okay.. one lesson for another timeWink Toungue
Cool_Guy Wrote:* Cool_Guy votes for zaher to join the support team.
LOL Toungue thxToungue MyBB already have a gr8 team Big Grin
Ahh thanks, I searched and found this topic, it fixed my problems! Thanks. Wink

But one question in mybb_adminoptions:

I see uid

-1

and

1 (this is mine)

Why is there a -1?
Pages: 1 2