Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

[3.3.x] Support Forum • Re: Database Migration from 3.0.14 to 3.3.x

$
0
0
Go into phpMyadmin and run this SQL, you need to edit 123456 so it's your user ID:

Code:

UPDATE phpbb_users SET user_type = 3 WHERE user_id = 123456; 
Now run this query:

Code:

SELECT * FROM phpbb_users WHERE user_type = 3;
Your username should be listed along with whatever users were granted founder status. Look them up in ACP and set founder status to no.

Founders are "super" admins and don't necessarily belong to admin group. They have complete access to ACP. From the ACP they can only be added or removed by other founders.

Statistics: Posted by thecoalman — Sun May 18, 2025 9:02 pm



Viewing all articles
Browse latest Browse all 2457

Trending Articles