The Auth Library 1.0.3 - The Easiest Auth Library for CodeIgniter |
[eluser]spmckee[/eluser]
Thanks for the generosity Adam ![]() I copied all the files over from the latest link over at github and am getting this error: Code: Fatal error: Class 'MY_Controller' not found in C:\xampplite\htdocs\site\system\application\controllers\home.php on line 2 Any ideas why?
[eluser]Adam Griffiths[/eluser]
[quote author="spmckee" date="1240218978"]Thanks for the generosity Adam ![]() I copied all the files over from the latest link over at github and am getting this error: Code: Fatal error: Class 'MY_Controller' not found in C:\xampplite\htdocs\site\system\application\controllers\home.php on line 2 Any ideas why?[/quote] I copied the files over just now and don't get this error. I noticed the controller is called home.php - have you created a new controller and extended MY_Controller instead of 'Application'? Just in case you haven't seen the link, the user guide is here - I updated it recently. Thanks.
[eluser]spmckee[/eluser]
Adam, My home controller looks like: Code: <?php Should it be?: Code: <?php
[eluser]Adam Griffiths[/eluser]
It should be. Code: <?php Thanks.
[eluser]sihijau[/eluser]
[quote author="Adam Griffiths" date="1235694464"]@aken: Thanks for telling me, it helps a load, this is why I love open source! I fixed all the problems except for PHP4 compatibility, I didn't have enough time to dig deep to identify the problem. Get the new files (sans CI files) from here See what's been done here.[/quote] Your URL is broken, where i can download this library
[eluser]LagniappeInternet[/eluser]
That's an old URL Check out his user guide at http://www.adamgriffiths.co.uk/user_guide/ It has a link to the github depot ... http://github.com/adamgriffiths/the-code...ree/master
[eluser]filip_de_backer[/eluser]
Hi Everyone, I'm new to CI. I'm checkin out this authentication library. It works fine when I use the login page made by Adam Griffiths. But I want the login form in my home page. Is that possible with this library? thanks! Filip |
Welcome Guest, Not a member yet? Register Sign In |