CodeIgniter Forums
ci & redux_auth problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ci & redux_auth problem (/showthread.php?tid=8480)



ci & redux_auth problem - El Forum - 05-19-2008

[eluser]ddrury[/eluser]
Hi All,

newbie here so please be gentle.

I've just set up a new install of ci 1.6.2 (confirmed working with the welcome message) and redux_auth 1.2.

I've created the db tables, am autoloading the redux_auth & validation libraries, the url helper and the redux_auth config. $config[sess_use_database] is true and the other config stuff is complete as far as I'm aware.

If I set the default controller to 'user', the browser URL appears as http://localhost/ci/index.php/user/login and I get the message: An Error Was Encountered - Unable to load the requested file: login.php

I'm now stumped so any help appreciated.

Thanks

Dave


ci & redux_auth problem - El Forum - 05-19-2008

[eluser]sikkle[/eluser]
I think you should give a look to this thread : http://ellislab.com/forums/viewthread/72525/.

people will be able to help you there.

good luck !