XF 2.1 No longer Super Admin

Stan

Active member
Licensed customer
For some reason I am no longer super admin. How can I re-obtain superadmin. Can I do it from phpmyadmin?

Thanks
 
As far as I know the only way to set that is in src/config.php.

Code:
$config['superAdmins'] = '1';

...where 1 is your user ID.
 
I get this error:

You must be a super administrator to access this page. This can be configured in the Administrators section of the Admin CP.
 
How are you losing super admin status?

Typically the only way that would happen under normal conditions is if another super admin demotes the account.
 
Back
Top Bottom