Call to member function getClientRegistrationMode on a non obejct in ../application/libraries/support/I am using Php codeigniter and trying to intergrate into it. The reason is that I want my user login to work with Osticket login. Hence I created library and was trying to load the open.php. That's where I got this message.I placed the osticket files inside ../application/libraries/support/ folder. And was calling require('support/view.php'); Can anyone let me know what went wrong here or the variables that I should change when I move to codeingiter library folder..