Welcome Guest, Not a member yet? Register   Sign In
issue with fal and successful login redirect
#1

[eluser]chamu_cfi[/eluser]
Hi! I have CI 1.6.0 and FAL 1.1 running in my localhost and it's all ok.
But when I go to the realserver and login fal take me to the default controller, it seems like fal don't remember the url I originally wanted to go
I was wondering if anyone could bring me some help

Sorry about my english, it's not my natural language

PD: My web is hosted in resellerzoom

a piece of my fal config..
Code:
/*-------------------+
|  ACTIONS SETTINGS  |
+-------------------*/

// The action to execute after successful login
$config['FAL_login_success_action'] = '';

// The action to execute after successful logout
$config['FAL_logout_success_action'] = 'inicio';

// The action to execute after REGISTRATION ('continue' link)
$config['FAL_register_continue_action'] = 'inicio';

//The action to execute if the user does not agree the term of service
$config['FAL_register_donotagree_action'] = 'inicio';

// The action to execute after ACTIVATION, ('continue' link)
  // wether it failed or it was successful
$config['FAL_activation_continue_action'] = 'inicio/login';

// The action to execute after requesting FORGOTTEN PASSWORD
$config['FAL_forgotten_password_continue_action'] = 'inicio';

my routes file default controller line

Code:
$route['default_controller'] = "mapa";




Theme © iAndrew 2016 - Forum software by © MyBB