Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter
#15

[eluser]karanits[/eluser]
i am getting PHP errors while trying to login while opening auth/index
Code:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$session_name
Filename: libraries/Flexi_auth_lite.php
Line Number: 172

A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$session_data
Filename: libraries/Flexi_auth_lite.php
Line Number: 172

A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$tbl_col_user_account
Filename: models/flexi_auth_model.php
Line Number: 1940

A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$tbl_col_user_account
Filename: models/flexi_auth_model.php
Line Number: 1941

A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$auth_security
Filename: models/flexi_auth_model.php
Line Number: 1941

A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$tbl_user_account
Filename: models/flexi_auth_model.php
Line Number: 1945

This makes
Code:
$this->auth->tbl_user_account NULL in function ip_login_attempts_exceeded()
thereby giving database error in the end.

Weird thing is checking value in its constructor gives the right value. I have checked this with a new installation of CI and Flexi

what am i doing wrong?


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 09-19-2012, 11:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB