|
What is the admin usergroupid of the user you are logging in with?
I dont know what usergroup an admin is in IB2. You can check the database cp_usergroups and find the admin usergroup entry and change the cpaccess entry to 1
You can also do something like this but need to change groupid to what group admin is
UPDATE cp_usergroups SET cpaccess=1 WHERE groupid=1
|