Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined function redirect()
#2

[eluser]LuckyFella73[/eluser]
Do you have a constructor in your controller?

Code:
class Index extends CI_Controller { {

    function __construct()
    {
        parent::__construct();
    }

}

Don't now if that's the issue but you can try Wink


Messages In This Thread
Fatal error: Call to undefined function redirect() - by El Forum - 08-08-2011, 01:56 AM
Fatal error: Call to undefined function redirect() - by El Forum - 08-08-2011, 02:01 AM
Fatal error: Call to undefined function redirect() - by El Forum - 08-08-2011, 02:05 AM
Fatal error: Call to undefined function redirect() - by El Forum - 08-08-2011, 02:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB