Welcome Guest, Not a member yet? Register   Sign In
CI update from 1.7 to 2.0 getting Fatal error: Class 'CI_Controller' not found in CodeIgniter.php on line 210
#15

[eluser]InsiteFX[/eluser]
Code:
public function __construct()
{
    // you need to add this when extending all CI core/libraries.
     parent::__construct();
}

Also Aken is correct you cannot use get_instance, because CI is not loaded yet.


Messages In This Thread
CI update from 1.7 to 2.0 getting Fatal error: Class 'CI_Controller' not found in CodeIgniter.php on line 210 - by El Forum - 02-02-2013, 04:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB