MyBB Community Forums

Full Version: AdminCP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Snapshot your table structure in PhpMyAdmin. I have doubt in your table prefix thing.
Also confirm what was your User ID.
(2013-01-27, 10:07 PM)effone Wrote: [ -> ]Snapshot your table structure in PhpMyAdmin. I have doubt in your table prefix thing.
Also confirm what was your User ID.

User ID: AdminX
Snapshot of the PhpMyAdmin:
That is your user name. Your User ID is a integer.
(2013-01-28, 08:15 PM)JordanMussi Wrote: [ -> ]That is your user name. Your User ID is a integer.

Where can I find this?
Click on your username to go to your profile and your ID should be in the URL.
member.pop?action=profile&uid={UID}
user- {UID}.html
Your user id will be in place of "{UID}".
(2013-01-28, 10:17 PM)JordanMussi Wrote: [ -> ]Click on your username to go to your profile and your ID should be in the URL.
member.pop?action=profile&uid={UID}
user- {UID}.html
Your user id will be in place of "{UID}".

My user id is '1'
but it still gives me the same error.
The query should be.
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1' 

Could we have a screenshot on the list of tables in the ruralzon_mybb800 database.
Pages: 1 2