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

[eluser]haseydesign[/eluser]
Hey xuma,
Glad you're liking the library.

You've not really posted enough information for me to diagnose what the problem is, although from you saying that flashdata isn't even working, then you may have a config error with sessions.

Ensure that the following setting is defined via your CI config file (application/config/config.php)
Code:
$config['sess_use_database'] = TRUE;
And then ensure that you have inserted the CI session table correctly to your database (Available via the included sql dump file).

Other than that, the best way to diagnose the problem is to install the demo has instructed via http://haseydesign.com/flexi-auth/user_g...stallation.
If the demo works, then you know you have a problem with your custom setup. In which case try and compare the differences between your controllers and config files.

Good luck.


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 11-22-2012, 03:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB