Ok right the next brick I face is I can't access the module from another module or controller. If I have say have this : $this->load->module_library('auth','tank_auth');
I get the error: "An Error Was Encountered
The configuration file devel…
Hi,
Yes it is. It is supposed to re-direct to that page when successfully logged in.
It is worth adding that I had to amend the auth.php so that each view was loading properly.. where a line reads :$this->load->view('auth/....) I have amend…