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

[eluser]xuma[/eluser]
It is working with below settings
Code:
$config['language'] = 'turkish';
$config['sess_use_database'] = FALSE;
[/code]
It is not working with below settings.
Code:
$config['language'] = 'turkish';
$config['sess_use_database'] = TRUE;
[/code]
It is working with below settings
Code:
$config['language'] = 'english';
$config['sess_use_database'] = TRUE;
[/code]

It is not working translated english/flexi_auth_lang.php
Code:
$config['language'] = 'english';
$config['sess_use_database'] = TRUE;
[/code]

So summary i am doing something wrong with language file but working with sess_use_database=false.You can check file content above post.


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



Theme © iAndrew 2016 - Forum software by © MyBB