Welcome Guest, Not a member yet? Register   Sign In
Freakauth_light and Modular Extensions
#19

[eluser]Tony Nash[/eluser]
Actually, you helped me and save hundreds of coding lines :-). Thanks indeed!


Okay, Maybe, I found another issue.

Quote:the admin subdirectory is no longer used.

I might be stupid. But I moved admin folder to modules and thought building my site admin section top on FA admin. Everything went pretty well with following routes.

Code:
$route['default_controller'] = "freakauth/freakauth_demo";
$route['scaffolding_trigger'] = "";

$route['auth(.*)'] = 'freakauth/auth$1';
$route['admin'] = 'admin/adminhome';
//$route['admin/(.*)'] = 'admin/$1';
$route['admin/users/:num'] = "admin/users";
$route['admin/admins/:num'] = "admin/admins";

$route['example(.*)'] = "freakauth/example$1";
$route['installer'] = 'freakauth/installer';

Admin page loaded properly. However, when I go to .../index.php/admin/admins page or /index.php/admin/users, I get following error.

Code:
Fatal error: Call to a member function set_error_delimiters() on a non-object in C:\wamp\www\intranet2\system\application\modules\admin\controllers\admins.php on line 58

The set_error_delimiters() available on CI validation and FA (admins.php) line as bellow

[CODE]
$this->fal_validation->set_error_delimiters($this->config->item('FAL_error_delimiter_open'), $this->config->item('FAL_error_delimiter_close'));
[CODE]

Maybe i am wrong, but I feel this is something to do with ME. For some reason FAL_validation.php cannot instance CI_validation? Dose this make any sense to you?


Messages In This Thread
Freakauth_light and Modular Extensions - by El Forum - 09-22-2008, 09:28 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 06:37 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 07:13 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 07:47 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 08:28 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 08:45 PM
Freakauth_light and Modular Extensions - by El Forum - 09-23-2008, 09:27 PM
Freakauth_light and Modular Extensions - by El Forum - 10-02-2008, 12:49 PM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 10:14 AM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 11:06 AM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 12:47 PM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 12:55 PM
Freakauth_light and Modular Extensions - by El Forum - 10-03-2008, 11:32 PM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 01:09 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 03:51 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 05:26 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 08:13 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 08:43 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 09:49 AM
Freakauth_light and Modular Extensions - by El Forum - 10-04-2008, 10:45 AM
Freakauth_light and Modular Extensions - by El Forum - 05-10-2009, 11:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB