ACCES DENIED BUG
-
Re: Access denied at AdminDashboard
Le dieron solucion a este tema, yo tengo el mismo problema, cree un usuario, lo asocie a un perfil que he creado le he dado todos los permisos y sigue sin mostrarme ningun Menú.
-
Hi @Shakespeare,
This issue occurs because, starting from MariaDB 10, there are changes in how values are typecast internally. In this case, integers are being typecast to strings when fetching permissions, which leads to conflicts and results in the Access Denied warning even when the profile has all permissions.
To resolve the Access Denied issue, please refer to the following PR: https://github.com/Qloapps/QloApps/pull/1577