Hi all,
I'm terribly sorry if this is kind of obvious to you boffins out there, but this has had me stumped for way to long now (I'd say 2 weeks is too long).
My website gives an error ("Too many redirects" or something like it) when I browse to the "user/login" page. All the other URLs seem to be working fin, though.
What I've done so far:
- Replaced the
.htaccess
file with stock one from installation. - Replaced the core files with core files from installation (except
settings.php
) - Specified and removed again the
$base_url
in settings.php
The URL for the website is https://webify-it.co.za and the login is available at https://webify-it.co.za/user/login (obviously).
It seem to have started doing thing on it's own. I don't really have access to the log files, so I can't go that route.
Any help fixing this would be greatly appreciated.
The latest update to Backdrop 1.9.0 includes some changes to the
user/login
page that require a menu rebuild. If you have recently upgraded and have not run the database updates (or otherwise rebuilt your menu) you could be hitting this problem. Or, it could be that you have a redirect (via Redirect module) that is causing the problem. (The menu rebuild problem has been fixed in https://github.com/backdrop/backdrop-issues/issues/2943)For the easiest way to resolve either of these issues, however, you'll need to be logged in. If you are able to use the password reset functionality at
user/password
, that should allow you to log in without needing to use theuser/login
page.Once logged in, check if database updates need to be run, or navigate to
admin/config/urls/redirec
t and search foruser/login.
I hope that one of these solutions will clear up your problem!