I had some problem with DX_Auth lib last night. I don;t know why but in my localhost wamp everything works but in my hosting not works and I must to disable some commands and function, I think it has some problem with PHP4, also after some searches it shows everytime error in this command line:
$query->num_rows()the last error was in thin function:
function is_max_login_attempts_exceeded()
{
$this->ci->load->model('dx_auth/login_attempts', 'login_attempts');
return $this->ci->login_attempts->check_attempts($this->ci->input->ip_address()->num_rows()>= $this->ci->config->item('DX_max_login_attempts'));
}and as you see there we have that num_rows again.
it would be highly appreciate d if you help me in this matter
best regards
Sparta