Welcome Guest, Not a member yet? Register   Sign In
get_instance error - Class 'CI_Controller' not found
#5

(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.

If you provide the logs, we can have a look.
Reply


Messages In This Thread
RE: get_instance error - Class 'CI_Controller' not found - by g4nar - 10-05-2017, 03:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB