Welcome Guest, Not a member yet? Register   Sign In
DX Auth captacha error
#1

[eluser]afro[/eluser]
Hi pple, am using the DX-auth and am getting the following error when i log out.
can some one help me out pliz.

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: captcha

Filename: auth/login_form.php

Line Number: 103
Code:
function logout()
{
  $this->dx_auth->logout();
  $this->dx_auth->captcha();
                        
  // Set view data to show captcha on view file
$data['show_captcha'] = TRUE;
$data['auth_message'] = 'You have been logged out. Good bye';        
$this->load->view($this->dx_auth->logout_view, $data);
    }

Thanks in advance
#2

[eluser]afro[/eluser]
got the solution to the problem.




Theme © iAndrew 2016 - Forum software by © MyBB