ipboard : sql error in email aactivation

Status
Not open for further replies.

javadth

Active Member
36
2012
1
0
hi i have problem in ipboard email activation

Code:
SQL error:
SQL error code: 0
Date: Monday 29th April 2013 06:52:57 AM


----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Date: Mon, 29 Apr 2013 06:52:57 +0000
Error: 0 -
IP Address: 95.80.129.190 - /forums/index.php?&app=core&module=global§ion=login&do=autologin&fromreg=1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

.--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| File | Function | Line No. |
|----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
| admin/sources/handlers/han_login.php | [login_external].authenticate | 703 |
'----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
| admin/sources/handlers/han_login.php | [han_login].loginAuthenticate | 351 |
'----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
| admin/applications/core/modules_public/global/login.php | [han_login].verifyLogin | 167 |
'----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
| admin/applications/core/modules_public/global/login.php | [public_core_global_login].autoLogin | 142 |
'----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
| admin/sources/base/ipsController.php | [public_core_global_login].doExecute | 306 |
'----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'


in this file han_login.php is this line

Code:
 $this->loginAuthenticate( $username, $email, $password );

 $obj_reference->authenticate( $username, $email_address, $password );

in this file admin/applications/core/modules_public/global/login.php

is this link
Code:
 $this->han_login->verifyLogin();

 $return = $this->autoLogin();

i this file admin/sources/base/ipsController.php

this link

Code:
 $this->doExecute( $registry );
 
2 comments
Status
Not open for further replies.
Back
Top