CodeIgniter Forums
PHP Fatal error: Call to a member function item() on a non-object when call $this->config->item('config_item') - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: PHP Fatal error: Call to a member function item() on a non-object when call $this->config->item('config_item') (/showthread.php?tid=45661)



PHP Fatal error: Call to a member function item() on a non-object when call $this->config->item('config_item') - El Forum - 09-29-2011

[eluser]Unknown[/eluser]
is anyone knows how to fix this kind of problem? or anyone ever been had same stuff?

the error happen on every call of config item rather in libraries classes(eg:form_validation class) or in application controller

if i print_r($this->config) it shows array of config content


any help would be very helpfull for me

thank you