Welcome Guest, Not a member yet? Register   Sign In
Redirection issues
#7

Is that method in a controller?

I always use an echo and exit to step through the code to find errors.


PHP Code:
echo $whatever;
exit(); 

I start at the top and work down checking each string and array values to see if there correct.

Also I would check and make sure that your getting the request class in there.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Redirection issues - by Wickfield - 07-09-2020, 11:13 AM
RE: Redirection issues - by Wickfield - 07-09-2020, 11:22 AM
RE: Redirection issues - by marcogmonteiro - 07-10-2020, 01:24 AM
RE: Redirection issues - by Wickfield - 07-10-2020, 10:05 AM
RE: Redirection issues - by InsiteFX - 07-10-2020, 06:37 AM
RE: Redirection issues - by Wickfield - 07-10-2020, 10:06 AM
RE: Redirection issues - by InsiteFX - 07-10-2020, 11:51 AM
RE: Redirection issues - by Wickfield - 07-10-2020, 01:34 PM
RE: Redirection issues - by InsiteFX - 07-11-2020, 03:16 AM
RE: Redirection issues - by Wickfield - 07-11-2020, 07:57 AM
RE: Redirection issues - by InsiteFX - 07-11-2020, 09:40 AM
RE: Redirection issues - by Wickfield - 07-13-2020, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB