login page
ERR_TOO_MANY_REDIRECTS but with the correct URL index.php/component/users/?view=login&Itemid=101
To me it looks like something realted to the new lookup path in the new router where the home URL is choosen if anything else is not working.
Thanks for @hamby for reporting that.
Labels |
Added:
?
|
i add this problem too in a registered only site in 3.7.0
disocvered adding in https://github.com/joomla/joomla-cms/blob/staging/components/com_users/helpers/legacyrouter.php#L44
if (!in_array($this->router->menu->getActive()->access, JFactory::getUser()->getAuthorisedViewLevels()))
{
unset($query['Itemid']);
}
stops the redirects and works like 3.6.5. but not sure this is the best way to solve
Status | New | ⇒ | Discussion |
Category | ⇒ | Router / SEF |
Just a info. This is fixed by the other one that will be on 3.7.3
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-23 17:20:01 |
Closed_By | ⇒ | brianteeman |
stevlam -> funciona! it works!
thanks.
@zero-24 we have lots of issues on this already