CodeIgniter Forums
FreakAuth setup questions - 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: FreakAuth setup questions (/showthread.php?tid=14258)



FreakAuth setup questions - El Forum - 12-24-2008

[eluser]spyro[/eluser]
I have installed and followed the instructions to setup freakAuth but seem to have two problems.

1. When I go to the installer page it still have the following on the superadmin line

superadmin: please correct this config setting When all settings will be OK, a form to enter the superadmin will be displayed

As far as I can tell, superadmin is setup in FAL_roles by defualt.

2. If I try to go to the login page I get the following error.

A PHP Error was encountered
Severity: Notice
Message: Undefined property: Auth::$fal_validation
Filename: libraries/FAL_front.php
Line Number: 88

Fatal error: Call to a member function set_error_delimiters() on a non-object in C:\xampp\htdocs\testapp\system\application\libraries\FAL_front.php on line 88

Anyone seen either of the issues?