?
avatar zero-24
zero-24
19 May 2017

Steps to reproduce the issue

  • install 3.6.5
  • setup the following.
  • one article (access level super user)
  • the default menu entry pointing to that article e.g. single article (also the menu has access level super user)
  • update to 3.7.1
  • visite the home page

Expected result

login page

Actual result

ERR_TOO_MANY_REDIRECTS but with the correct URL index.php/component/users/?view=login&Itemid=101

Additional comments

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.

avatar zero-24 zero-24 - open - 19 May 2017
avatar joomla-cms-bot joomla-cms-bot - change - 19 May 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 May 2017
avatar brianteeman
brianteeman - comment - 19 May 2017

@zero-24 we have lots of issues on this already

avatar stevlam
stevlam - comment - 19 May 2017

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

avatar franz-wohlkoenig franz-wohlkoenig - change - 20 May 2017
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 20 May 2017
Category Router / SEF
avatar stevlam
stevlam - comment - 23 May 2017

Just a info. This is fixed by the other one that will be on 3.7.3

avatar brianteeman
brianteeman - comment - 23 May 2017

Closed as we have a PR resolving this #16210 and in the meantime it can be easily resolved by ensuring you have a menu item (it can be hidden) to the login component

avatar brianteeman brianteeman - close - 23 May 2017
avatar brianteeman brianteeman - change - 23 May 2017
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2017-05-23 17:20:01
Closed_By brianteeman
avatar gneto3
gneto3 - comment - 26 May 2017

stevlam -> funciona! it works!

thanks.

Add a Comment

Login with GitHub to post a comment