Hi, after 3 days of digging around and trying to find a solution I'm stuck and require assistance.
When I try to login into the admin area of 1 of my SS3.1 sites it returns the login form as a successful login but with the only option to login as someone else.
What did I do till now?
- Was using a custom template for the admin login, removed that as well to let it ran natively
- Changed the template to use the simple template
- Cleared the cache
- Changed environment to dev ( no errors come up )
- Started fresh with a new database
- Ran Dev/Build with and without ?flush=1 & ?flush=all from command line and from browser
- Rebooted vm several times
- Tried on different browsers ( Same result except IE 10 just returns the login form )
- Placed var dumps following the request process of the login request and found myself into: LeftAndMain.php init function line 241 which looks like this: return Security::permissionFailure($this, $messageSet);
Now, what do I do to fix this? I have a live site with this problem.
Please help me