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

[eluser]haseydesign[/eluser]
@damiano Curreri

Since you say you can access the demo homepage, you have probably correctly setup the majority of the library and just have a minor error within one of your controllers.

I would double check that the 'base_url' and 'includes_dir' vars set in parent::__construct of each of your controller files is defined correctly.

Code:
$this->load->vars('base_url', 'http://localhost/your_codeigniter_directory/');
$this->load->vars('includes_dir', 'http://localhost/your_codeigniter_directory/includes/');

From the fact you say you can access the demo homepage which is loaded via the auth_lite controller, I'm presuming its the 'base_url' var set in this controller that is the problem.


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



Theme © iAndrew 2016 - Forum software by © MyBB