Unable to load libraries when using CI 3 with HMVC
问题 I started a Modular project in CI2 (using HMVC). I am moving the project to CI 3. I am trying to autoload the session library using config/autoload .php $autoload['libraries'] = array('database','session'); I get this error: Fatal error: Call to undefined method MY_Loader::_ci_load_class() in /srv/www/htdocs/projects/application/third_party/MX/Loader.php on line 158 Even if a manually load the library within the controller using $this->load->library('session'), i get the same error. I am