Welcome Guest, Not a member yet? Register   Sign In
Redirect
#9

[eluser]tonanbarbarian[/eluser]
ok i was explaining in another post about a possible problem

If you have a method in a controller called "login" for example, and you have a model or library with a method or property with the same name there can be issues with unexpected things happening because of the way CI instantiates its objects

some examples I have seen before
controller, library or model methods called "view" (they conflict with $this->load->view)
your login method might be a problem

so go through any custom libraries or models you have created and see if you have methods with the same names as existing one.
I know this is a bit of a pain but I have had the "view" problem before.

It is the only thing I can think of that might explain what is happening for you.


Messages In This Thread
Redirect - by El Forum - 12-20-2007, 12:11 AM
Redirect - by El Forum - 12-20-2007, 12:44 AM
Redirect - by El Forum - 12-20-2007, 12:58 AM
Redirect - by El Forum - 12-20-2007, 09:53 PM
Redirect - by El Forum - 12-20-2007, 11:36 PM
Redirect - by El Forum - 12-22-2007, 11:14 AM
Redirect - by El Forum - 12-22-2007, 03:52 PM
Redirect - by El Forum - 12-22-2007, 06:31 PM
Redirect - by El Forum - 12-22-2007, 06:46 PM
Redirect - by El Forum - 12-22-2007, 07:08 PM
Redirect - by El Forum - 12-22-2007, 07:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB