Fix for Joomla Error: Warning You do not have access to the Administrator section of this site.
If You have created an admin user for your joomla website but try to login at the backend and receive the error:
If you can access your mysql database, using a management tool such as phpmyadmin, go to the table xxx__users (where xxx is your prefix) and identify the ID of the user you want to login with.
Now go to xxx_user_usergroup_map .
change the usergroup.id of the user you see to login with to 8 or identify an admin group number and use that.
The reason the problem occurred is that you may not have assigned the user as an administrator.
Warning
If you can access your mysql database, using a management tool such as phpmyadmin, go to the table xxx__users (where xxx is your prefix) and identify the ID of the user you want to login with.
Now go to xxx_user_usergroup_map .
change the usergroup.id of the user you see to login with to 8 or identify an admin group number and use that.
The reason the problem occurred is that you may not have assigned the user as an administrator.
Comments
Post a Comment