By ShortCurl on
I was greeted with the above line today when I tried to login to my site, using the Admin (0) account. I have had other users report the same problem.
Initially you are able to login, so the authentication is working. As soon as you click on any link, you are taking to the "Access denied - You are not authorized to access this page."
I haven't made any changes to the site recently. Does anyone have any suggestions? I haven't seen much in the forum's so far.
Thanks
C
Comments
May be a Cookie problem
I see you are on v4.7.X. Take a look at your settings.php. Do you have the "if (isset($_SERVER['HTTP_HOST']..... " statement?
If not get the latest V4.7.X settings.php and use that.
or you can try and set the cookie domain in the settings.php
ini_set('session.cookie_domain', '.example.com');
Not a cookie problem
Well, it wasn't a cookie problem. I'm not sure what kind of problem it was... just as quickly as it started, it went away!
Thanks for your suggestions, I'm going to go ahead and update my settings.php just to be on the safe side!
Cheers
C