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?
SelfRegistration 'forgot mail' problem
Re: SelfRegistration 'forgot mail' problem
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 );

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