Welcome Guest, Not a member yet? Register   Sign In
how to solve this one
#1

[eluser]ganesh_tavva[/eluser]
A PHP Error was encountered

Severity: Notice

Message: Undefined property: CI_Loader::$load

Filename: config/autoload.php

Line Number: 43
#2

[eluser]Colin Williams[/eluser]
Most likely you're trying to do $this->load->{something} outside of the context of a controller or model class. To be sure you have an instance of the CI class, use get_instance()
#3

[eluser]TheFuzzy0ne[/eluser]
This problem usually appears when people try to access the CodeIgniter methods from within an error page.




Theme © iAndrew 2016 - Forum software by © MyBB