12-16-2016, 05:21 PM
Thank you.
It did not solve it but send me in the right direction
so found the problem.
i changed your code in custom_login_script.php
from
Redirect::to('../../users/account.php');
to
Redirect::to('../users/account.php');
It did not solve it but send me in the right direction
so found the problem.
i changed your code in custom_login_script.php
from
Redirect::to('../../users/account.php');
to
Redirect::to('../users/account.php');