get_instance error - Class 'CI_Controller' not found - CodeIgniter
Reputation: 0. #5. 10-05-2017, 03:05 AM. (10-05-2017, 02:08 AM) Narf Wrote: You're calling this helper prior to controller instantiation (likely in a pre_system hook, or a core library extension), and you can't use get_instance () in that case because what get_instance () does is to return the controller object. I agree with the above comment.