Welcome Guest, Not a member yet? Register   Sign In
New to Codeigniter Error issue with Login and Register code
#7

(03-29-2016, 12:29 AM)ciadmin Wrote: It sounds like your database driver is not being loaded  ... $this->load->library('database'); or autoload it.
Further, your class name may work on WIndows, but you will have issues with the non-UCfirst name if you deploy to a Linux server; the class name should be Model_users.

Thanks for your help the problem was in $autoload['libraries'] = array('database', 'email', 'session');
the array was not loaded with information.
Now working fine  thanks

I bet us newbies keep you busy with crazy questions??
Reply


Messages In This Thread
RE: New to Codeigniter Error issue with Login and Register code - by ossieboy - 03-29-2016, 08:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB