07-11-2015, 04:18 AM (This post was last modified: 07-11-2015, 04:20 AM by kenjis.)
(07-10-2015, 02:51 AM)Narf Wrote: There are four ways that this can happen:
- You've made modifications to system/core/
- You're overriding one of the framework's core libraries (which is why I asked you to tell what you have in application/core/)
- You're using a third-party plugin that does one of the above two conditions, but you're not telling us about it
- You're manually calling load_class('formgenerator') somewhere in your code
Truth is stranger than your expectation. :-)
In this case, a controller class was loaded as a model:
$this->load->model('register');