You should probably change this... form_tag('user/register'); ...to that: form_tag('@register'); ...in the registerSuccess.php of baseAuth module. Unless you do that, the template throws an exeption.
You should probably change this...
form_tag('user/register');
...to that:
form_tag('@register');
...in the registerSuccess.php of baseAuth module. Unless you do that, the template throws an exeption.