subrion icon indicating copy to clipboard operation
subrion copied to clipboard

Cannot access admin after install (ERR_TOO_MANY_REDIRECTS)

Open ernestohs opened this issue 7 years ago • 2 comments

I installed Subrion and I got this error (ERR_TOO_MANY_REDIRECTS) when I try to access Admin after I login into Admin, I did some research and I found that other users have the same issue ( http://www.subrion.org/forums/threads/cannot-access-admin-after-install.2302/).

Check List of things I did before I report this

  • Review that rewrite module was active and working on Apache2
  • Review the .htaccess rules
  • Review permissions
  • Review Apache logs (access and error)

Quick fix

After debugging the code, I found that If I remove from line 209 to 212 on (admin/index.php) this will solve the problem, it seems that the check for updates code is doing going through a loop.

ernestohs avatar Sep 07 '16 15:09 ernestohs

Hi,

Thanks for the detailed description of the issue you have. That code is used for auto-update in the system - we've already applied the fix for this in our local git version. So it will be released in the upcoming release.

One question though - did you use the latest version from downloads page which is 4.0.5?

Thanks

vbezruchkin avatar Sep 08 '16 03:09 vbezruchkin

Yes, I used 4.0.5

ernestohs avatar Sep 12 '16 21:09 ernestohs