Welcome Guest, Not a member yet? Register   Sign In
Quick question (no really it is)
#9

[eluser]BrianDHall[/eluser]
OK, so at the very top of your controller function try this:
Code:
$segs = $this->uri->segment_array();
var_dump($segs);

Is the extra variables being chopped off? If so, put the above code as early in the file as you can, such as in the constructor of the controller. You aren't extending the controller with a MY_Controller class that has code you aren't recalling, right?

If the segment_array shows your extra code variables, then you know the problem appears after that - if not, then something is chomping them off before you ever get there. This at least narrows down where to look.


Messages In This Thread
Quick question (no really it is) - by El Forum - 09-07-2009, 08:53 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:06 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:31 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:50 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:51 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 10:10 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 10:47 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 11:08 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 12:44 PM
Quick question (no really it is) - by El Forum - 09-08-2009, 12:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB