07-21-2014, 02:28 AM
[eluser][email protected][/eluser]
Here is what i found that give me problem when tryin to login below is code for the cause of the error Fatal error: Class 'Mdl_users' not found in C:\xampp\htdocs\csir_pri_cms\application\third_party\MX\Loader.php on line 209
$this->load->model('mdl_users');
$result = $this->mdl_users->password_check($username, $password);
if ($result == FALSE)
{
$this->form_validation->set_message('password_check', 'You did not enter a correct and/or password');
return FALSE;
}
else
{
return TRUE;
}
Here is what i found that give me problem when tryin to login below is code for the cause of the error Fatal error: Class 'Mdl_users' not found in C:\xampp\htdocs\csir_pri_cms\application\third_party\MX\Loader.php on line 209
$this->load->model('mdl_users');
$result = $this->mdl_users->password_check($username, $password);
if ($result == FALSE)
{
$this->form_validation->set_message('password_check', 'You did not enter a correct and/or password');
return FALSE;
}
else
{
return TRUE;
}