"Unable to locate the specified class: Session.php"
Hello,
I am getting above error while adding "session" in auto load.
I am using hooks. so when I turn off hooks it is working fine.
+---- Hook Class-------+
Hello,
I am getting above error while adding "session" in auto load.
I am using hooks. so when I turn off hooks it is working fine.
+---- Hook Class-------+
Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class System extends CI_Controller {
}