Page 1 of 1

SelfRegistration 'forgot mail' problem

Posted: Fri May 25, 2007 11:21 am
by Sonya
Hello all,

I installed CMS Made Simple 1.0.6 and SelfRegistration module 1.1.1 (FrontEndUsers 1.2.0). Link to 'forgot mail' does not work with the error
Fatal error: Call to undefined method SelfRegistration::_UserDisplayLostRegEmailForm() in xxxx/test_babyplan/modules/SelfRegistration/action.default.php on line 411

Can you somebody help me?

Re: SelfRegistration 'forgot mail' problem

Posted: Fri May 25, 2007 11:28 am
by Sonya
Solution :) I have not believed it would be so easy...

change line 411 in action.default.php from
$this->_UserDisplayLostRegEmailForm($id, $params, $returnid );
to
_UserDisplayLostRegEmailForm($this, $id, $params, $returnid );