Welcome Guest, Not a member yet? Register   Sign In
weird bug in my app
#4

[eluser]stef25[/eluser]
What is in models\entry_model.php line 190 ?

Also, I'm not sure if $is_logged_in != true is correct. Try $is_logged_in == FALSE or $is_logged_in !== TRUE

EDIT: Actually, your $this->load->view('includes/template', $data); should be in an else statement, so you can't get the redirect AND the load->view together. Even though you redirect, the code keeps running and tries to load a view. Maybe ... not sure.


Messages In This Thread
weird bug in my app - by El Forum - 03-05-2010, 09:17 PM
weird bug in my app - by El Forum - 03-05-2010, 09:51 PM
weird bug in my app - by El Forum - 03-06-2010, 10:36 AM
weird bug in my app - by El Forum - 03-06-2010, 11:33 AM
weird bug in my app - by El Forum - 03-06-2010, 11:51 AM
weird bug in my app - by El Forum - 03-06-2010, 11:57 AM
weird bug in my app - by El Forum - 03-06-2010, 12:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB