CodeIgniter Forums
The page isn't redirecting properly - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: The page isn't redirecting properly (/showthread.php?tid=51366)



The page isn't redirecting properly - El Forum - 05-01-2012

[eluser]bill19[/eluser]
Hi All,

I have run into a frustrating error which I don't understand: I am working with the TankAuth
Authentication library. I have been able to set it up and had it working by following http://expertnotfound.wordpress.com/2011/01/20/setting-up-tank-auth-2/. It seemed to be working perfectly. Then I added a couple of lines to the welcome controller ( for after sucessful login ) and I get:

Quote:The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept
cookies.

I've removed the code, and any recent cookies , but the problem persists.

I'm stumped. Has anyone seen this error before? What could be causing it? I would appreciate any help

Best regards,

KC


The page isn't redirecting properly - El Forum - 05-01-2012

[eluser]Stefan Hueg[/eluser]
Thats because of an endless loop of redirects and the browser is just saying "its enough now!".

Use Firebug or Chromes Debugger to see there the ping-pong is happening and track the requests.